Shades of Tuscany #AC613F
Tints of Tuscany #AC613F
RGB
CMYK
RGB Variations
Color information
#AC613F (or 0xAC613F) is known color: Tuscany. HEX triplet: AC, 61 and 3F. RGB value is (172,97,63). Sum of RGB (Red+Green+Blue) = 172+97+63=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC613F is #539EC0. Grayscale: #737373. Windows color (decimal): -5480129 or 4153772. OLE color: 4153772.
HSL color Cylindrical-coordinate representation of color #AC613F: hue angle of 18.72º 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 #AC613F is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 63 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.33 |
| HSL | 18.72º | 0.46% | 0.46% | - |
| HSV(B) | 18.72º | 0.63% | 0.67% | - |
| XYZ | 22.19 | 17.68 | 6.95 | - |
| YUV | 115.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 63 | 0 | 0.44 | 0.63 | 0.33 | 18.72 | 0.46 | 0.46 |
| Hex | AC | 61 | 3F | 0 | 2C | 3F | 21 | 13 | 2E | 2E |
| Octal | 254 | 141 | 77 | 0 | 54 | 77 | 41 | 23 | 56 | 56 |
| Binary | 10101100 | 1100001 | 111111 | 0 | 101100 | 111111 | 100001 | 10011 | 101110 | 101110 |
Color Harmonies of #AC613F
Complementary color
Monochromatic Colors of #AC613F
Black with #AC613F
Text Example
Text Example
White with #AC613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC613F; }
p { color: rgb(172,97,63); }
H1.HeaderClassName
{
color: #AC613F;
}
.AnyTagClassName
{
color: #AC613F;
}
</style>
background-color css
<style>
a { background-color: #AC613F; }
a { background-color: rgb(172,97,63); }
div.DivClassName
{
background-color: #AC613F;
}
.BgClassName
{
background-color: #AC613F;
}
</style>
border-color css
<style>
span { border-color: #AC613F; }
span { border-color: rgb(172,97,63); }
td.TdClassName
{
border-color: #AC613F;
}
.TagClassName
{
border-color: #AC613F;
}
</style>