Shades of Vesuvius #A85633
Tints of Vesuvius #A85633
RGB
CMYK
RGB Variations
Color information
#A85633 (or 0xA85633) is known color: Vesuvius. HEX triplet: A8, 56 and 33. RGB value is (168,86,51). Sum of RGB (Red+Green+Blue) = 168+86+51=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85633 is #57A9CC. Grayscale: #6A6A6A. Windows color (decimal): -5745101 or 3364520. OLE color: 3364520.
HSL color Cylindrical-coordinate representation of color #A85633: hue angle of 17.95º 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 #A85633 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 51 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.34 |
| HSL | 17.95º | 0.53% | 0.43% | - |
| HSV(B) | 17.95º | 0.7% | 0.66% | - |
| XYZ | 20.07 | 15.22 | 5.01 | - |
| YUV | 106.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 51 | 0 | 0.49 | 0.70 | 0.34 | 17.95 | 0.53 | 0.43 |
| Hex | A8 | 56 | 33 | 0 | 31 | 46 | 22 | 12 | 35 | 2B |
| Octal | 250 | 126 | 63 | 0 | 61 | 106 | 42 | 22 | 65 | 53 |
| Binary | 10101000 | 1010110 | 110011 | 0 | 110001 | 1000110 | 100010 | 10010 | 110101 | 101011 |
Color Harmonies of #A85633
Complementary color
Monochromatic Colors of #A85633
Black with #A85633
Text Example
Text Example
White with #A85633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85633; }
p { color: rgb(168,86,51); }
H1.HeaderClassName
{
color: #A85633;
}
.AnyTagClassName
{
color: #A85633;
}
</style>
background-color css
<style>
a { background-color: #A85633; }
a { background-color: rgb(168,86,51); }
div.DivClassName
{
background-color: #A85633;
}
.BgClassName
{
background-color: #A85633;
}
</style>
border-color css
<style>
span { border-color: #A85633; }
span { border-color: rgb(168,86,51); }
td.TdClassName
{
border-color: #A85633;
}
.TagClassName
{
border-color: #A85633;
}
</style>