Shades of Vesuvius #A8562D
Tints of Vesuvius #A8562D
RGB
CMYK
RGB Variations
Color information
#A8562D (or 0xA8562D) is known color: Vesuvius. HEX triplet: A8, 56 and 2D. RGB value is (168,86,45). Sum of RGB (Red+Green+Blue) = 168+86+45=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8562D is #57A9D2. Grayscale: #6A6A6A. Windows color (decimal): -5745107 or 2971304. OLE color: 2971304.
HSL color Cylindrical-coordinate representation of color #A8562D: hue angle of 20º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8562D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 45 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.34 |
| HSL | 20º | 0.58% | 0.42% | - |
| HSV(B) | 20º | 0.73% | 0.66% | - |
| XYZ | 19.95 | 15.17 | 4.36 | - |
| YUV | 105.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 45 | 0 | 0.49 | 0.73 | 0.34 | 20 | 0.58 | 0.42 |
| Hex | A8 | 56 | 2D | 0 | 31 | 49 | 22 | 14 | 3A | 2A |
| Octal | 250 | 126 | 55 | 0 | 61 | 111 | 42 | 24 | 72 | 52 |
| Binary | 10101000 | 1010110 | 101101 | 0 | 110001 | 1001001 | 100010 | 10100 | 111010 | 101010 |
Color Harmonies of #A8562D
Complementary color
Monochromatic Colors of #A8562D
Black with #A8562D
Text Example
Text Example
White with #A8562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8562D; }
p { color: rgb(168,86,45); }
H1.HeaderClassName
{
color: #A8562D;
}
.AnyTagClassName
{
color: #A8562D;
}
</style>
background-color css
<style>
a { background-color: #A8562D; }
a { background-color: rgb(168,86,45); }
div.DivClassName
{
background-color: #A8562D;
}
.BgClassName
{
background-color: #A8562D;
}
</style>
border-color css
<style>
span { border-color: #A8562D; }
span { border-color: rgb(168,86,45); }
td.TdClassName
{
border-color: #A8562D;
}
.TagClassName
{
border-color: #A8562D;
}
</style>