Shades of Vesuvius #AC5A3A
Tints of Vesuvius #AC5A3A
RGB
CMYK
RGB Variations
Color information
#AC5A3A (or 0xAC5A3A) is known color: Vesuvius. HEX triplet: AC, 5A and 3A. RGB value is (172,90,58). Sum of RGB (Red+Green+Blue) = 172+90+58=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A3A is #53A5C5. Grayscale: #6F6F6F. Windows color (decimal): -5481926 or 3824300. OLE color: 3824300.
HSL color Cylindrical-coordinate representation of color #AC5A3A: hue angle of 16.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC5A3A is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 58 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.33 |
| HSL | 16.84º | 0.5% | 0.45% | - |
| HSV(B) | 16.84º | 0.66% | 0.67% | - |
| XYZ | 21.43 | 16.39 | 6.04 | - |
| YUV | 110.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 58 | 0 | 0.48 | 0.66 | 0.33 | 16.84 | 0.5 | 0.45 |
| Hex | AC | 5A | 3A | 0 | 30 | 42 | 21 | 11 | 32 | 2D |
| Octal | 254 | 132 | 72 | 0 | 60 | 102 | 41 | 21 | 62 | 55 |
| Binary | 10101100 | 1011010 | 111010 | 0 | 110000 | 1000010 | 100001 | 10001 | 110010 | 101101 |
Color Harmonies of #AC5A3A
Complementary color
Monochromatic Colors of #AC5A3A
Black with #AC5A3A
Text Example
Text Example
White with #AC5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A3A; }
p { color: rgb(172,90,58); }
H1.HeaderClassName
{
color: #AC5A3A;
}
.AnyTagClassName
{
color: #AC5A3A;
}
</style>
background-color css
<style>
a { background-color: #AC5A3A; }
a { background-color: rgb(172,90,58); }
div.DivClassName
{
background-color: #AC5A3A;
}
.BgClassName
{
background-color: #AC5A3A;
}
</style>
border-color css
<style>
span { border-color: #AC5A3A; }
span { border-color: rgb(172,90,58); }
td.TdClassName
{
border-color: #AC5A3A;
}
.TagClassName
{
border-color: #AC5A3A;
}
</style>