Shades of Bouquet #AA8DA2
Tints of Bouquet #AA8DA2
RGB
CMYK
RGB Variations
Color information
#AA8DA2 (or 0xAA8DA2) is known color: Bouquet. HEX triplet: AA, 8D and A2. RGB value is (170,141,162). Sum of RGB (Red+Green+Blue) = 170+141+162=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DA2 is #55725D. Grayscale: #989898. Windows color (decimal): -5599838 or 10653098. OLE color: 10653098.
HSL color Cylindrical-coordinate representation of color #AA8DA2: hue angle of 316.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8DA2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 162 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.33 |
| HSL | 316.55º | 0.15% | 0.61% | - |
| HSV(B) | 316.55º | 0.17% | 0.67% | - |
| XYZ | 32.62 | 30.2 | 38.29 | - |
| YUV | 152.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 162 | 0 | 0.17 | 0.05 | 0.33 | 316.55 | 0.15 | 0.61 |
| Hex | AA | 8D | A2 | 0 | 11 | 5 | 21 | 13D | F | 3D |
| Octal | 252 | 215 | 242 | 0 | 21 | 5 | 41 | 475 | 17 | 75 |
| Binary | 10101010 | 10001101 | 10100010 | 0 | 10001 | 101 | 100001 | 100111101 | 1111 | 111101 |
Color Harmonies of #AA8DA2
Complementary color
Monochromatic Colors of #AA8DA2
Black with #AA8DA2
Text Example
Text Example
White with #AA8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DA2; }
p { color: rgb(170,141,162); }
H1.HeaderClassName
{
color: #AA8DA2;
}
.AnyTagClassName
{
color: #AA8DA2;
}
</style>
background-color css
<style>
a { background-color: #AA8DA2; }
a { background-color: rgb(170,141,162); }
div.DivClassName
{
background-color: #AA8DA2;
}
.BgClassName
{
background-color: #AA8DA2;
}
</style>
border-color css
<style>
span { border-color: #AA8DA2; }
span { border-color: rgb(170,141,162); }
td.TdClassName
{
border-color: #AA8DA2;
}
.TagClassName
{
border-color: #AA8DA2;
}
</style>