Shades of Vesuvius #A85933
Tints of Vesuvius #A85933
RGB
CMYK
RGB Variations
Color information
#A85933 (or 0xA85933) is known color: Vesuvius. HEX triplet: A8, 59 and 33. RGB value is (168,89,51). Sum of RGB (Red+Green+Blue) = 168+89+51=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A85933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85933 is #57A6CC. Grayscale: #6C6C6C. Windows color (decimal): -5744333 or 3365288. OLE color: 3365288.
HSL color Cylindrical-coordinate representation of color #A85933: hue angle of 19.49º 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 #A85933 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 51 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.34 |
| HSL | 19.49º | 0.53% | 0.43% | - |
| HSV(B) | 19.49º | 0.7% | 0.66% | - |
| XYZ | 20.32 | 15.71 | 5.09 | - |
| YUV | 108.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 51 | 0 | 0.47 | 0.70 | 0.34 | 19.49 | 0.53 | 0.43 |
| Hex | A8 | 59 | 33 | 0 | 2F | 46 | 22 | 13 | 35 | 2B |
| Octal | 250 | 131 | 63 | 0 | 57 | 106 | 42 | 23 | 65 | 53 |
| Binary | 10101000 | 1011001 | 110011 | 0 | 101111 | 1000110 | 100010 | 10011 | 110101 | 101011 |
Color Harmonies of #A85933
Complementary color
Monochromatic Colors of #A85933
Black with #A85933
Text Example
Text Example
White with #A85933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85933; }
p { color: rgb(168,89,51); }
H1.HeaderClassName
{
color: #A85933;
}
.AnyTagClassName
{
color: #A85933;
}
</style>
background-color css
<style>
a { background-color: #A85933; }
a { background-color: rgb(168,89,51); }
div.DivClassName
{
background-color: #A85933;
}
.BgClassName
{
background-color: #A85933;
}
</style>
border-color css
<style>
span { border-color: #A85933; }
span { border-color: rgb(168,89,51); }
td.TdClassName
{
border-color: #A85933;
}
.TagClassName
{
border-color: #A85933;
}
</style>