Shades of Vesuvius #A85B2F
Tints of Vesuvius #A85B2F
RGB
CMYK
RGB Variations
Color information
#A85B2F (or 0xA85B2F) is known color: Vesuvius. HEX triplet: A8, 5B and 2F. RGB value is (168,91,47). Sum of RGB (Red+Green+Blue) = 168+91+47=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B2F is #57A4D0. Grayscale: #6D6D6D. Windows color (decimal): -5743825 or 3103656. OLE color: 3103656.
HSL color Cylindrical-coordinate representation of color #A85B2F: hue angle of 21.82º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A85B2F is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 47 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.34 |
| HSL | 21.82º | 0.56% | 0.42% | - |
| HSV(B) | 21.82º | 0.72% | 0.66% | - |
| XYZ | 20.4 | 16.01 | 4.7 | - |
| YUV | 109.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 47 | 0 | 0.46 | 0.72 | 0.34 | 21.82 | 0.56 | 0.42 |
| Hex | A8 | 5B | 2F | 0 | 2E | 48 | 22 | 16 | 38 | 2A |
| Octal | 250 | 133 | 57 | 0 | 56 | 110 | 42 | 26 | 70 | 52 |
| Binary | 10101000 | 1011011 | 101111 | 0 | 101110 | 1001000 | 100010 | 10110 | 111000 | 101010 |
Color Harmonies of #A85B2F
Complementary color
Monochromatic Colors of #A85B2F
Black with #A85B2F
Text Example
Text Example
White with #A85B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B2F; }
p { color: rgb(168,91,47); }
H1.HeaderClassName
{
color: #A85B2F;
}
.AnyTagClassName
{
color: #A85B2F;
}
</style>
background-color css
<style>
a { background-color: #A85B2F; }
a { background-color: rgb(168,91,47); }
div.DivClassName
{
background-color: #A85B2F;
}
.BgClassName
{
background-color: #A85B2F;
}
</style>
border-color css
<style>
span { border-color: #A85B2F; }
span { border-color: rgb(168,91,47); }
td.TdClassName
{
border-color: #A85B2F;
}
.TagClassName
{
border-color: #A85B2F;
}
</style>