Shades of Vesuvius #A85935
Tints of Vesuvius #A85935
RGB
CMYK
RGB Variations
Color information
#A85935 (or 0xA85935) is known color: Vesuvius. HEX triplet: A8, 59 and 35. RGB value is (168,89,53). Sum of RGB (Red+Green+Blue) = 168+89+53=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A85935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85935 is #57A6CA. Grayscale: #6C6C6C. Windows color (decimal): -5744331 or 3496360. OLE color: 3496360.
HSL color Cylindrical-coordinate representation of color #A85935: hue angle of 18.78º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85935 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 53 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.34 |
| HSL | 18.78º | 0.52% | 0.43% | - |
| HSV(B) | 18.78º | 0.68% | 0.66% | - |
| XYZ | 20.36 | 15.73 | 5.33 | - |
| YUV | 108.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 53 | 0 | 0.47 | 0.68 | 0.34 | 18.78 | 0.52 | 0.43 |
| Hex | A8 | 59 | 35 | 0 | 2F | 44 | 22 | 13 | 34 | 2B |
| Octal | 250 | 131 | 65 | 0 | 57 | 104 | 42 | 23 | 64 | 53 |
| Binary | 10101000 | 1011001 | 110101 | 0 | 101111 | 1000100 | 100010 | 10011 | 110100 | 101011 |
Color Harmonies of #A85935
Complementary color
Monochromatic Colors of #A85935
Black with #A85935
Text Example
Text Example
White with #A85935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85935; }
p { color: rgb(168,89,53); }
H1.HeaderClassName
{
color: #A85935;
}
.AnyTagClassName
{
color: #A85935;
}
</style>
background-color css
<style>
a { background-color: #A85935; }
a { background-color: rgb(168,89,53); }
div.DivClassName
{
background-color: #A85935;
}
.BgClassName
{
background-color: #A85935;
}
</style>
border-color css
<style>
span { border-color: #A85935; }
span { border-color: rgb(168,89,53); }
td.TdClassName
{
border-color: #A85935;
}
.TagClassName
{
border-color: #A85935;
}
</style>