Shades of Bouquet #AA8392
Tints of Bouquet #AA8392
RGB
CMYK
RGB Variations
Color information
#AA8392 (or 0xAA8392) is known color: Bouquet. HEX triplet: AA, 83 and 92. RGB value is (170,131,146). Sum of RGB (Red+Green+Blue) = 170+131+146=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8392 is #557C6D. Grayscale: #909090. Windows color (decimal): -5602414 or 9601962. OLE color: 9601962.
HSL color Cylindrical-coordinate representation of color #AA8392: hue angle of 336.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8392 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 146 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.33 |
| HSL | 336.92º | 0.19% | 0.59% | - |
| HSV(B) | 336.92º | 0.23% | 0.67% | - |
| XYZ | 29.88 | 26.85 | 30.8 | - |
| YUV | 144.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 146 | 0 | 0.23 | 0.14 | 0.33 | 336.92 | 0.19 | 0.59 |
| Hex | AA | 83 | 92 | 0 | 17 | E | 21 | 151 | 13 | 3B |
| Octal | 252 | 203 | 222 | 0 | 27 | 16 | 41 | 521 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10010010 | 0 | 10111 | 1110 | 100001 | 101010001 | 10011 | 111011 |
Color Harmonies of #AA8392
Complementary color
Monochromatic Colors of #AA8392
Black with #AA8392
Text Example
Text Example
White with #AA8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8392; }
p { color: rgb(170,131,146); }
H1.HeaderClassName
{
color: #AA8392;
}
.AnyTagClassName
{
color: #AA8392;
}
</style>
background-color css
<style>
a { background-color: #AA8392; }
a { background-color: rgb(170,131,146); }
div.DivClassName
{
background-color: #AA8392;
}
.BgClassName
{
background-color: #AA8392;
}
</style>
border-color css
<style>
span { border-color: #AA8392; }
span { border-color: rgb(170,131,146); }
td.TdClassName
{
border-color: #AA8392;
}
.TagClassName
{
border-color: #AA8392;
}
</style>