Shades of Vesuvius #A85733
Tints of Vesuvius #A85733
RGB
CMYK
RGB Variations
Color information
#A85733 (or 0xA85733) is known color: Vesuvius. HEX triplet: A8, 57 and 33. RGB value is (168,87,51). Sum of RGB (Red+Green+Blue) = 168+87+51=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85733 is #57A8CC. Grayscale: #6B6B6B. Windows color (decimal): -5744845 or 3364776. OLE color: 3364776.
HSL color Cylindrical-coordinate representation of color #A85733: hue angle of 18.46º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85733 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 51 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.34 |
| HSL | 18.46º | 0.53% | 0.43% | - |
| HSV(B) | 18.46º | 0.7% | 0.66% | - |
| XYZ | 20.15 | 15.38 | 5.04 | - |
| YUV | 107.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 51 | 0 | 0.48 | 0.70 | 0.34 | 18.46 | 0.53 | 0.43 |
| Hex | A8 | 57 | 33 | 0 | 30 | 46 | 22 | 12 | 35 | 2B |
| Octal | 250 | 127 | 63 | 0 | 60 | 106 | 42 | 22 | 65 | 53 |
| Binary | 10101000 | 1010111 | 110011 | 0 | 110000 | 1000110 | 100010 | 10010 | 110101 | 101011 |
Color Harmonies of #A85733
Complementary color
Monochromatic Colors of #A85733
Black with #A85733
Text Example
Text Example
White with #A85733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85733; }
p { color: rgb(168,87,51); }
H1.HeaderClassName
{
color: #A85733;
}
.AnyTagClassName
{
color: #A85733;
}
</style>
background-color css
<style>
a { background-color: #A85733; }
a { background-color: rgb(168,87,51); }
div.DivClassName
{
background-color: #A85733;
}
.BgClassName
{
background-color: #A85733;
}
</style>
border-color css
<style>
span { border-color: #A85733; }
span { border-color: rgb(168,87,51); }
td.TdClassName
{
border-color: #A85733;
}
.TagClassName
{
border-color: #A85733;
}
</style>