Shades of Bouquet #AA8399
Tints of Bouquet #AA8399
RGB
CMYK
RGB Variations
Color information
#AA8399 (or 0xAA8399) is known color: Bouquet. HEX triplet: AA, 83 and 99. RGB value is (170,131,153). Sum of RGB (Red+Green+Blue) = 170+131+153=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8399 is #557C66. Grayscale: #919191. Windows color (decimal): -5602407 or 10060714. OLE color: 10060714.
HSL color Cylindrical-coordinate representation of color #AA8399: hue angle of 326.15º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8399 is Cyan = 0, Magento = 0.23, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 153 | - |
| CMYK | 0 | 0.23 | 0.1 | 0.33 |
| HSL | 326.15º | 0.19% | 0.59% | - |
| HSV(B) | 326.15º | 0.23% | 0.67% | - |
| XYZ | 30.44 | 27.08 | 33.76 | - |
| YUV | 145.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 153 | 0 | 0.23 | 0.1 | 0.33 | 326.15 | 0.19 | 0.59 |
| Hex | AA | 83 | 99 | 0 | 17 | A | 21 | 146 | 13 | 3B |
| Octal | 252 | 203 | 231 | 0 | 27 | 12 | 41 | 506 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10011001 | 0 | 10111 | 1010 | 100001 | 101000110 | 10011 | 111011 |
Color Harmonies of #AA8399
Complementary color
Monochromatic Colors of #AA8399
Black with #AA8399
Text Example
Text Example
White with #AA8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8399; }
p { color: rgb(170,131,153); }
H1.HeaderClassName
{
color: #AA8399;
}
.AnyTagClassName
{
color: #AA8399;
}
</style>
background-color css
<style>
a { background-color: #AA8399; }
a { background-color: rgb(170,131,153); }
div.DivClassName
{
background-color: #AA8399;
}
.BgClassName
{
background-color: #AA8399;
}
</style>
border-color css
<style>
span { border-color: #AA8399; }
span { border-color: rgb(170,131,153); }
td.TdClassName
{
border-color: #AA8399;
}
.TagClassName
{
border-color: #AA8399;
}
</style>