Shades of Bouquet #AA8592
Tints of Bouquet #AA8592
RGB
CMYK
RGB Variations
Color information
#AA8592 (or 0xAA8592) is known color: Bouquet. HEX triplet: AA, 85 and 92. RGB value is (170,133,146). Sum of RGB (Red+Green+Blue) = 170+133+146=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8592 is #557A6D. Grayscale: #919191. Windows color (decimal): -5601902 or 9602474. OLE color: 9602474.
HSL color Cylindrical-coordinate representation of color #AA8592: hue angle of 338.92º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8592 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 146 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.33 |
| HSL | 338.92º | 0.18% | 0.59% | - |
| HSV(B) | 338.92º | 0.22% | 0.67% | - |
| XYZ | 30.15 | 27.4 | 30.89 | - |
| YUV | 145.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 146 | 0 | 0.22 | 0.14 | 0.33 | 338.92 | 0.18 | 0.59 |
| Hex | AA | 85 | 92 | 0 | 16 | E | 21 | 153 | 12 | 3B |
| Octal | 252 | 205 | 222 | 0 | 26 | 16 | 41 | 523 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10010010 | 0 | 10110 | 1110 | 100001 | 101010011 | 10010 | 111011 |
Color Harmonies of #AA8592
Complementary color
Monochromatic Colors of #AA8592
Black with #AA8592
Text Example
Text Example
White with #AA8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8592; }
p { color: rgb(170,133,146); }
H1.HeaderClassName
{
color: #AA8592;
}
.AnyTagClassName
{
color: #AA8592;
}
</style>
background-color css
<style>
a { background-color: #AA8592; }
a { background-color: rgb(170,133,146); }
div.DivClassName
{
background-color: #AA8592;
}
.BgClassName
{
background-color: #AA8592;
}
</style>
border-color css
<style>
span { border-color: #AA8592; }
span { border-color: rgb(170,133,146); }
td.TdClassName
{
border-color: #AA8592;
}
.TagClassName
{
border-color: #AA8592;
}
</style>