Shades of Tuscany #AC613C
Tints of Tuscany #AC613C
RGB
CMYK
RGB Variations
Color information
#AC613C (or 0xAC613C) is known color: Tuscany. HEX triplet: AC, 61 and 3C. RGB value is (172,97,60). Sum of RGB (Red+Green+Blue) = 172+97+60=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC613C is #539EC3. Grayscale: #737373. Windows color (decimal): -5480132 or 3957164. OLE color: 3957164.
HSL color Cylindrical-coordinate representation of color #AC613C: hue angle of 19.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC613C is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 60 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.33 |
| HSL | 19.82º | 0.48% | 0.45% | - |
| HSV(B) | 19.82º | 0.65% | 0.67% | - |
| XYZ | 22.1 | 17.65 | 6.52 | - |
| YUV | 115.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 60 | 0 | 0.44 | 0.65 | 0.33 | 19.82 | 0.48 | 0.45 |
| Hex | AC | 61 | 3C | 0 | 2C | 41 | 21 | 14 | 30 | 2D |
| Octal | 254 | 141 | 74 | 0 | 54 | 101 | 41 | 24 | 60 | 55 |
| Binary | 10101100 | 1100001 | 111100 | 0 | 101100 | 1000001 | 100001 | 10100 | 110000 | 101101 |
Color Harmonies of #AC613C
Complementary color
Monochromatic Colors of #AC613C
Black with #AC613C
Text Example
Text Example
White with #AC613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC613C; }
p { color: rgb(172,97,60); }
H1.HeaderClassName
{
color: #AC613C;
}
.AnyTagClassName
{
color: #AC613C;
}
</style>
background-color css
<style>
a { background-color: #AC613C; }
a { background-color: rgb(172,97,60); }
div.DivClassName
{
background-color: #AC613C;
}
.BgClassName
{
background-color: #AC613C;
}
</style>
border-color css
<style>
span { border-color: #AC613C; }
span { border-color: rgb(172,97,60); }
td.TdClassName
{
border-color: #AC613C;
}
.TagClassName
{
border-color: #AC613C;
}
</style>