Shades of Bouquet #AA899B
Tints of Bouquet #AA899B
RGB
CMYK
RGB Variations
Color information
#AA899B (or 0xAA899B) is known color: Bouquet. HEX triplet: AA, 89 and 9B. RGB value is (170,137,155). Sum of RGB (Red+Green+Blue) = 170+137+155=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA899B is #557664. Grayscale: #949494. Windows color (decimal): -5600869 or 10193322. OLE color: 10193322.
HSL color Cylindrical-coordinate representation of color #AA899B: hue angle of 327.27º 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 #AA899B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 155 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.33 |
| HSL | 327.27º | 0.16% | 0.6% | - |
| HSV(B) | 327.27º | 0.19% | 0.67% | - |
| XYZ | 31.44 | 28.8 | 34.91 | - |
| YUV | 148.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 155 | 0 | 0.19 | 0.09 | 0.33 | 327.27 | 0.16 | 0.6 |
| Hex | AA | 89 | 9B | 0 | 13 | 9 | 21 | 147 | 10 | 3C |
| Octal | 252 | 211 | 233 | 0 | 23 | 11 | 41 | 507 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10011011 | 0 | 10011 | 1001 | 100001 | 101000111 | 10000 | 111100 |
Color Harmonies of #AA899B
Complementary color
Monochromatic Colors of #AA899B
Black with #AA899B
Text Example
Text Example
White with #AA899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA899B; }
p { color: rgb(170,137,155); }
H1.HeaderClassName
{
color: #AA899B;
}
.AnyTagClassName
{
color: #AA899B;
}
</style>
background-color css
<style>
a { background-color: #AA899B; }
a { background-color: rgb(170,137,155); }
div.DivClassName
{
background-color: #AA899B;
}
.BgClassName
{
background-color: #AA899B;
}
</style>
border-color css
<style>
span { border-color: #AA899B; }
span { border-color: rgb(170,137,155); }
td.TdClassName
{
border-color: #AA899B;
}
.TagClassName
{
border-color: #AA899B;
}
</style>