Html Css Color HEX #AA889E Bouquet

📋 copy color: '#AA889E'

red 170 ◦ green 136 ◦ blue 158

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

Shades of Bouquet #AA889E

Tints of Bouquet #AA889E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 36.64%
G = 29.31%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA889E (or 0xAA889E) is known color: Bouquet. HEX triplet: AA, 88 and 9E. RGB value is (170,136,158). Sum of RGB (Red+Green+Blue) = 170+136+158=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889E is #557761. Grayscale: #949494. Windows color (decimal): -5601122 or 10389674. OLE color: 10389674.

HSL color Cylindrical-coordinate representation of color #AA889E: hue angle of 321.18º 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 #AA889E is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 158 -
CMYK 0 0.20 0.07 0.33
HSL 321.18º 0.17% 0.6% -
HSV(B) 321.18º 0.2% 0.67% -
XYZ 31.55 28.62 36.21 -
YUV 148.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 170 136 158 0 0.20 0.07 0.33 321.18 0.17 0.6
Hex AA 88 9E 0 14 7 21 141 11 3C
Octal 252 210 236 0 24 7 41 501 21 74
Binary 10101010 10001000 10011110 0 10100 111 100001 101000001 10001 111100

Color Harmonies of #AA889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA889E

Black with #AA889E

Text Example


Text Example

White with #AA889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA889E; }

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

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

background-color css

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

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

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

border-color css

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

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

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