Shades of Vesuvius #AC5934
Tints of Vesuvius #AC5934
RGB
CMYK
RGB Variations
Color information
#AC5934 (or 0xAC5934) is known color: Vesuvius. HEX triplet: AC, 59 and 34. RGB value is (172,89,52). Sum of RGB (Red+Green+Blue) = 172+89+52=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5934 is #53A6CB. Grayscale: #6D6D6D. Windows color (decimal): -5482188 or 3430828. OLE color: 3430828.
HSL color Cylindrical-coordinate representation of color #AC5934: hue angle of 18.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5934 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 52 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.33 |
| HSL | 18.5º | 0.54% | 0.44% | - |
| HSV(B) | 18.5º | 0.7% | 0.67% | - |
| XYZ | 21.21 | 16.16 | 5.25 | - |
| YUV | 109.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 52 | 0 | 0.48 | 0.70 | 0.33 | 18.5 | 0.54 | 0.44 |
| Hex | AC | 59 | 34 | 0 | 30 | 46 | 21 | 12 | 36 | 2C |
| Octal | 254 | 131 | 64 | 0 | 60 | 106 | 41 | 22 | 66 | 54 |
| Binary | 10101100 | 1011001 | 110100 | 0 | 110000 | 1000110 | 100001 | 10010 | 110110 | 101100 |
Color Harmonies of #AC5934
Complementary color
Monochromatic Colors of #AC5934
Black with #AC5934
Text Example
Text Example
White with #AC5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5934; }
p { color: rgb(172,89,52); }
H1.HeaderClassName
{
color: #AC5934;
}
.AnyTagClassName
{
color: #AC5934;
}
</style>
background-color css
<style>
a { background-color: #AC5934; }
a { background-color: rgb(172,89,52); }
div.DivClassName
{
background-color: #AC5934;
}
.BgClassName
{
background-color: #AC5934;
}
</style>
border-color css
<style>
span { border-color: #AC5934; }
span { border-color: rgb(172,89,52); }
td.TdClassName
{
border-color: #AC5934;
}
.TagClassName
{
border-color: #AC5934;
}
</style>