Shades of Vesuvius #AA5A34
Tints of Vesuvius #AA5A34
RGB
CMYK
RGB Variations
Color information
#AA5A34 (or 0xAA5A34) is known color: Vesuvius. HEX triplet: AA, 5A and 34. RGB value is (170,90,52). Sum of RGB (Red+Green+Blue) = 170+90+52=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A34 is #55A5CB. Grayscale: #6D6D6D. Windows color (decimal): -5613004 or 3431082. OLE color: 3431082.
HSL color Cylindrical-coordinate representation of color #AA5A34: hue angle of 19.32º 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 #AA5A34 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 52 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.33 |
| HSL | 19.32º | 0.53% | 0.44% | - |
| HSV(B) | 19.32º | 0.69% | 0.67% | - |
| XYZ | 20.85 | 16.11 | 5.26 | - |
| YUV | 109.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 52 | 0 | 0.47 | 0.69 | 0.33 | 19.32 | 0.53 | 0.44 |
| Hex | AA | 5A | 34 | 0 | 2F | 45 | 21 | 13 | 35 | 2C |
| Octal | 252 | 132 | 64 | 0 | 57 | 105 | 41 | 23 | 65 | 54 |
| Binary | 10101010 | 1011010 | 110100 | 0 | 101111 | 1000101 | 100001 | 10011 | 110101 | 101100 |
Color Harmonies of #AA5A34
Complementary color
Monochromatic Colors of #AA5A34
Black with #AA5A34
Text Example
Text Example
White with #AA5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A34; }
p { color: rgb(170,90,52); }
H1.HeaderClassName
{
color: #AA5A34;
}
.AnyTagClassName
{
color: #AA5A34;
}
</style>
background-color css
<style>
a { background-color: #AA5A34; }
a { background-color: rgb(170,90,52); }
div.DivClassName
{
background-color: #AA5A34;
}
.BgClassName
{
background-color: #AA5A34;
}
</style>
border-color css
<style>
span { border-color: #AA5A34; }
span { border-color: rgb(170,90,52); }
td.TdClassName
{
border-color: #AA5A34;
}
.TagClassName
{
border-color: #AA5A34;
}
</style>