Shades of Vesuvius #A8572F
Tints of Vesuvius #A8572F
RGB
CMYK
RGB Variations
Color information
#A8572F (or 0xA8572F) is known color: Vesuvius. HEX triplet: A8, 57 and 2F. RGB value is (168,87,47). Sum of RGB (Red+Green+Blue) = 168+87+47=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8572F is #57A8D0. Grayscale: #6A6A6A. Windows color (decimal): -5744849 or 3102632. OLE color: 3102632.
HSL color Cylindrical-coordinate representation of color #A8572F: hue angle of 19.83º 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 #A8572F is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 47 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.34 |
| HSL | 19.83º | 0.56% | 0.42% | - |
| HSV(B) | 19.83º | 0.72% | 0.66% | - |
| XYZ | 20.07 | 15.35 | 4.59 | - |
| YUV | 106.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 47 | 0 | 0.48 | 0.72 | 0.34 | 19.83 | 0.56 | 0.42 |
| Hex | A8 | 57 | 2F | 0 | 30 | 48 | 22 | 14 | 38 | 2A |
| Octal | 250 | 127 | 57 | 0 | 60 | 110 | 42 | 24 | 70 | 52 |
| Binary | 10101000 | 1010111 | 101111 | 0 | 110000 | 1001000 | 100010 | 10100 | 111000 | 101010 |
Color Harmonies of #A8572F
Complementary color
Monochromatic Colors of #A8572F
Black with #A8572F
Text Example
Text Example
White with #A8572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8572F; }
p { color: rgb(168,87,47); }
H1.HeaderClassName
{
color: #A8572F;
}
.AnyTagClassName
{
color: #A8572F;
}
</style>
background-color css
<style>
a { background-color: #A8572F; }
a { background-color: rgb(168,87,47); }
div.DivClassName
{
background-color: #A8572F;
}
.BgClassName
{
background-color: #A8572F;
}
</style>
border-color css
<style>
span { border-color: #A8572F; }
span { border-color: rgb(168,87,47); }
td.TdClassName
{
border-color: #A8572F;
}
.TagClassName
{
border-color: #A8572F;
}
</style>