Shades of Bouquet #AA899C
Tints of Bouquet #AA899C
RGB
CMYK
RGB Variations
Color information
#AA899C (or 0xAA899C) is known color: Bouquet. HEX triplet: AA, 89 and 9C. RGB value is (170,137,156). Sum of RGB (Red+Green+Blue) = 170+137+156=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA899C is #557663. Grayscale: #949494. Windows color (decimal): -5600868 or 10258858. OLE color: 10258858.
HSL color Cylindrical-coordinate representation of color #AA899C: hue angle of 325.45º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA899C is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 156 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.33 |
| HSL | 325.45º | 0.16% | 0.6% | - |
| HSV(B) | 325.45º | 0.19% | 0.67% | - |
| XYZ | 31.52 | 28.84 | 35.36 | - |
| YUV | 149.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 156 | 0 | 0.19 | 0.08 | 0.33 | 325.45 | 0.16 | 0.6 |
| Hex | AA | 89 | 9C | 0 | 13 | 8 | 21 | 145 | 10 | 3C |
| Octal | 252 | 211 | 234 | 0 | 23 | 10 | 41 | 505 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10011100 | 0 | 10011 | 1000 | 100001 | 101000101 | 10000 | 111100 |
Color Harmonies of #AA899C
Complementary color
Monochromatic Colors of #AA899C
Black with #AA899C
Text Example
Text Example
White with #AA899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA899C; }
p { color: rgb(170,137,156); }
H1.HeaderClassName
{
color: #AA899C;
}
.AnyTagClassName
{
color: #AA899C;
}
</style>
background-color css
<style>
a { background-color: #AA899C; }
a { background-color: rgb(170,137,156); }
div.DivClassName
{
background-color: #AA899C;
}
.BgClassName
{
background-color: #AA899C;
}
</style>
border-color css
<style>
span { border-color: #AA899C; }
span { border-color: rgb(170,137,156); }
td.TdClassName
{
border-color: #AA899C;
}
.TagClassName
{
border-color: #AA899C;
}
</style>