Shades of Bouquet #AA8192
Tints of Bouquet #AA8192
RGB
CMYK
RGB Variations
Color information
#AA8192 (or 0xAA8192) is known color: Bouquet. HEX triplet: AA, 81 and 92. RGB value is (170,129,146). Sum of RGB (Red+Green+Blue) = 170+129+146=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8192 is #557E6D. Grayscale: #8F8F8F. Windows color (decimal): -5602926 or 9601450. OLE color: 9601450.
HSL color Cylindrical-coordinate representation of color #AA8192: hue angle of 335.12º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8192 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 146 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.33 |
| HSL | 335.12º | 0.19% | 0.59% | - |
| HSV(B) | 335.12º | 0.24% | 0.67% | - |
| XYZ | 29.62 | 26.32 | 30.71 | - |
| YUV | 143.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 146 | 0 | 0.24 | 0.14 | 0.33 | 335.12 | 0.19 | 0.59 |
| Hex | AA | 81 | 92 | 0 | 18 | E | 21 | 14F | 13 | 3B |
| Octal | 252 | 201 | 222 | 0 | 30 | 16 | 41 | 517 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10010010 | 0 | 11000 | 1110 | 100001 | 101001111 | 10011 | 111011 |
Color Harmonies of #AA8192
Complementary color
Monochromatic Colors of #AA8192
Black with #AA8192
Text Example
Text Example
White with #AA8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8192; }
p { color: rgb(170,129,146); }
H1.HeaderClassName
{
color: #AA8192;
}
.AnyTagClassName
{
color: #AA8192;
}
</style>
background-color css
<style>
a { background-color: #AA8192; }
a { background-color: rgb(170,129,146); }
div.DivClassName
{
background-color: #AA8192;
}
.BgClassName
{
background-color: #AA8192;
}
</style>
border-color css
<style>
span { border-color: #AA8192; }
span { border-color: rgb(170,129,146); }
td.TdClassName
{
border-color: #AA8192;
}
.TagClassName
{
border-color: #AA8192;
}
</style>