Shades of Bouquet #AA889C
Tints of Bouquet #AA889C
RGB
CMYK
RGB Variations
Color information
#AA889C (or 0xAA889C) is known color: Bouquet. HEX triplet: AA, 88 and 9C. RGB value is (170,136,156). Sum of RGB (Red+Green+Blue) = 170+136+156=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889C is #557763. Grayscale: #949494. Windows color (decimal): -5601124 or 10258602. OLE color: 10258602.
HSL color Cylindrical-coordinate representation of color #AA889C: hue angle of 324.71º 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 #AA889C is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 156 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.33 |
| HSL | 324.71º | 0.17% | 0.6% | - |
| HSV(B) | 324.71º | 0.2% | 0.67% | - |
| XYZ | 31.38 | 28.55 | 35.31 | - |
| YUV | 148.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 156 | 0 | 0.20 | 0.08 | 0.33 | 324.71 | 0.17 | 0.6 |
| Hex | AA | 88 | 9C | 0 | 14 | 8 | 21 | 145 | 11 | 3C |
| Octal | 252 | 210 | 234 | 0 | 24 | 10 | 41 | 505 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10011100 | 0 | 10100 | 1000 | 100001 | 101000101 | 10001 | 111100 |
Color Harmonies of #AA889C
Complementary color
Monochromatic Colors of #AA889C
Black with #AA889C
Text Example
Text Example
White with #AA889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA889C; }
p { color: rgb(170,136,156); }
H1.HeaderClassName
{
color: #AA889C;
}
.AnyTagClassName
{
color: #AA889C;
}
</style>
background-color css
<style>
a { background-color: #AA889C; }
a { background-color: rgb(170,136,156); }
div.DivClassName
{
background-color: #AA889C;
}
.BgClassName
{
background-color: #AA889C;
}
</style>
border-color css
<style>
span { border-color: #AA889C; }
span { border-color: rgb(170,136,156); }
td.TdClassName
{
border-color: #AA889C;
}
.TagClassName
{
border-color: #AA889C;
}
</style>