Shades of Tuscany #AC6541
Tints of Tuscany #AC6541
RGB
CMYK
RGB Variations
Color information
#AC6541 (or 0xAC6541) is known color: Tuscany. HEX triplet: AC, 65 and 41. RGB value is (172,101,65). Sum of RGB (Red+Green+Blue) = 172+101+65=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6541 is #539ABE. Grayscale: #767676. Windows color (decimal): -5479103 or 4285868. OLE color: 4285868.
HSL color Cylindrical-coordinate representation of color #AC6541: hue angle of 20.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC6541 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 65 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.33 |
| HSL | 20.19º | 0.45% | 0.46% | - |
| HSV(B) | 20.19º | 0.62% | 0.67% | - |
| XYZ | 22.62 | 18.46 | 7.37 | - |
| YUV | 118.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 65 | 0 | 0.41 | 0.62 | 0.33 | 20.19 | 0.45 | 0.46 |
| Hex | AC | 65 | 41 | 0 | 29 | 3E | 21 | 14 | 2D | 2E |
| Octal | 254 | 145 | 101 | 0 | 51 | 76 | 41 | 24 | 55 | 56 |
| Binary | 10101100 | 1100101 | 1000001 | 0 | 101001 | 111110 | 100001 | 10100 | 101101 | 101110 |
Color Harmonies of #AC6541
Complementary color
Monochromatic Colors of #AC6541
Black with #AC6541
Text Example
Text Example
White with #AC6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6541; }
p { color: rgb(172,101,65); }
H1.HeaderClassName
{
color: #AC6541;
}
.AnyTagClassName
{
color: #AC6541;
}
</style>
background-color css
<style>
a { background-color: #AC6541; }
a { background-color: rgb(172,101,65); }
div.DivClassName
{
background-color: #AC6541;
}
.BgClassName
{
background-color: #AC6541;
}
</style>
border-color css
<style>
span { border-color: #AC6541; }
span { border-color: rgb(172,101,65); }
td.TdClassName
{
border-color: #AC6541;
}
.TagClassName
{
border-color: #AC6541;
}
</style>