Shades of Bouquet #AA88A1
Tints of Bouquet #AA88A1
RGB
CMYK
RGB Variations
Color information
#AA88A1 (or 0xAA88A1) is known color: Bouquet. HEX triplet: AA, 88 and A1. RGB value is (170,136,161). Sum of RGB (Red+Green+Blue) = 170+136+161=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A1 is #55775E. Grayscale: #949494. Windows color (decimal): -5601119 or 10586282. OLE color: 10586282.
HSL color Cylindrical-coordinate representation of color #AA88A1: hue angle of 315.88º 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 #AA88A1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 161 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.33 |
| HSL | 315.88º | 0.17% | 0.6% | - |
| HSV(B) | 315.88º | 0.2% | 0.67% | - |
| XYZ | 31.81 | 28.73 | 37.59 | - |
| YUV | 149.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 161 | 0 | 0.20 | 0.05 | 0.33 | 315.88 | 0.17 | 0.6 |
| Hex | AA | 88 | A1 | 0 | 14 | 5 | 21 | 13C | 11 | 3C |
| Octal | 252 | 210 | 241 | 0 | 24 | 5 | 41 | 474 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10100001 | 0 | 10100 | 101 | 100001 | 100111100 | 10001 | 111100 |
Color Harmonies of #AA88A1
Complementary color
Monochromatic Colors of #AA88A1
Black with #AA88A1
Text Example
Text Example
White with #AA88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88A1; }
p { color: rgb(170,136,161); }
H1.HeaderClassName
{
color: #AA88A1;
}
.AnyTagClassName
{
color: #AA88A1;
}
</style>
background-color css
<style>
a { background-color: #AA88A1; }
a { background-color: rgb(170,136,161); }
div.DivClassName
{
background-color: #AA88A1;
}
.BgClassName
{
background-color: #AA88A1;
}
</style>
border-color css
<style>
span { border-color: #AA88A1; }
span { border-color: rgb(170,136,161); }
td.TdClassName
{
border-color: #AA88A1;
}
.TagClassName
{
border-color: #AA88A1;
}
</style>