Shades of Vesuvius #A75A30
Tints of Vesuvius #A75A30
RGB
CMYK
RGB Variations
Color information
#A75A30 (or 0xA75A30) is known color: Vesuvius. HEX triplet: A7, 5A and 30. RGB value is (167,90,48). Sum of RGB (Red+Green+Blue) = 167+90+48=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A30 is #58A5CF. Grayscale: #6C6C6C. Windows color (decimal): -5809616 or 3168935. OLE color: 3168935.
HSL color Cylindrical-coordinate representation of color #A75A30: hue angle of 21.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 #A75A30 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 48 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.35 |
| HSL | 21.18º | 0.55% | 0.42% | - |
| HSV(B) | 21.18º | 0.71% | 0.65% | - |
| XYZ | 20.13 | 15.74 | 4.77 | - |
| YUV | 108.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 48 | 0 | 0.46 | 0.71 | 0.35 | 21.18 | 0.55 | 0.42 |
| Hex | A7 | 5A | 30 | 0 | 2E | 47 | 23 | 15 | 37 | 2A |
| Octal | 247 | 132 | 60 | 0 | 56 | 107 | 43 | 25 | 67 | 52 |
| Binary | 10100111 | 1011010 | 110000 | 0 | 101110 | 1000111 | 100011 | 10101 | 110111 | 101010 |
Color Harmonies of #A75A30
Complementary color
Monochromatic Colors of #A75A30
Black with #A75A30
Text Example
Text Example
White with #A75A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A30; }
p { color: rgb(167,90,48); }
H1.HeaderClassName
{
color: #A75A30;
}
.AnyTagClassName
{
color: #A75A30;
}
</style>
background-color css
<style>
a { background-color: #A75A30; }
a { background-color: rgb(167,90,48); }
div.DivClassName
{
background-color: #A75A30;
}
.BgClassName
{
background-color: #A75A30;
}
</style>
border-color css
<style>
span { border-color: #A75A30; }
span { border-color: rgb(167,90,48); }
td.TdClassName
{
border-color: #A75A30;
}
.TagClassName
{
border-color: #A75A30;
}
</style>