Shades of Tuscany #AC6540
Tints of Tuscany #AC6540
RGB
CMYK
RGB Variations
Color information
#AC6540 (or 0xAC6540) is known color: Tuscany. HEX triplet: AC, 65 and 40. RGB value is (172,101,64). Sum of RGB (Red+Green+Blue) = 172+101+64=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6540 is #539ABF. Grayscale: #767676. Windows color (decimal): -5479104 or 4220332. OLE color: 4220332.
HSL color Cylindrical-coordinate representation of color #AC6540: hue angle of 20.56º 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 #AC6540 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 64 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.33 |
| HSL | 20.56º | 0.46% | 0.46% | - |
| HSV(B) | 20.56º | 0.63% | 0.67% | - |
| XYZ | 22.59 | 18.45 | 7.22 | - |
| YUV | 118.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 64 | 0 | 0.41 | 0.63 | 0.33 | 20.56 | 0.46 | 0.46 |
| Hex | AC | 65 | 40 | 0 | 29 | 3F | 21 | 15 | 2E | 2E |
| Octal | 254 | 145 | 100 | 0 | 51 | 77 | 41 | 25 | 56 | 56 |
| Binary | 10101100 | 1100101 | 1000000 | 0 | 101001 | 111111 | 100001 | 10101 | 101110 | 101110 |
Color Harmonies of #AC6540
Complementary color
Monochromatic Colors of #AC6540
Black with #AC6540
Text Example
Text Example
White with #AC6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6540; }
p { color: rgb(172,101,64); }
H1.HeaderClassName
{
color: #AC6540;
}
.AnyTagClassName
{
color: #AC6540;
}
</style>
background-color css
<style>
a { background-color: #AC6540; }
a { background-color: rgb(172,101,64); }
div.DivClassName
{
background-color: #AC6540;
}
.BgClassName
{
background-color: #AC6540;
}
</style>
border-color css
<style>
span { border-color: #AC6540; }
span { border-color: rgb(172,101,64); }
td.TdClassName
{
border-color: #AC6540;
}
.TagClassName
{
border-color: #AC6540;
}
</style>