Shades of Vesuvius #AA5934
Tints of Vesuvius #AA5934
RGB
CMYK
RGB Variations
Color information
#AA5934 (or 0xAA5934) is known color: Vesuvius. HEX triplet: AA, 59 and 34. RGB value is (170,89,52). Sum of RGB (Red+Green+Blue) = 170+89+52=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5934 is #55A6CB. Grayscale: #6D6D6D. Windows color (decimal): -5613260 or 3430826. OLE color: 3430826.
HSL color Cylindrical-coordinate representation of color #AA5934: hue angle of 18.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5934 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 52 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.33 |
| HSL | 18.81º | 0.53% | 0.44% | - |
| HSV(B) | 18.81º | 0.69% | 0.67% | - |
| XYZ | 20.77 | 15.94 | 5.23 | - |
| YUV | 109 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 52 | 0 | 0.48 | 0.69 | 0.33 | 18.81 | 0.53 | 0.44 |
| Hex | AA | 59 | 34 | 0 | 30 | 45 | 21 | 13 | 35 | 2C |
| Octal | 252 | 131 | 64 | 0 | 60 | 105 | 41 | 23 | 65 | 54 |
| Binary | 10101010 | 1011001 | 110100 | 0 | 110000 | 1000101 | 100001 | 10011 | 110101 | 101100 |
Color Harmonies of #AA5934
Complementary color
Monochromatic Colors of #AA5934
Black with #AA5934
Text Example
Text Example
White with #AA5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5934; }
p { color: rgb(170,89,52); }
H1.HeaderClassName
{
color: #AA5934;
}
.AnyTagClassName
{
color: #AA5934;
}
</style>
background-color css
<style>
a { background-color: #AA5934; }
a { background-color: rgb(170,89,52); }
div.DivClassName
{
background-color: #AA5934;
}
.BgClassName
{
background-color: #AA5934;
}
</style>
border-color css
<style>
span { border-color: #AA5934; }
span { border-color: rgb(170,89,52); }
td.TdClassName
{
border-color: #AA5934;
}
.TagClassName
{
border-color: #AA5934;
}
</style>