Shades of Vesuvius #AA562F
Tints of Vesuvius #AA562F
RGB
CMYK
RGB Variations
Color information
#AA562F (or 0xAA562F) is known color: Vesuvius. HEX triplet: AA, 56 and 2F. RGB value is (170,86,47). Sum of RGB (Red+Green+Blue) = 170+86+47=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA562F is #55A9D0. Grayscale: #6A6A6A. Windows color (decimal): -5614033 or 3102378. OLE color: 3102378.
HSL color Cylindrical-coordinate representation of color #AA562F: hue angle of 19.02º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA562F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 47 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.33 |
| HSL | 19.02º | 0.57% | 0.43% | - |
| HSV(B) | 19.02º | 0.72% | 0.67% | - |
| XYZ | 20.42 | 15.41 | 4.59 | - |
| YUV | 106.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 47 | 0 | 0.49 | 0.72 | 0.33 | 19.02 | 0.57 | 0.43 |
| Hex | AA | 56 | 2F | 0 | 31 | 48 | 21 | 13 | 39 | 2B |
| Octal | 252 | 126 | 57 | 0 | 61 | 110 | 41 | 23 | 71 | 53 |
| Binary | 10101010 | 1010110 | 101111 | 0 | 110001 | 1001000 | 100001 | 10011 | 111001 | 101011 |
Color Harmonies of #AA562F
Complementary color
Monochromatic Colors of #AA562F
Black with #AA562F
Text Example
Text Example
White with #AA562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA562F; }
p { color: rgb(170,86,47); }
H1.HeaderClassName
{
color: #AA562F;
}
.AnyTagClassName
{
color: #AA562F;
}
</style>
background-color css
<style>
a { background-color: #AA562F; }
a { background-color: rgb(170,86,47); }
div.DivClassName
{
background-color: #AA562F;
}
.BgClassName
{
background-color: #AA562F;
}
</style>
border-color css
<style>
span { border-color: #AA562F; }
span { border-color: rgb(170,86,47); }
td.TdClassName
{
border-color: #AA562F;
}
.TagClassName
{
border-color: #AA562F;
}
</style>