Shades of Bouquet #AA8194
Tints of Bouquet #AA8194
RGB
CMYK
RGB Variations
Color information
#AA8194 (or 0xAA8194) is known color: Bouquet. HEX triplet: AA, 81 and 94. RGB value is (170,129,148). Sum of RGB (Red+Green+Blue) = 170+129+148=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8194 is #557E6B. Grayscale: #8F8F8F. Windows color (decimal): -5602924 or 9732522. OLE color: 9732522.
HSL color Cylindrical-coordinate representation of color #AA8194: hue angle of 332.2º 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 #AA8194 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 148 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.33 |
| HSL | 332.2º | 0.19% | 0.59% | - |
| HSV(B) | 332.2º | 0.24% | 0.67% | - |
| XYZ | 29.77 | 26.38 | 31.54 | - |
| YUV | 143.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 148 | 0 | 0.24 | 0.13 | 0.33 | 332.2 | 0.19 | 0.59 |
| Hex | AA | 81 | 94 | 0 | 18 | D | 21 | 14C | 13 | 3B |
| Octal | 252 | 201 | 224 | 0 | 30 | 15 | 41 | 514 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10010100 | 0 | 11000 | 1101 | 100001 | 101001100 | 10011 | 111011 |
Color Harmonies of #AA8194
Complementary color
Monochromatic Colors of #AA8194
Black with #AA8194
Text Example
Text Example
White with #AA8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8194; }
p { color: rgb(170,129,148); }
H1.HeaderClassName
{
color: #AA8194;
}
.AnyTagClassName
{
color: #AA8194;
}
</style>
background-color css
<style>
a { background-color: #AA8194; }
a { background-color: rgb(170,129,148); }
div.DivClassName
{
background-color: #AA8194;
}
.BgClassName
{
background-color: #AA8194;
}
</style>
border-color css
<style>
span { border-color: #AA8194; }
span { border-color: rgb(170,129,148); }
td.TdClassName
{
border-color: #AA8194;
}
.TagClassName
{
border-color: #AA8194;
}
</style>