Shades of Vesuvius #A85B35
Tints of Vesuvius #A85B35
RGB
CMYK
RGB Variations
Color information
#A85B35 (or 0xA85B35) is known color: Vesuvius. HEX triplet: A8, 5B and 35. RGB value is (168,91,53). Sum of RGB (Red+Green+Blue) = 168+91+53=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B35 is #57A4CA. Grayscale: #6D6D6D. Windows color (decimal): -5743819 or 3496872. OLE color: 3496872.
HSL color Cylindrical-coordinate representation of color #A85B35: hue angle of 19.83º 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 #A85B35 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 53 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.34 |
| HSL | 19.83º | 0.52% | 0.43% | - |
| HSV(B) | 19.83º | 0.68% | 0.66% | - |
| XYZ | 20.53 | 16.06 | 5.39 | - |
| YUV | 109.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 53 | 0 | 0.46 | 0.68 | 0.34 | 19.83 | 0.52 | 0.43 |
| Hex | A8 | 5B | 35 | 0 | 2E | 44 | 22 | 14 | 34 | 2B |
| Octal | 250 | 133 | 65 | 0 | 56 | 104 | 42 | 24 | 64 | 53 |
| Binary | 10101000 | 1011011 | 110101 | 0 | 101110 | 1000100 | 100010 | 10100 | 110100 | 101011 |
Color Harmonies of #A85B35
Complementary color
Monochromatic Colors of #A85B35
Black with #A85B35
Text Example
Text Example
White with #A85B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B35; }
p { color: rgb(168,91,53); }
H1.HeaderClassName
{
color: #A85B35;
}
.AnyTagClassName
{
color: #A85B35;
}
</style>
background-color css
<style>
a { background-color: #A85B35; }
a { background-color: rgb(168,91,53); }
div.DivClassName
{
background-color: #A85B35;
}
.BgClassName
{
background-color: #A85B35;
}
</style>
border-color css
<style>
span { border-color: #A85B35; }
span { border-color: rgb(168,91,53); }
td.TdClassName
{
border-color: #A85B35;
}
.TagClassName
{
border-color: #A85B35;
}
</style>