Shades of Tuscany #AC5E3E
Tints of Tuscany #AC5E3E
RGB
CMYK
RGB Variations
Color information
#AC5E3E (or 0xAC5E3E) is known color: Tuscany. HEX triplet: AC, 5E and 3E. RGB value is (172,94,62). Sum of RGB (Red+Green+Blue) = 172+94+62=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E3E is #53A1C1. Grayscale: #717171. Windows color (decimal): -5480898 or 4087468. OLE color: 4087468.
HSL color Cylindrical-coordinate representation of color #AC5E3E: hue angle of 17.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC5E3E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 62 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.33 |
| HSL | 17.45º | 0.47% | 0.46% | - |
| HSV(B) | 17.45º | 0.64% | 0.67% | - |
| XYZ | 21.89 | 17.12 | 6.71 | - |
| YUV | 113.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 62 | 0 | 0.45 | 0.64 | 0.33 | 17.45 | 0.47 | 0.46 |
| Hex | AC | 5E | 3E | 0 | 2D | 40 | 21 | 11 | 2F | 2E |
| Octal | 254 | 136 | 76 | 0 | 55 | 100 | 41 | 21 | 57 | 56 |
| Binary | 10101100 | 1011110 | 111110 | 0 | 101101 | 1000000 | 100001 | 10001 | 101111 | 101110 |
Color Harmonies of #AC5E3E
Complementary color
Monochromatic Colors of #AC5E3E
Black with #AC5E3E
Text Example
Text Example
White with #AC5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E3E; }
p { color: rgb(172,94,62); }
H1.HeaderClassName
{
color: #AC5E3E;
}
.AnyTagClassName
{
color: #AC5E3E;
}
</style>
background-color css
<style>
a { background-color: #AC5E3E; }
a { background-color: rgb(172,94,62); }
div.DivClassName
{
background-color: #AC5E3E;
}
.BgClassName
{
background-color: #AC5E3E;
}
</style>
border-color css
<style>
span { border-color: #AC5E3E; }
span { border-color: rgb(172,94,62); }
td.TdClassName
{
border-color: #AC5E3E;
}
.TagClassName
{
border-color: #AC5E3E;
}
</style>