Shades of Tuscany #AC613B
Tints of Tuscany #AC613B
RGB
CMYK
RGB Variations
Color information
#AC613B (or 0xAC613B) is known color: Tuscany. HEX triplet: AC, 61 and 3B. RGB value is (172,97,59). Sum of RGB (Red+Green+Blue) = 172+97+59=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC613B is #539EC4. Grayscale: #737373. Windows color (decimal): -5480133 or 3891628. OLE color: 3891628.
HSL color Cylindrical-coordinate representation of color #AC613B: hue angle of 20.18º degrees, saturation: 0.49, 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 #AC613B is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 59 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.33 |
| HSL | 20.18º | 0.49% | 0.45% | - |
| HSV(B) | 20.18º | 0.66% | 0.67% | - |
| XYZ | 22.08 | 17.64 | 6.38 | - |
| YUV | 115.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 59 | 0 | 0.44 | 0.66 | 0.33 | 20.18 | 0.49 | 0.45 |
| Hex | AC | 61 | 3B | 0 | 2C | 42 | 21 | 14 | 31 | 2D |
| Octal | 254 | 141 | 73 | 0 | 54 | 102 | 41 | 24 | 61 | 55 |
| Binary | 10101100 | 1100001 | 111011 | 0 | 101100 | 1000010 | 100001 | 10100 | 110001 | 101101 |
Color Harmonies of #AC613B
Complementary color
Monochromatic Colors of #AC613B
Black with #AC613B
Text Example
Text Example
White with #AC613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC613B; }
p { color: rgb(172,97,59); }
H1.HeaderClassName
{
color: #AC613B;
}
.AnyTagClassName
{
color: #AC613B;
}
</style>
background-color css
<style>
a { background-color: #AC613B; }
a { background-color: rgb(172,97,59); }
div.DivClassName
{
background-color: #AC613B;
}
.BgClassName
{
background-color: #AC613B;
}
</style>
border-color css
<style>
span { border-color: #AC613B; }
span { border-color: rgb(172,97,59); }
td.TdClassName
{
border-color: #AC613B;
}
.TagClassName
{
border-color: #AC613B;
}
</style>