Shades of Vesuvius #A85C32
Tints of Vesuvius #A85C32
RGB
CMYK
RGB Variations
Color information
#A85C32 (or 0xA85C32) is known color: Vesuvius. HEX triplet: A8, 5C and 32. RGB value is (168,92,50). Sum of RGB (Red+Green+Blue) = 168+92+50=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C32 is #57A3CD. Grayscale: #6E6E6E. Windows color (decimal): -5743566 or 3300520. OLE color: 3300520.
HSL color Cylindrical-coordinate representation of color #A85C32: hue angle of 21.36º degrees, saturation: 0.54, 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 #A85C32 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 50 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.34 |
| HSL | 21.36º | 0.54% | 0.43% | - |
| HSV(B) | 21.36º | 0.7% | 0.66% | - |
| XYZ | 20.55 | 16.21 | 5.06 | - |
| YUV | 109.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 50 | 0 | 0.45 | 0.70 | 0.34 | 21.36 | 0.54 | 0.43 |
| Hex | A8 | 5C | 32 | 0 | 2D | 46 | 22 | 15 | 36 | 2B |
| Octal | 250 | 134 | 62 | 0 | 55 | 106 | 42 | 25 | 66 | 53 |
| Binary | 10101000 | 1011100 | 110010 | 0 | 101101 | 1000110 | 100010 | 10101 | 110110 | 101011 |
Color Harmonies of #A85C32
Complementary color
Monochromatic Colors of #A85C32
Black with #A85C32
Text Example
Text Example
White with #A85C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C32; }
p { color: rgb(168,92,50); }
H1.HeaderClassName
{
color: #A85C32;
}
.AnyTagClassName
{
color: #A85C32;
}
</style>
background-color css
<style>
a { background-color: #A85C32; }
a { background-color: rgb(168,92,50); }
div.DivClassName
{
background-color: #A85C32;
}
.BgClassName
{
background-color: #A85C32;
}
</style>
border-color css
<style>
span { border-color: #A85C32; }
span { border-color: rgb(168,92,50); }
td.TdClassName
{
border-color: #A85C32;
}
.TagClassName
{
border-color: #A85C32;
}
</style>