Shades of Vesuvius #AC5838
Tints of Vesuvius #AC5838
RGB
CMYK
RGB Variations
Color information
#AC5838 (or 0xAC5838) is known color: Vesuvius. HEX triplet: AC, 58 and 38. RGB value is (172,88,56). Sum of RGB (Red+Green+Blue) = 172+88+56=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5838 is #53A7C7. Grayscale: #6D6D6D. Windows color (decimal): -5482440 or 3692716. OLE color: 3692716.
HSL color Cylindrical-coordinate representation of color #AC5838: hue angle of 16.55º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC5838 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 56 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.33 |
| HSL | 16.55º | 0.51% | 0.45% | - |
| HSV(B) | 16.55º | 0.67% | 0.67% | - |
| XYZ | 21.22 | 16.04 | 5.72 | - |
| YUV | 109.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 56 | 0 | 0.49 | 0.67 | 0.33 | 16.55 | 0.51 | 0.45 |
| Hex | AC | 58 | 38 | 0 | 31 | 43 | 21 | 11 | 33 | 2D |
| Octal | 254 | 130 | 70 | 0 | 61 | 103 | 41 | 21 | 63 | 55 |
| Binary | 10101100 | 1011000 | 111000 | 0 | 110001 | 1000011 | 100001 | 10001 | 110011 | 101101 |
Color Harmonies of #AC5838
Complementary color
Monochromatic Colors of #AC5838
Black with #AC5838
Text Example
Text Example
White with #AC5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5838; }
p { color: rgb(172,88,56); }
H1.HeaderClassName
{
color: #AC5838;
}
.AnyTagClassName
{
color: #AC5838;
}
</style>
background-color css
<style>
a { background-color: #AC5838; }
a { background-color: rgb(172,88,56); }
div.DivClassName
{
background-color: #AC5838;
}
.BgClassName
{
background-color: #AC5838;
}
</style>
border-color css
<style>
span { border-color: #AC5838; }
span { border-color: rgb(172,88,56); }
td.TdClassName
{
border-color: #AC5838;
}
.TagClassName
{
border-color: #AC5838;
}
</style>