Shades of Vesuvius #A35935
Tints of Vesuvius #A35935
RGB
CMYK
RGB Variations
Color information
#A35935 (or 0xA35935) is known color: Vesuvius. HEX triplet: A3, 59 and 35. RGB value is (163,89,53). Sum of RGB (Red+Green+Blue) = 163+89+53=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A35935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35935 is #5CA6CA. Grayscale: #6B6B6B. Windows color (decimal): -6072011 or 3496355. OLE color: 3496355.
HSL color Cylindrical-coordinate representation of color #A35935: hue angle of 19.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A35935 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 53 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.36 |
| HSL | 19.64º | 0.51% | 0.42% | - |
| HSV(B) | 19.64º | 0.67% | 0.64% | - |
| XYZ | 19.32 | 15.19 | 5.28 | - |
| YUV | 107.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 53 | 0 | 0.45 | 0.67 | 0.36 | 19.64 | 0.51 | 0.42 |
| Hex | A3 | 59 | 35 | 0 | 2D | 43 | 24 | 14 | 33 | 2A |
| Octal | 243 | 131 | 65 | 0 | 55 | 103 | 44 | 24 | 63 | 52 |
| Binary | 10100011 | 1011001 | 110101 | 0 | 101101 | 1000011 | 100100 | 10100 | 110011 | 101010 |
Color Harmonies of #A35935
Complementary color
Monochromatic Colors of #A35935
Black with #A35935
Text Example
Text Example
White with #A35935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35935; }
p { color: rgb(163,89,53); }
H1.HeaderClassName
{
color: #A35935;
}
.AnyTagClassName
{
color: #A35935;
}
</style>
background-color css
<style>
a { background-color: #A35935; }
a { background-color: rgb(163,89,53); }
div.DivClassName
{
background-color: #A35935;
}
.BgClassName
{
background-color: #A35935;
}
</style>
border-color css
<style>
span { border-color: #A35935; }
span { border-color: rgb(163,89,53); }
td.TdClassName
{
border-color: #A35935;
}
.TagClassName
{
border-color: #A35935;
}
</style>