Shades of Tuscany #AC5D40
Tints of Tuscany #AC5D40
RGB
CMYK
RGB Variations
Color information
#AC5D40 (or 0xAC5D40) is known color: Tuscany. HEX triplet: AC, 5D and 40. RGB value is (172,93,64). Sum of RGB (Red+Green+Blue) = 172+93+64=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D40 is #53A2BF. Grayscale: #717171. Windows color (decimal): -5481152 or 4218284. OLE color: 4218284.
HSL color Cylindrical-coordinate representation of color #AC5D40: hue angle of 16.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5D40 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 64 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.33 |
| HSL | 16.11º | 0.46% | 0.46% | - |
| HSV(B) | 16.11º | 0.63% | 0.67% | - |
| XYZ | 21.85 | 16.97 | 6.97 | - |
| YUV | 113.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 64 | 0 | 0.46 | 0.63 | 0.33 | 16.11 | 0.46 | 0.46 |
| Hex | AC | 5D | 40 | 0 | 2E | 3F | 21 | 10 | 2E | 2E |
| Octal | 254 | 135 | 100 | 0 | 56 | 77 | 41 | 20 | 56 | 56 |
| Binary | 10101100 | 1011101 | 1000000 | 0 | 101110 | 111111 | 100001 | 10000 | 101110 | 101110 |
Color Harmonies of #AC5D40
Complementary color
Monochromatic Colors of #AC5D40
Black with #AC5D40
Text Example
Text Example
White with #AC5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D40; }
p { color: rgb(172,93,64); }
H1.HeaderClassName
{
color: #AC5D40;
}
.AnyTagClassName
{
color: #AC5D40;
}
</style>
background-color css
<style>
a { background-color: #AC5D40; }
a { background-color: rgb(172,93,64); }
div.DivClassName
{
background-color: #AC5D40;
}
.BgClassName
{
background-color: #AC5D40;
}
</style>
border-color css
<style>
span { border-color: #AC5D40; }
span { border-color: rgb(172,93,64); }
td.TdClassName
{
border-color: #AC5D40;
}
.TagClassName
{
border-color: #AC5D40;
}
</style>