Shades of Tuscany #AC593E
Tints of Tuscany #AC593E
RGB
CMYK
RGB Variations
Color information
#AC593E (or 0xAC593E) is known color: Tuscany. HEX triplet: AC, 59 and 3E. RGB value is (172,89,62). Sum of RGB (Red+Green+Blue) = 172+89+62=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC593E is #53A6C1. Grayscale: #6E6E6E. Windows color (decimal): -5482178 or 4086188. OLE color: 4086188.
HSL color Cylindrical-coordinate representation of color #AC593E: hue angle of 14.73º 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 #AC593E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 62 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.33 |
| HSL | 14.73º | 0.47% | 0.46% | - |
| HSV(B) | 14.73º | 0.64% | 0.67% | - |
| XYZ | 21.46 | 16.26 | 6.57 | - |
| YUV | 110.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 62 | 0 | 0.48 | 0.64 | 0.33 | 14.73 | 0.47 | 0.46 |
| Hex | AC | 59 | 3E | 0 | 30 | 40 | 21 | F | 2F | 2E |
| Octal | 254 | 131 | 76 | 0 | 60 | 100 | 41 | 17 | 57 | 56 |
| Binary | 10101100 | 1011001 | 111110 | 0 | 110000 | 1000000 | 100001 | 1111 | 101111 | 101110 |
Color Harmonies of #AC593E
Complementary color
Monochromatic Colors of #AC593E
Black with #AC593E
Text Example
Text Example
White with #AC593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC593E; }
p { color: rgb(172,89,62); }
H1.HeaderClassName
{
color: #AC593E;
}
.AnyTagClassName
{
color: #AC593E;
}
</style>
background-color css
<style>
a { background-color: #AC593E; }
a { background-color: rgb(172,89,62); }
div.DivClassName
{
background-color: #AC593E;
}
.BgClassName
{
background-color: #AC593E;
}
</style>
border-color css
<style>
span { border-color: #AC593E; }
span { border-color: rgb(172,89,62); }
td.TdClassName
{
border-color: #AC593E;
}
.TagClassName
{
border-color: #AC593E;
}
</style>