Shades of Bouquet #AA89A2
Tints of Bouquet #AA89A2
RGB
CMYK
RGB Variations
Color information
#AA89A2 (or 0xAA89A2) is known color: Bouquet. HEX triplet: AA, 89 and A2. RGB value is (170,137,162). Sum of RGB (Red+Green+Blue) = 170+137+162=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A2 is #55765D. Grayscale: #959595. Windows color (decimal): -5600862 or 10652074. OLE color: 10652074.
HSL color Cylindrical-coordinate representation of color #AA89A2: hue angle of 314.55º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA89A2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 162 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.33 |
| HSL | 314.55º | 0.16% | 0.6% | - |
| HSV(B) | 314.55º | 0.19% | 0.67% | - |
| XYZ | 32.04 | 29.05 | 38.1 | - |
| YUV | 149.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 162 | 0 | 0.19 | 0.05 | 0.33 | 314.55 | 0.16 | 0.6 |
| Hex | AA | 89 | A2 | 0 | 13 | 5 | 21 | 13B | 10 | 3C |
| Octal | 252 | 211 | 242 | 0 | 23 | 5 | 41 | 473 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10100010 | 0 | 10011 | 101 | 100001 | 100111011 | 10000 | 111100 |
Color Harmonies of #AA89A2
Complementary color
Monochromatic Colors of #AA89A2
Black with #AA89A2
Text Example
Text Example
White with #AA89A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89A2; }
p { color: rgb(170,137,162); }
H1.HeaderClassName
{
color: #AA89A2;
}
.AnyTagClassName
{
color: #AA89A2;
}
</style>
background-color css
<style>
a { background-color: #AA89A2; }
a { background-color: rgb(170,137,162); }
div.DivClassName
{
background-color: #AA89A2;
}
.BgClassName
{
background-color: #AA89A2;
}
</style>
border-color css
<style>
span { border-color: #AA89A2; }
span { border-color: rgb(170,137,162); }
td.TdClassName
{
border-color: #AA89A2;
}
.TagClassName
{
border-color: #AA89A2;
}
</style>