Shades of Tuscany #AC6744
Tints of Tuscany #AC6744
RGB
CMYK
RGB Variations
Color information
#AC6744 (or 0xAC6744) is known color: Tuscany. HEX triplet: AC, 67 and 44. RGB value is (172,103,68). Sum of RGB (Red+Green+Blue) = 172+103+68=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6744 is #5398BB. Grayscale: #777777. Windows color (decimal): -5478588 or 4482988. OLE color: 4482988.
HSL color Cylindrical-coordinate representation of color #AC6744: hue angle of 20.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6744 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 68 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.33 |
| HSL | 20.19º | 0.43% | 0.47% | - |
| HSV(B) | 20.19º | 0.6% | 0.67% | - |
| XYZ | 22.91 | 18.89 | 7.91 | - |
| YUV | 119.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 68 | 0 | 0.40 | 0.60 | 0.33 | 20.19 | 0.43 | 0.47 |
| Hex | AC | 67 | 44 | 0 | 28 | 3C | 21 | 14 | 2B | 2F |
| Octal | 254 | 147 | 104 | 0 | 50 | 74 | 41 | 24 | 53 | 57 |
| Binary | 10101100 | 1100111 | 1000100 | 0 | 101000 | 111100 | 100001 | 10100 | 101011 | 101111 |
Color Harmonies of #AC6744
Complementary color
Monochromatic Colors of #AC6744
Black with #AC6744
Text Example
Text Example
White with #AC6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6744; }
p { color: rgb(172,103,68); }
H1.HeaderClassName
{
color: #AC6744;
}
.AnyTagClassName
{
color: #AC6744;
}
</style>
background-color css
<style>
a { background-color: #AC6744; }
a { background-color: rgb(172,103,68); }
div.DivClassName
{
background-color: #AC6744;
}
.BgClassName
{
background-color: #AC6744;
}
</style>
border-color css
<style>
span { border-color: #AC6744; }
span { border-color: rgb(172,103,68); }
td.TdClassName
{
border-color: #AC6744;
}
.TagClassName
{
border-color: #AC6744;
}
</style>