Shades of Vesuvius #A7572C
Tints of Vesuvius #A7572C
RGB
CMYK
RGB Variations
Color information
#A7572C (or 0xA7572C) is known color: Vesuvius. HEX triplet: A7, 57 and 2C. RGB value is (167,87,44). Sum of RGB (Red+Green+Blue) = 167+87+44=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7572C is #58A8D3. Grayscale: #6A6A6A. Windows color (decimal): -5810388 or 2906023. OLE color: 2906023.
HSL color Cylindrical-coordinate representation of color #A7572C: hue angle of 20.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7572C is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 44 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.35 |
| HSL | 20.98º | 0.58% | 0.41% | - |
| HSV(B) | 20.98º | 0.74% | 0.65% | - |
| XYZ | 19.8 | 15.21 | 4.28 | - |
| YUV | 106.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 44 | 0 | 0.48 | 0.74 | 0.35 | 20.98 | 0.58 | 0.41 |
| Hex | A7 | 57 | 2C | 0 | 30 | 4A | 23 | 15 | 3A | 29 |
| Octal | 247 | 127 | 54 | 0 | 60 | 112 | 43 | 25 | 72 | 51 |
| Binary | 10100111 | 1010111 | 101100 | 0 | 110000 | 1001010 | 100011 | 10101 | 111010 | 101001 |
Color Harmonies of #A7572C
Complementary color
Monochromatic Colors of #A7572C
Black with #A7572C
Text Example
Text Example
White with #A7572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7572C; }
p { color: rgb(167,87,44); }
H1.HeaderClassName
{
color: #A7572C;
}
.AnyTagClassName
{
color: #A7572C;
}
</style>
background-color css
<style>
a { background-color: #A7572C; }
a { background-color: rgb(167,87,44); }
div.DivClassName
{
background-color: #A7572C;
}
.BgClassName
{
background-color: #A7572C;
}
</style>
border-color css
<style>
span { border-color: #A7572C; }
span { border-color: rgb(167,87,44); }
td.TdClassName
{
border-color: #A7572C;
}
.TagClassName
{
border-color: #A7572C;
}
</style>