Shades of Tuscany #AC613A
Tints of Tuscany #AC613A
RGB
CMYK
RGB Variations
Color information
#AC613A (or 0xAC613A) is known color: Tuscany. HEX triplet: AC, 61 and 3A. RGB value is (172,97,58). Sum of RGB (Red+Green+Blue) = 172+97+58=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC613A is #539EC5. Grayscale: #737373. Windows color (decimal): -5480134 or 3826092. OLE color: 3826092.
HSL color Cylindrical-coordinate representation of color #AC613A: hue angle of 20.53º degrees, saturation: 0.5, 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 #AC613A is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 58 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.33 |
| HSL | 20.53º | 0.5% | 0.45% | - |
| HSV(B) | 20.53º | 0.66% | 0.67% | - |
| XYZ | 22.05 | 17.63 | 6.24 | - |
| YUV | 114.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 58 | 0 | 0.44 | 0.66 | 0.33 | 20.53 | 0.5 | 0.45 |
| Hex | AC | 61 | 3A | 0 | 2C | 42 | 21 | 15 | 32 | 2D |
| Octal | 254 | 141 | 72 | 0 | 54 | 102 | 41 | 25 | 62 | 55 |
| Binary | 10101100 | 1100001 | 111010 | 0 | 101100 | 1000010 | 100001 | 10101 | 110010 | 101101 |
Color Harmonies of #AC613A
Complementary color
Monochromatic Colors of #AC613A
Black with #AC613A
Text Example
Text Example
White with #AC613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC613A; }
p { color: rgb(172,97,58); }
H1.HeaderClassName
{
color: #AC613A;
}
.AnyTagClassName
{
color: #AC613A;
}
</style>
background-color css
<style>
a { background-color: #AC613A; }
a { background-color: rgb(172,97,58); }
div.DivClassName
{
background-color: #AC613A;
}
.BgClassName
{
background-color: #AC613A;
}
</style>
border-color css
<style>
span { border-color: #AC613A; }
span { border-color: rgb(172,97,58); }
td.TdClassName
{
border-color: #AC613A;
}
.TagClassName
{
border-color: #AC613A;
}
</style>