Shades of Vesuvius #A75C30
Tints of Vesuvius #A75C30
RGB
CMYK
RGB Variations
Color information
#A75C30 (or 0xA75C30) is known color: Vesuvius. HEX triplet: A7, 5C and 30. RGB value is (167,92,48). Sum of RGB (Red+Green+Blue) = 167+92+48=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C30 is #58A3CF. Grayscale: #6D6D6D. Windows color (decimal): -5809104 or 3169447. OLE color: 3169447.
HSL color Cylindrical-coordinate representation of color #A75C30: hue angle of 22.18º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A75C30 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 48 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.35 |
| HSL | 22.18º | 0.55% | 0.42% | - |
| HSV(B) | 22.18º | 0.71% | 0.65% | - |
| XYZ | 20.3 | 16.08 | 4.83 | - |
| YUV | 109.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 48 | 0 | 0.45 | 0.71 | 0.35 | 22.18 | 0.55 | 0.42 |
| Hex | A7 | 5C | 30 | 0 | 2D | 47 | 23 | 16 | 37 | 2A |
| Octal | 247 | 134 | 60 | 0 | 55 | 107 | 43 | 26 | 67 | 52 |
| Binary | 10100111 | 1011100 | 110000 | 0 | 101101 | 1000111 | 100011 | 10110 | 110111 | 101010 |
Color Harmonies of #A75C30
Complementary color
Monochromatic Colors of #A75C30
Black with #A75C30
Text Example
Text Example
White with #A75C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C30; }
p { color: rgb(167,92,48); }
H1.HeaderClassName
{
color: #A75C30;
}
.AnyTagClassName
{
color: #A75C30;
}
</style>
background-color css
<style>
a { background-color: #A75C30; }
a { background-color: rgb(167,92,48); }
div.DivClassName
{
background-color: #A75C30;
}
.BgClassName
{
background-color: #A75C30;
}
</style>
border-color css
<style>
span { border-color: #A75C30; }
span { border-color: rgb(167,92,48); }
td.TdClassName
{
border-color: #A75C30;
}
.TagClassName
{
border-color: #A75C30;
}
</style>