Shades of Vesuvius #AA5936
Tints of Vesuvius #AA5936
RGB
CMYK
RGB Variations
Color information
#AA5936 (or 0xAA5936) is known color: Vesuvius. HEX triplet: AA, 59 and 36. RGB value is (170,89,54). Sum of RGB (Red+Green+Blue) = 170+89+54=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5936 is #55A6C9. Grayscale: #6D6D6D. Windows color (decimal): -5613258 or 3561898. OLE color: 3561898.
HSL color Cylindrical-coordinate representation of color #AA5936: hue angle of 18.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA5936 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 54 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.33 |
| HSL | 18.1º | 0.52% | 0.44% | - |
| HSV(B) | 18.1º | 0.68% | 0.67% | - |
| XYZ | 20.82 | 15.96 | 5.47 | - |
| YUV | 109.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 54 | 0 | 0.48 | 0.68 | 0.33 | 18.1 | 0.52 | 0.44 |
| Hex | AA | 59 | 36 | 0 | 30 | 44 | 21 | 12 | 34 | 2C |
| Octal | 252 | 131 | 66 | 0 | 60 | 104 | 41 | 22 | 64 | 54 |
| Binary | 10101010 | 1011001 | 110110 | 0 | 110000 | 1000100 | 100001 | 10010 | 110100 | 101100 |
Color Harmonies of #AA5936
Complementary color
Monochromatic Colors of #AA5936
Black with #AA5936
Text Example
Text Example
White with #AA5936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5936; }
p { color: rgb(170,89,54); }
H1.HeaderClassName
{
color: #AA5936;
}
.AnyTagClassName
{
color: #AA5936;
}
</style>
background-color css
<style>
a { background-color: #AA5936; }
a { background-color: rgb(170,89,54); }
div.DivClassName
{
background-color: #AA5936;
}
.BgClassName
{
background-color: #AA5936;
}
</style>
border-color css
<style>
span { border-color: #AA5936; }
span { border-color: rgb(170,89,54); }
td.TdClassName
{
border-color: #AA5936;
}
.TagClassName
{
border-color: #AA5936;
}
</style>