Shades of Vesuvius #A8582C
Tints of Vesuvius #A8582C
RGB
CMYK
RGB Variations
Color information
#A8582C (or 0xA8582C) is known color: Vesuvius. HEX triplet: A8, 58 and 2C. RGB value is (168,88,44). Sum of RGB (Red+Green+Blue) = 168+88+44=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582C is #57A7D3. Grayscale: #6B6B6B. Windows color (decimal): -5744596 or 2906280. OLE color: 2906280.
HSL color Cylindrical-coordinate representation of color #A8582C: hue angle of 21.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8582C is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 44 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.34 |
| HSL | 21.29º | 0.58% | 0.42% | - |
| HSV(B) | 21.29º | 0.74% | 0.66% | - |
| XYZ | 20.09 | 15.49 | 4.31 | - |
| YUV | 106.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 44 | 0 | 0.48 | 0.74 | 0.34 | 21.29 | 0.58 | 0.42 |
| Hex | A8 | 58 | 2C | 0 | 30 | 4A | 22 | 15 | 3A | 2A |
| Octal | 250 | 130 | 54 | 0 | 60 | 112 | 42 | 25 | 72 | 52 |
| Binary | 10101000 | 1011000 | 101100 | 0 | 110000 | 1001010 | 100010 | 10101 | 111010 | 101010 |
Color Harmonies of #A8582C
Complementary color
Monochromatic Colors of #A8582C
Black with #A8582C
Text Example
Text Example
White with #A8582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8582C; }
p { color: rgb(168,88,44); }
H1.HeaderClassName
{
color: #A8582C;
}
.AnyTagClassName
{
color: #A8582C;
}
</style>
background-color css
<style>
a { background-color: #A8582C; }
a { background-color: rgb(168,88,44); }
div.DivClassName
{
background-color: #A8582C;
}
.BgClassName
{
background-color: #A8582C;
}
</style>
border-color css
<style>
span { border-color: #A8582C; }
span { border-color: rgb(168,88,44); }
td.TdClassName
{
border-color: #A8582C;
}
.TagClassName
{
border-color: #A8582C;
}
</style>