Shades of Vesuvius #A35839
Tints of Vesuvius #A35839
RGB
CMYK
RGB Variations
Color information
#A35839 (or 0xA35839) is known color: Vesuvius. HEX triplet: A3, 58 and 39. RGB value is (163,88,57). Sum of RGB (Red+Green+Blue) = 163+88+57=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A35839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35839 is #5CA7C6. Grayscale: #6B6B6B. Windows color (decimal): -6072263 or 3758243. OLE color: 3758243.
HSL color Cylindrical-coordinate representation of color #A35839: hue angle of 17.55º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A35839 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 57 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.36 |
| HSL | 17.55º | 0.48% | 0.43% | - |
| HSV(B) | 17.55º | 0.65% | 0.64% | - |
| XYZ | 19.33 | 15.06 | 5.76 | - |
| YUV | 106.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 57 | 0 | 0.46 | 0.65 | 0.36 | 17.55 | 0.48 | 0.43 |
| Hex | A3 | 58 | 39 | 0 | 2E | 41 | 24 | 12 | 30 | 2B |
| Octal | 243 | 130 | 71 | 0 | 56 | 101 | 44 | 22 | 60 | 53 |
| Binary | 10100011 | 1011000 | 111001 | 0 | 101110 | 1000001 | 100100 | 10010 | 110000 | 101011 |
Color Harmonies of #A35839
Complementary color
Monochromatic Colors of #A35839
Black with #A35839
Text Example
Text Example
White with #A35839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35839; }
p { color: rgb(163,88,57); }
H1.HeaderClassName
{
color: #A35839;
}
.AnyTagClassName
{
color: #A35839;
}
</style>
background-color css
<style>
a { background-color: #A35839; }
a { background-color: rgb(163,88,57); }
div.DivClassName
{
background-color: #A35839;
}
.BgClassName
{
background-color: #A35839;
}
</style>
border-color css
<style>
span { border-color: #A35839; }
span { border-color: rgb(163,88,57); }
td.TdClassName
{
border-color: #A35839;
}
.TagClassName
{
border-color: #A35839;
}
</style>