Shades of Tuscany #AC6741
Tints of Tuscany #AC6741
RGB
CMYK
RGB Variations
Color information
#AC6741 (or 0xAC6741) is known color: Tuscany. HEX triplet: AC, 67 and 41. RGB value is (172,103,65). Sum of RGB (Red+Green+Blue) = 172+103+65=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6741 is #5398BE. Grayscale: #777777. Windows color (decimal): -5478591 or 4286380. OLE color: 4286380.
HSL color Cylindrical-coordinate representation of color #AC6741: hue angle of 21.31º 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 #AC6741 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 65 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.33 |
| HSL | 21.31º | 0.45% | 0.46% | - |
| HSV(B) | 21.31º | 0.62% | 0.67% | - |
| XYZ | 22.82 | 18.85 | 7.44 | - |
| YUV | 119.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 65 | 0 | 0.40 | 0.62 | 0.33 | 21.31 | 0.45 | 0.46 |
| Hex | AC | 67 | 41 | 0 | 28 | 3E | 21 | 15 | 2D | 2E |
| Octal | 254 | 147 | 101 | 0 | 50 | 76 | 41 | 25 | 55 | 56 |
| Binary | 10101100 | 1100111 | 1000001 | 0 | 101000 | 111110 | 100001 | 10101 | 101101 | 101110 |
Color Harmonies of #AC6741
Complementary color
Monochromatic Colors of #AC6741
Black with #AC6741
Text Example
Text Example
White with #AC6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6741; }
p { color: rgb(172,103,65); }
H1.HeaderClassName
{
color: #AC6741;
}
.AnyTagClassName
{
color: #AC6741;
}
</style>
background-color css
<style>
a { background-color: #AC6741; }
a { background-color: rgb(172,103,65); }
div.DivClassName
{
background-color: #AC6741;
}
.BgClassName
{
background-color: #AC6741;
}
</style>
border-color css
<style>
span { border-color: #AC6741; }
span { border-color: rgb(172,103,65); }
td.TdClassName
{
border-color: #AC6741;
}
.TagClassName
{
border-color: #AC6741;
}
</style>