Shades of Vesuvius #A35732
Tints of Vesuvius #A35732
RGB
CMYK
RGB Variations
Color information
#A35732 (or 0xA35732) is known color: Vesuvius. HEX triplet: A3, 57 and 32. RGB value is (163,87,50). Sum of RGB (Red+Green+Blue) = 163+87+50=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35732 is #5CA8CD. Grayscale: #696969. Windows color (decimal): -6072526 or 3299235. OLE color: 3299235.
HSL color Cylindrical-coordinate representation of color #A35732: hue angle of 19.65º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A35732 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 50 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.36 |
| HSL | 19.65º | 0.53% | 0.42% | - |
| HSV(B) | 19.65º | 0.69% | 0.64% | - |
| XYZ | 19.09 | 14.83 | 4.87 | - |
| YUV | 105.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 50 | 0 | 0.47 | 0.69 | 0.36 | 19.65 | 0.53 | 0.42 |
| Hex | A3 | 57 | 32 | 0 | 2F | 45 | 24 | 14 | 35 | 2A |
| Octal | 243 | 127 | 62 | 0 | 57 | 105 | 44 | 24 | 65 | 52 |
| Binary | 10100011 | 1010111 | 110010 | 0 | 101111 | 1000101 | 100100 | 10100 | 110101 | 101010 |
Color Harmonies of #A35732
Complementary color
Monochromatic Colors of #A35732
Black with #A35732
Text Example
Text Example
White with #A35732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35732; }
p { color: rgb(163,87,50); }
H1.HeaderClassName
{
color: #A35732;
}
.AnyTagClassName
{
color: #A35732;
}
</style>
background-color css
<style>
a { background-color: #A35732; }
a { background-color: rgb(163,87,50); }
div.DivClassName
{
background-color: #A35732;
}
.BgClassName
{
background-color: #A35732;
}
</style>
border-color css
<style>
span { border-color: #A35732; }
span { border-color: rgb(163,87,50); }
td.TdClassName
{
border-color: #A35732;
}
.TagClassName
{
border-color: #A35732;
}
</style>