Shades of Bouquet #AA88A2
Tints of Bouquet #AA88A2
RGB
CMYK
RGB Variations
Color information
#AA88A2 (or 0xAA88A2) is known color: Bouquet. HEX triplet: AA, 88 and A2. RGB value is (170,136,162). Sum of RGB (Red+Green+Blue) = 170+136+162=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A2 is #55775D. Grayscale: #959595. Windows color (decimal): -5601118 or 10651818. OLE color: 10651818.
HSL color Cylindrical-coordinate representation of color #AA88A2: hue angle of 314.12º 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 #AA88A2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 162 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.33 |
| HSL | 314.12º | 0.17% | 0.6% | - |
| HSV(B) | 314.12º | 0.2% | 0.67% | - |
| XYZ | 31.9 | 28.76 | 38.05 | - |
| YUV | 149.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 162 | 0 | 0.20 | 0.05 | 0.33 | 314.12 | 0.17 | 0.6 |
| Hex | AA | 88 | A2 | 0 | 14 | 5 | 21 | 13A | 11 | 3C |
| Octal | 252 | 210 | 242 | 0 | 24 | 5 | 41 | 472 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10100010 | 0 | 10100 | 101 | 100001 | 100111010 | 10001 | 111100 |
Color Harmonies of #AA88A2
Complementary color
Monochromatic Colors of #AA88A2
Black with #AA88A2
Text Example
Text Example
White with #AA88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88A2; }
p { color: rgb(170,136,162); }
H1.HeaderClassName
{
color: #AA88A2;
}
.AnyTagClassName
{
color: #AA88A2;
}
</style>
background-color css
<style>
a { background-color: #AA88A2; }
a { background-color: rgb(170,136,162); }
div.DivClassName
{
background-color: #AA88A2;
}
.BgClassName
{
background-color: #AA88A2;
}
</style>
border-color css
<style>
span { border-color: #AA88A2; }
span { border-color: rgb(170,136,162); }
td.TdClassName
{
border-color: #AA88A2;
}
.TagClassName
{
border-color: #AA88A2;
}
</style>