Shades of Bouquet #AA89A1
Tints of Bouquet #AA89A1
RGB
CMYK
RGB Variations
Color information
#AA89A1 (or 0xAA89A1) is known color: Bouquet. HEX triplet: AA, 89 and A1. RGB value is (170,137,161). Sum of RGB (Red+Green+Blue) = 170+137+161=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A1 is #55765E. Grayscale: #959595. Windows color (decimal): -5600863 or 10586538. OLE color: 10586538.
HSL color Cylindrical-coordinate representation of color #AA89A1: hue angle of 316.36º 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 #AA89A1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 161 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.33 |
| HSL | 316.36º | 0.16% | 0.6% | - |
| HSV(B) | 316.36º | 0.19% | 0.67% | - |
| XYZ | 31.96 | 29.01 | 37.63 | - |
| YUV | 149.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 161 | 0 | 0.19 | 0.05 | 0.33 | 316.36 | 0.16 | 0.6 |
| Hex | AA | 89 | A1 | 0 | 13 | 5 | 21 | 13C | 10 | 3C |
| Octal | 252 | 211 | 241 | 0 | 23 | 5 | 41 | 474 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10100001 | 0 | 10011 | 101 | 100001 | 100111100 | 10000 | 111100 |
Color Harmonies of #AA89A1
Complementary color
Monochromatic Colors of #AA89A1
Black with #AA89A1
Text Example
Text Example
White with #AA89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89A1; }
p { color: rgb(170,137,161); }
H1.HeaderClassName
{
color: #AA89A1;
}
.AnyTagClassName
{
color: #AA89A1;
}
</style>
background-color css
<style>
a { background-color: #AA89A1; }
a { background-color: rgb(170,137,161); }
div.DivClassName
{
background-color: #AA89A1;
}
.BgClassName
{
background-color: #AA89A1;
}
</style>
border-color css
<style>
span { border-color: #AA89A1; }
span { border-color: rgb(170,137,161); }
td.TdClassName
{
border-color: #AA89A1;
}
.TagClassName
{
border-color: #AA89A1;
}
</style>