Shades of Bouquet #AA8894
Tints of Bouquet #AA8894
RGB
CMYK
RGB Variations
Color information
#AA8894 (or 0xAA8894) is known color: Bouquet. HEX triplet: AA, 88 and 94. RGB value is (170,136,148). Sum of RGB (Red+Green+Blue) = 170+136+148=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8894 is #55776B. Grayscale: #939393. Windows color (decimal): -5601132 or 9734314. OLE color: 9734314.
HSL color Cylindrical-coordinate representation of color #AA8894: hue angle of 338.82º 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 #AA8894 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 148 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.33 |
| HSL | 338.82º | 0.17% | 0.6% | - |
| HSV(B) | 338.82º | 0.2% | 0.67% | - |
| XYZ | 30.73 | 28.29 | 31.86 | - |
| YUV | 147.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 148 | 0 | 0.20 | 0.13 | 0.33 | 338.82 | 0.17 | 0.6 |
| Hex | AA | 88 | 94 | 0 | 14 | D | 21 | 153 | 11 | 3C |
| Octal | 252 | 210 | 224 | 0 | 24 | 15 | 41 | 523 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10010100 | 0 | 10100 | 1101 | 100001 | 101010011 | 10001 | 111100 |
Color Harmonies of #AA8894
Complementary color
Monochromatic Colors of #AA8894
Black with #AA8894
Text Example
Text Example
White with #AA8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8894; }
p { color: rgb(170,136,148); }
H1.HeaderClassName
{
color: #AA8894;
}
.AnyTagClassName
{
color: #AA8894;
}
</style>
background-color css
<style>
a { background-color: #AA8894; }
a { background-color: rgb(170,136,148); }
div.DivClassName
{
background-color: #AA8894;
}
.BgClassName
{
background-color: #AA8894;
}
</style>
border-color css
<style>
span { border-color: #AA8894; }
span { border-color: rgb(170,136,148); }
td.TdClassName
{
border-color: #AA8894;
}
.TagClassName
{
border-color: #AA8894;
}
</style>