Html Css Color HEX #AA889D Bouquet

📋 copy color: '#AA889D'

red 170 ◦ green 136 ◦ blue 157

#AA889D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AA889D

Tints of Bouquet #AA889D

RGB

 RED value IS 170 (66.8% from 255) = 36.72%

 GREEN value IS 136 (53.52% from 255) = 29.37%

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 36.72%
G = 29.37%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA889D (or 0xAA889D) is known color: Bouquet. HEX triplet: AA, 88 and 9D. RGB value is (170,136,157). Sum of RGB (Red+Green+Blue) = 170+136+157=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889D is #557762. Grayscale: #949494. Windows color (decimal): -5601123 or 10324138. OLE color: 10324138.

HSL color Cylindrical-coordinate representation of color #AA889D: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA889D is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 157 -
CMYK 0 0.20 0.08 0.33
HSL 322.94º 0.17% 0.6% -
HSV(B) 322.94º 0.2% 0.67% -
XYZ 31.47 28.59 35.76 -
YUV 148.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 170 136 157 0 0.20 0.08 0.33 322.94 0.17 0.6
Hex AA 88 9D 0 14 8 21 143 11 3C
Octal 252 210 235 0 24 10 41 503 21 74
Binary 10101010 10001000 10011101 0 10100 1000 100001 101000011 10001 111100

Color Harmonies of #AA889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA889D

Black with #AA889D

Text Example


Text Example

White with #AA889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA889D; }

 p { color: rgb(170,136,157); }

 H1.HeaderClassName
 {
   color: #AA889D;
 }
 .AnyTagClassName
 {
   color: #AA889D;
 }
</style>

background-color css

<style>
 a { background-color: #AA889D; }

 a { background-color: rgb(170,136,157); }

 div.DivClassName
 {
   background-color: #AA889D;
 }
 .BgClassName
 {
   background-color: #AA889D;
 }
</style>

border-color css

<style>
 span { border-color: #AA889D; }

 span { border-color: rgb(170,136,157); }

 td.TdClassName
 {
   border-color: #AA889D;
 }
 .TagClassName
 {
   border-color: #AA889D;
 }
</style>