Shades of Bouquet #AA8799
Tints of Bouquet #AA8799
RGB
CMYK
RGB Variations
Color information
#AA8799 (or 0xAA8799) is known color: Bouquet. HEX triplet: AA, 87 and 99. RGB value is (170,135,153). Sum of RGB (Red+Green+Blue) = 170+135+153=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8799 is #557866. Grayscale: #939393. Windows color (decimal): -5601383 or 10061738. OLE color: 10061738.
HSL color Cylindrical-coordinate representation of color #AA8799: hue angle of 329.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8799 is Cyan = 0, Magento = 0.21, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 153 | - |
| CMYK | 0 | 0.21 | 0.1 | 0.33 |
| HSL | 329.14º | 0.17% | 0.6% | - |
| HSV(B) | 329.14º | 0.21% | 0.67% | - |
| XYZ | 30.99 | 28.17 | 33.94 | - |
| YUV | 147.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 153 | 0 | 0.21 | 0.1 | 0.33 | 329.14 | 0.17 | 0.6 |
| Hex | AA | 87 | 99 | 0 | 15 | A | 21 | 149 | 11 | 3C |
| Octal | 252 | 207 | 231 | 0 | 25 | 12 | 41 | 511 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10011001 | 0 | 10101 | 1010 | 100001 | 101001001 | 10001 | 111100 |
Color Harmonies of #AA8799
Complementary color
Monochromatic Colors of #AA8799
Black with #AA8799
Text Example
Text Example
White with #AA8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8799; }
p { color: rgb(170,135,153); }
H1.HeaderClassName
{
color: #AA8799;
}
.AnyTagClassName
{
color: #AA8799;
}
</style>
background-color css
<style>
a { background-color: #AA8799; }
a { background-color: rgb(170,135,153); }
div.DivClassName
{
background-color: #AA8799;
}
.BgClassName
{
background-color: #AA8799;
}
</style>
border-color css
<style>
span { border-color: #AA8799; }
span { border-color: rgb(170,135,153); }
td.TdClassName
{
border-color: #AA8799;
}
.TagClassName
{
border-color: #AA8799;
}
</style>