Shades of Vesuvius #A8582E
Tints of Vesuvius #A8582E
RGB
CMYK
RGB Variations
Color information
#A8582E (or 0xA8582E) is known color: Vesuvius. HEX triplet: A8, 58 and 2E. RGB value is (168,88,46). Sum of RGB (Red+Green+Blue) = 168+88+46=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582E is #57A7D1. Grayscale: #6B6B6B. Windows color (decimal): -5744594 or 3037352. OLE color: 3037352.
HSL color Cylindrical-coordinate representation of color #A8582E: hue angle of 20.66º degrees, saturation: 0.57, 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 #A8582E is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 46 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.34 |
| HSL | 20.66º | 0.57% | 0.42% | - |
| HSV(B) | 20.66º | 0.73% | 0.66% | - |
| XYZ | 20.13 | 15.5 | 4.52 | - |
| YUV | 107.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 46 | 0 | 0.48 | 0.73 | 0.34 | 20.66 | 0.57 | 0.42 |
| Hex | A8 | 58 | 2E | 0 | 30 | 49 | 22 | 15 | 39 | 2A |
| Octal | 250 | 130 | 56 | 0 | 60 | 111 | 42 | 25 | 71 | 52 |
| Binary | 10101000 | 1011000 | 101110 | 0 | 110000 | 1001001 | 100010 | 10101 | 111001 | 101010 |
Color Harmonies of #A8582E
Complementary color
Monochromatic Colors of #A8582E
Black with #A8582E
Text Example
Text Example
White with #A8582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8582E; }
p { color: rgb(168,88,46); }
H1.HeaderClassName
{
color: #A8582E;
}
.AnyTagClassName
{
color: #A8582E;
}
</style>
background-color css
<style>
a { background-color: #A8582E; }
a { background-color: rgb(168,88,46); }
div.DivClassName
{
background-color: #A8582E;
}
.BgClassName
{
background-color: #A8582E;
}
</style>
border-color css
<style>
span { border-color: #A8582E; }
span { border-color: rgb(168,88,46); }
td.TdClassName
{
border-color: #A8582E;
}
.TagClassName
{
border-color: #A8582E;
}
</style>