Shades of Tuscany #AC5D3A
Tints of Tuscany #AC5D3A
RGB
CMYK
RGB Variations
Color information
#AC5D3A (or 0xAC5D3A) is known color: Tuscany. HEX triplet: AC, 5D and 3A. RGB value is (172,93,58). Sum of RGB (Red+Green+Blue) = 172+93+58=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D3A is #53A2C5. Grayscale: #707070. Windows color (decimal): -5481158 or 3825068. OLE color: 3825068.
HSL color Cylindrical-coordinate representation of color #AC5D3A: hue angle of 18.42º 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 #AC5D3A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 58 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.33 |
| HSL | 18.42º | 0.5% | 0.45% | - |
| HSV(B) | 18.42º | 0.66% | 0.67% | - |
| XYZ | 21.69 | 16.9 | 6.12 | - |
| YUV | 112.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 58 | 0 | 0.46 | 0.66 | 0.33 | 18.42 | 0.5 | 0.45 |
| Hex | AC | 5D | 3A | 0 | 2E | 42 | 21 | 12 | 32 | 2D |
| Octal | 254 | 135 | 72 | 0 | 56 | 102 | 41 | 22 | 62 | 55 |
| Binary | 10101100 | 1011101 | 111010 | 0 | 101110 | 1000010 | 100001 | 10010 | 110010 | 101101 |
Color Harmonies of #AC5D3A
Complementary color
Monochromatic Colors of #AC5D3A
Black with #AC5D3A
Text Example
Text Example
White with #AC5D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D3A; }
p { color: rgb(172,93,58); }
H1.HeaderClassName
{
color: #AC5D3A;
}
.AnyTagClassName
{
color: #AC5D3A;
}
</style>
background-color css
<style>
a { background-color: #AC5D3A; }
a { background-color: rgb(172,93,58); }
div.DivClassName
{
background-color: #AC5D3A;
}
.BgClassName
{
background-color: #AC5D3A;
}
</style>
border-color css
<style>
span { border-color: #AC5D3A; }
span { border-color: rgb(172,93,58); }
td.TdClassName
{
border-color: #AC5D3A;
}
.TagClassName
{
border-color: #AC5D3A;
}
</style>