Shades of Vesuvius #A85836
Tints of Vesuvius #A85836
RGB
CMYK
RGB Variations
Color information
#A85836 (or 0xA85836) is known color: Vesuvius. HEX triplet: A8, 58 and 36. RGB value is (168,88,54). Sum of RGB (Red+Green+Blue) = 168+88+54=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A85836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85836 is #57A7C9. Grayscale: #6C6C6C. Windows color (decimal): -5744586 or 3561640. OLE color: 3561640.
HSL color Cylindrical-coordinate representation of color #A85836: hue angle of 17.89º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85836 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 54 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.34 |
| HSL | 17.89º | 0.51% | 0.44% | - |
| HSV(B) | 17.89º | 0.68% | 0.66% | - |
| XYZ | 20.3 | 15.57 | 5.43 | - |
| YUV | 108.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 54 | 0 | 0.48 | 0.68 | 0.34 | 17.89 | 0.51 | 0.44 |
| Hex | A8 | 58 | 36 | 0 | 30 | 44 | 22 | 12 | 33 | 2C |
| Octal | 250 | 130 | 66 | 0 | 60 | 104 | 42 | 22 | 63 | 54 |
| Binary | 10101000 | 1011000 | 110110 | 0 | 110000 | 1000100 | 100010 | 10010 | 110011 | 101100 |
Color Harmonies of #A85836
Complementary color
Monochromatic Colors of #A85836
Black with #A85836
Text Example
Text Example
White with #A85836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85836; }
p { color: rgb(168,88,54); }
H1.HeaderClassName
{
color: #A85836;
}
.AnyTagClassName
{
color: #A85836;
}
</style>
background-color css
<style>
a { background-color: #A85836; }
a { background-color: rgb(168,88,54); }
div.DivClassName
{
background-color: #A85836;
}
.BgClassName
{
background-color: #A85836;
}
</style>
border-color css
<style>
span { border-color: #A85836; }
span { border-color: rgb(168,88,54); }
td.TdClassName
{
border-color: #A85836;
}
.TagClassName
{
border-color: #A85836;
}
</style>