Shades of Vesuvius #AC5D38
Tints of Vesuvius #AC5D38
RGB
CMYK
RGB Variations
Color information
#AC5D38 (or 0xAC5D38) is known color: Vesuvius. HEX triplet: AC, 5D and 38. RGB value is (172,93,56). Sum of RGB (Red+Green+Blue) = 172+93+56=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D38 is #53A2C7. Grayscale: #707070. Windows color (decimal): -5481160 or 3693996. OLE color: 3693996.
HSL color Cylindrical-coordinate representation of color #AC5D38: hue angle of 19.14º 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 #AC5D38 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 56 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.33 |
| HSL | 19.14º | 0.51% | 0.45% | - |
| HSV(B) | 19.14º | 0.67% | 0.67% | - |
| XYZ | 21.64 | 16.88 | 5.86 | - |
| YUV | 112.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 56 | 0 | 0.46 | 0.67 | 0.33 | 19.14 | 0.51 | 0.45 |
| Hex | AC | 5D | 38 | 0 | 2E | 43 | 21 | 13 | 33 | 2D |
| Octal | 254 | 135 | 70 | 0 | 56 | 103 | 41 | 23 | 63 | 55 |
| Binary | 10101100 | 1011101 | 111000 | 0 | 101110 | 1000011 | 100001 | 10011 | 110011 | 101101 |
Color Harmonies of #AC5D38
Complementary color
Monochromatic Colors of #AC5D38
Black with #AC5D38
Text Example
Text Example
White with #AC5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D38; }
p { color: rgb(172,93,56); }
H1.HeaderClassName
{
color: #AC5D38;
}
.AnyTagClassName
{
color: #AC5D38;
}
</style>
background-color css
<style>
a { background-color: #AC5D38; }
a { background-color: rgb(172,93,56); }
div.DivClassName
{
background-color: #AC5D38;
}
.BgClassName
{
background-color: #AC5D38;
}
</style>
border-color css
<style>
span { border-color: #AC5D38; }
span { border-color: rgb(172,93,56); }
td.TdClassName
{
border-color: #AC5D38;
}
.TagClassName
{
border-color: #AC5D38;
}
</style>