Shades of Vesuvius #A7592D
Tints of Vesuvius #A7592D
RGB
CMYK
RGB Variations
Color information
#A7592D (or 0xA7592D) is known color: Vesuvius. HEX triplet: A7, 59 and 2D. RGB value is (167,89,45). Sum of RGB (Red+Green+Blue) = 167+89+45=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7592D is #58A6D2. Grayscale: #6B6B6B. Windows color (decimal): -5809875 or 2972071. OLE color: 2972071.
HSL color Cylindrical-coordinate representation of color #A7592D: hue angle of 21.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7592D is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 45 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.35 |
| HSL | 21.64º | 0.58% | 0.42% | - |
| HSV(B) | 21.64º | 0.73% | 0.65% | - |
| XYZ | 19.98 | 15.55 | 4.43 | - |
| YUV | 107.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 45 | 0 | 0.47 | 0.73 | 0.35 | 21.64 | 0.58 | 0.42 |
| Hex | A7 | 59 | 2D | 0 | 2F | 49 | 23 | 16 | 3A | 2A |
| Octal | 247 | 131 | 55 | 0 | 57 | 111 | 43 | 26 | 72 | 52 |
| Binary | 10100111 | 1011001 | 101101 | 0 | 101111 | 1001001 | 100011 | 10110 | 111010 | 101010 |
Color Harmonies of #A7592D
Complementary color
Monochromatic Colors of #A7592D
Black with #A7592D
Text Example
Text Example
White with #A7592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7592D; }
p { color: rgb(167,89,45); }
H1.HeaderClassName
{
color: #A7592D;
}
.AnyTagClassName
{
color: #A7592D;
}
</style>
background-color css
<style>
a { background-color: #A7592D; }
a { background-color: rgb(167,89,45); }
div.DivClassName
{
background-color: #A7592D;
}
.BgClassName
{
background-color: #A7592D;
}
</style>
border-color css
<style>
span { border-color: #A7592D; }
span { border-color: rgb(167,89,45); }
td.TdClassName
{
border-color: #A7592D;
}
.TagClassName
{
border-color: #A7592D;
}
</style>