Shades of Bouquet #AA8999
Tints of Bouquet #AA8999
RGB
CMYK
RGB Variations
Color information
#AA8999 (or 0xAA8999) is known color: Bouquet. HEX triplet: AA, 89 and 99. RGB value is (170,137,153). Sum of RGB (Red+Green+Blue) = 170+137+153=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8999 is #557666. Grayscale: #949494. Windows color (decimal): -5600871 or 10062250. OLE color: 10062250.
HSL color Cylindrical-coordinate representation of color #AA8999: hue angle of 330.91º 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 #AA8999 is Cyan = 0, Magento = 0.19, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 153 | - |
| CMYK | 0 | 0.19 | 0.1 | 0.33 |
| HSL | 330.91º | 0.16% | 0.6% | - |
| HSV(B) | 330.91º | 0.19% | 0.67% | - |
| XYZ | 31.27 | 28.74 | 34.04 | - |
| YUV | 148.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 153 | 0 | 0.19 | 0.1 | 0.33 | 330.91 | 0.16 | 0.6 |
| Hex | AA | 89 | 99 | 0 | 13 | A | 21 | 14B | 10 | 3C |
| Octal | 252 | 211 | 231 | 0 | 23 | 12 | 41 | 513 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10011001 | 0 | 10011 | 1010 | 100001 | 101001011 | 10000 | 111100 |
Color Harmonies of #AA8999
Complementary color
Monochromatic Colors of #AA8999
Black with #AA8999
Text Example
Text Example
White with #AA8999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8999; }
p { color: rgb(170,137,153); }
H1.HeaderClassName
{
color: #AA8999;
}
.AnyTagClassName
{
color: #AA8999;
}
</style>
background-color css
<style>
a { background-color: #AA8999; }
a { background-color: rgb(170,137,153); }
div.DivClassName
{
background-color: #AA8999;
}
.BgClassName
{
background-color: #AA8999;
}
</style>
border-color css
<style>
span { border-color: #AA8999; }
span { border-color: rgb(170,137,153); }
td.TdClassName
{
border-color: #AA8999;
}
.TagClassName
{
border-color: #AA8999;
}
</style>