Shades of Vesuvius #A8562F
Tints of Vesuvius #A8562F
RGB
CMYK
RGB Variations
Color information
#A8562F (or 0xA8562F) is known color: Vesuvius. HEX triplet: A8, 56 and 2F. RGB value is (168,86,47). Sum of RGB (Red+Green+Blue) = 168+86+47=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8562F is #57A9D0. Grayscale: #6A6A6A. Windows color (decimal): -5745105 or 3102376. OLE color: 3102376.
HSL color Cylindrical-coordinate representation of color #A8562F: hue angle of 19.34º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8562F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 47 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.34 |
| HSL | 19.34º | 0.56% | 0.42% | - |
| HSV(B) | 19.34º | 0.72% | 0.66% | - |
| XYZ | 19.99 | 15.19 | 4.57 | - |
| YUV | 106.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 47 | 0 | 0.49 | 0.72 | 0.34 | 19.34 | 0.56 | 0.42 |
| Hex | A8 | 56 | 2F | 0 | 31 | 48 | 22 | 13 | 38 | 2A |
| Octal | 250 | 126 | 57 | 0 | 61 | 110 | 42 | 23 | 70 | 52 |
| Binary | 10101000 | 1010110 | 101111 | 0 | 110001 | 1001000 | 100010 | 10011 | 111000 | 101010 |
Color Harmonies of #A8562F
Complementary color
Monochromatic Colors of #A8562F
Black with #A8562F
Text Example
Text Example
White with #A8562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8562F; }
p { color: rgb(168,86,47); }
H1.HeaderClassName
{
color: #A8562F;
}
.AnyTagClassName
{
color: #A8562F;
}
</style>
background-color css
<style>
a { background-color: #A8562F; }
a { background-color: rgb(168,86,47); }
div.DivClassName
{
background-color: #A8562F;
}
.BgClassName
{
background-color: #A8562F;
}
</style>
border-color css
<style>
span { border-color: #A8562F; }
span { border-color: rgb(168,86,47); }
td.TdClassName
{
border-color: #A8562F;
}
.TagClassName
{
border-color: #A8562F;
}
</style>