Shades of Bouquet #AA8897
Tints of Bouquet #AA8897
RGB
CMYK
RGB Variations
Color information
#AA8897 (or 0xAA8897) is known color: Bouquet. HEX triplet: AA, 88 and 97. RGB value is (170,136,151). Sum of RGB (Red+Green+Blue) = 170+136+151=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8897 is #557768. Grayscale: #939393. Windows color (decimal): -5601129 or 9930922. OLE color: 9930922.
HSL color Cylindrical-coordinate representation of color #AA8897: hue angle of 333.53º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8897 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 151 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.33 |
| HSL | 333.53º | 0.17% | 0.6% | - |
| HSV(B) | 333.53º | 0.2% | 0.67% | - |
| XYZ | 30.97 | 28.39 | 33.13 | - |
| YUV | 147.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 151 | 0 | 0.20 | 0.11 | 0.33 | 333.53 | 0.17 | 0.6 |
| Hex | AA | 88 | 97 | 0 | 14 | B | 21 | 14E | 11 | 3C |
| Octal | 252 | 210 | 227 | 0 | 24 | 13 | 41 | 516 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10010111 | 0 | 10100 | 1011 | 100001 | 101001110 | 10001 | 111100 |
Color Harmonies of #AA8897
Complementary color
Monochromatic Colors of #AA8897
Black with #AA8897
Text Example
Text Example
White with #AA8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8897; }
p { color: rgb(170,136,151); }
H1.HeaderClassName
{
color: #AA8897;
}
.AnyTagClassName
{
color: #AA8897;
}
</style>
background-color css
<style>
a { background-color: #AA8897; }
a { background-color: rgb(170,136,151); }
div.DivClassName
{
background-color: #AA8897;
}
.BgClassName
{
background-color: #AA8897;
}
</style>
border-color css
<style>
span { border-color: #AA8897; }
span { border-color: rgb(170,136,151); }
td.TdClassName
{
border-color: #AA8897;
}
.TagClassName
{
border-color: #AA8897;
}
</style>