Shades of Vesuvius #AC5C37
Tints of Vesuvius #AC5C37
RGB
CMYK
RGB Variations
Color information
#AC5C37 (or 0xAC5C37) is known color: Vesuvius. HEX triplet: AC, 5C and 37. RGB value is (172,92,55). Sum of RGB (Red+Green+Blue) = 172+92+55=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C37 is #53A3C8. Grayscale: #6F6F6F. Windows color (decimal): -5481417 or 3628204. OLE color: 3628204.
HSL color Cylindrical-coordinate representation of color #AC5C37: hue angle of 18.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC5C37 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 55 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.33 |
| HSL | 18.97º | 0.52% | 0.45% | - |
| HSV(B) | 18.97º | 0.68% | 0.67% | - |
| XYZ | 21.53 | 16.7 | 5.7 | - |
| YUV | 111.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 55 | 0 | 0.47 | 0.68 | 0.33 | 18.97 | 0.52 | 0.45 |
| Hex | AC | 5C | 37 | 0 | 2F | 44 | 21 | 13 | 34 | 2D |
| Octal | 254 | 134 | 67 | 0 | 57 | 104 | 41 | 23 | 64 | 55 |
| Binary | 10101100 | 1011100 | 110111 | 0 | 101111 | 1000100 | 100001 | 10011 | 110100 | 101101 |
Color Harmonies of #AC5C37
Complementary color
Monochromatic Colors of #AC5C37
Black with #AC5C37
Text Example
Text Example
White with #AC5C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C37; }
p { color: rgb(172,92,55); }
H1.HeaderClassName
{
color: #AC5C37;
}
.AnyTagClassName
{
color: #AC5C37;
}
</style>
background-color css
<style>
a { background-color: #AC5C37; }
a { background-color: rgb(172,92,55); }
div.DivClassName
{
background-color: #AC5C37;
}
.BgClassName
{
background-color: #AC5C37;
}
</style>
border-color css
<style>
span { border-color: #AC5C37; }
span { border-color: rgb(172,92,55); }
td.TdClassName
{
border-color: #AC5C37;
}
.TagClassName
{
border-color: #AC5C37;
}
</style>