Shades of Bouquet #AA889A
Tints of Bouquet #AA889A
RGB
CMYK
RGB Variations
Color information
#AA889A (or 0xAA889A) is known color: Bouquet. HEX triplet: AA, 88 and 9A. RGB value is (170,136,154). Sum of RGB (Red+Green+Blue) = 170+136+154=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889A is #557765. Grayscale: #949494. Windows color (decimal): -5601126 or 10127530. OLE color: 10127530.
HSL color Cylindrical-coordinate representation of color #AA889A: hue angle of 328.24º 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 #AA889A is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 154 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.33 |
| HSL | 328.24º | 0.17% | 0.6% | - |
| HSV(B) | 328.24º | 0.2% | 0.67% | - |
| XYZ | 31.21 | 28.49 | 34.43 | - |
| YUV | 148.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 154 | 0 | 0.20 | 0.09 | 0.33 | 328.24 | 0.17 | 0.6 |
| Hex | AA | 88 | 9A | 0 | 14 | 9 | 21 | 148 | 11 | 3C |
| Octal | 252 | 210 | 232 | 0 | 24 | 11 | 41 | 510 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10011010 | 0 | 10100 | 1001 | 100001 | 101001000 | 10001 | 111100 |
Color Harmonies of #AA889A
Complementary color
Monochromatic Colors of #AA889A
Black with #AA889A
Text Example
Text Example
White with #AA889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA889A; }
p { color: rgb(170,136,154); }
H1.HeaderClassName
{
color: #AA889A;
}
.AnyTagClassName
{
color: #AA889A;
}
</style>
background-color css
<style>
a { background-color: #AA889A; }
a { background-color: rgb(170,136,154); }
div.DivClassName
{
background-color: #AA889A;
}
.BgClassName
{
background-color: #AA889A;
}
</style>
border-color css
<style>
span { border-color: #AA889A; }
span { border-color: rgb(170,136,154); }
td.TdClassName
{
border-color: #AA889A;
}
.TagClassName
{
border-color: #AA889A;
}
</style>