Shades of Vesuvius #AA5931
Tints of Vesuvius #AA5931
RGB
CMYK
RGB Variations
Color information
#AA5931 (or 0xAA5931) is known color: Vesuvius. HEX triplet: AA, 59 and 31. RGB value is (170,89,49). Sum of RGB (Red+Green+Blue) = 170+89+49=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5931 is #55A6CE. Grayscale: #6C6C6C. Windows color (decimal): -5613263 or 3234218. OLE color: 3234218.
HSL color Cylindrical-coordinate representation of color #AA5931: hue angle of 19.83º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA5931 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 49 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.33 |
| HSL | 19.83º | 0.55% | 0.43% | - |
| HSV(B) | 19.83º | 0.71% | 0.67% | - |
| XYZ | 20.7 | 15.91 | 4.89 | - |
| YUV | 108.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 49 | 0 | 0.48 | 0.71 | 0.33 | 19.83 | 0.55 | 0.43 |
| Hex | AA | 59 | 31 | 0 | 30 | 47 | 21 | 14 | 37 | 2B |
| Octal | 252 | 131 | 61 | 0 | 60 | 107 | 41 | 24 | 67 | 53 |
| Binary | 10101010 | 1011001 | 110001 | 0 | 110000 | 1000111 | 100001 | 10100 | 110111 | 101011 |
Color Harmonies of #AA5931
Complementary color
Monochromatic Colors of #AA5931
Black with #AA5931
Text Example
Text Example
White with #AA5931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5931; }
p { color: rgb(170,89,49); }
H1.HeaderClassName
{
color: #AA5931;
}
.AnyTagClassName
{
color: #AA5931;
}
</style>
background-color css
<style>
a { background-color: #AA5931; }
a { background-color: rgb(170,89,49); }
div.DivClassName
{
background-color: #AA5931;
}
.BgClassName
{
background-color: #AA5931;
}
</style>
border-color css
<style>
span { border-color: #AA5931; }
span { border-color: rgb(170,89,49); }
td.TdClassName
{
border-color: #AA5931;
}
.TagClassName
{
border-color: #AA5931;
}
</style>