Shades of Tuscany #AC6139
Tints of Tuscany #AC6139
RGB
CMYK
RGB Variations
Color information
#AC6139 (or 0xAC6139) is known color: Tuscany. HEX triplet: AC, 61 and 39. RGB value is (172,97,57). Sum of RGB (Red+Green+Blue) = 172+97+57=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6139 is #539EC6. Grayscale: #737373. Windows color (decimal): -5480135 or 3760556. OLE color: 3760556.
HSL color Cylindrical-coordinate representation of color #AC6139: hue angle of 20.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6139 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 57 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.33 |
| HSL | 20.87º | 0.5% | 0.45% | - |
| HSV(B) | 20.87º | 0.67% | 0.67% | - |
| XYZ | 22.03 | 17.62 | 6.11 | - |
| YUV | 114.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 57 | 0 | 0.44 | 0.67 | 0.33 | 20.87 | 0.5 | 0.45 |
| Hex | AC | 61 | 39 | 0 | 2C | 43 | 21 | 15 | 32 | 2D |
| Octal | 254 | 141 | 71 | 0 | 54 | 103 | 41 | 25 | 62 | 55 |
| Binary | 10101100 | 1100001 | 111001 | 0 | 101100 | 1000011 | 100001 | 10101 | 110010 | 101101 |
Color Harmonies of #AC6139
Complementary color
Monochromatic Colors of #AC6139
Black with #AC6139
Text Example
Text Example
White with #AC6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6139; }
p { color: rgb(172,97,57); }
H1.HeaderClassName
{
color: #AC6139;
}
.AnyTagClassName
{
color: #AC6139;
}
</style>
background-color css
<style>
a { background-color: #AC6139; }
a { background-color: rgb(172,97,57); }
div.DivClassName
{
background-color: #AC6139;
}
.BgClassName
{
background-color: #AC6139;
}
</style>
border-color css
<style>
span { border-color: #AC6139; }
span { border-color: rgb(172,97,57); }
td.TdClassName
{
border-color: #AC6139;
}
.TagClassName
{
border-color: #AC6139;
}
</style>