Shades of Vesuvius #A85635
Tints of Vesuvius #A85635
RGB
CMYK
RGB Variations
Color information
#A85635 (or 0xA85635) is known color: Vesuvius. HEX triplet: A8, 56 and 35. RGB value is (168,86,53). Sum of RGB (Red+Green+Blue) = 168+86+53=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85635 is #57A9CA. Grayscale: #6A6A6A. Windows color (decimal): -5745099 or 3495592. OLE color: 3495592.
HSL color Cylindrical-coordinate representation of color #A85635: hue angle of 17.22º 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 #A85635 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 53 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.34 |
| HSL | 17.22º | 0.52% | 0.43% | - |
| HSV(B) | 17.22º | 0.68% | 0.66% | - |
| XYZ | 20.12 | 15.24 | 5.25 | - |
| YUV | 106.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 53 | 0 | 0.49 | 0.68 | 0.34 | 17.22 | 0.52 | 0.43 |
| Hex | A8 | 56 | 35 | 0 | 31 | 44 | 22 | 11 | 34 | 2B |
| Octal | 250 | 126 | 65 | 0 | 61 | 104 | 42 | 21 | 64 | 53 |
| Binary | 10101000 | 1010110 | 110101 | 0 | 110001 | 1000100 | 100010 | 10001 | 110100 | 101011 |
Color Harmonies of #A85635
Complementary color
Monochromatic Colors of #A85635
Black with #A85635
Text Example
Text Example
White with #A85635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85635; }
p { color: rgb(168,86,53); }
H1.HeaderClassName
{
color: #A85635;
}
.AnyTagClassName
{
color: #A85635;
}
</style>
background-color css
<style>
a { background-color: #A85635; }
a { background-color: rgb(168,86,53); }
div.DivClassName
{
background-color: #A85635;
}
.BgClassName
{
background-color: #A85635;
}
</style>
border-color css
<style>
span { border-color: #A85635; }
span { border-color: rgb(168,86,53); }
td.TdClassName
{
border-color: #A85635;
}
.TagClassName
{
border-color: #A85635;
}
</style>