Shades of Vesuvius #A85A33
Tints of Vesuvius #A85A33
RGB
CMYK
RGB Variations
Color information
#A85A33 (or 0xA85A33) is known color: Vesuvius. HEX triplet: A8, 5A and 33. RGB value is (168,90,51). Sum of RGB (Red+Green+Blue) = 168+90+51=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A33 is #57A5CC. Grayscale: #6D6D6D. Windows color (decimal): -5744077 or 3365544. OLE color: 3365544.
HSL color Cylindrical-coordinate representation of color #A85A33: hue angle of 20º 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 #A85A33 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 51 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.34 |
| HSL | 20º | 0.53% | 0.43% | - |
| HSV(B) | 20º | 0.7% | 0.66% | - |
| XYZ | 20.4 | 15.88 | 5.12 | - |
| YUV | 108.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 51 | 0 | 0.46 | 0.70 | 0.34 | 20 | 0.53 | 0.43 |
| Hex | A8 | 5A | 33 | 0 | 2E | 46 | 22 | 14 | 35 | 2B |
| Octal | 250 | 132 | 63 | 0 | 56 | 106 | 42 | 24 | 65 | 53 |
| Binary | 10101000 | 1011010 | 110011 | 0 | 101110 | 1000110 | 100010 | 10100 | 110101 | 101011 |
Color Harmonies of #A85A33
Complementary color
Monochromatic Colors of #A85A33
Black with #A85A33
Text Example
Text Example
White with #A85A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A33; }
p { color: rgb(168,90,51); }
H1.HeaderClassName
{
color: #A85A33;
}
.AnyTagClassName
{
color: #A85A33;
}
</style>
background-color css
<style>
a { background-color: #A85A33; }
a { background-color: rgb(168,90,51); }
div.DivClassName
{
background-color: #A85A33;
}
.BgClassName
{
background-color: #A85A33;
}
</style>
border-color css
<style>
span { border-color: #A85A33; }
span { border-color: rgb(168,90,51); }
td.TdClassName
{
border-color: #A85A33;
}
.TagClassName
{
border-color: #A85A33;
}
</style>