Shades of Tuscany #AC6144
Tints of Tuscany #AC6144
RGB
CMYK
RGB Variations
Color information
#AC6144 (or 0xAC6144) is known color: Tuscany. HEX triplet: AC, 61 and 44. RGB value is (172,97,68). Sum of RGB (Red+Green+Blue) = 172+97+68=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6144 is #539EBB. Grayscale: #747474. Windows color (decimal): -5480124 or 4481452. OLE color: 4481452.
HSL color Cylindrical-coordinate representation of color #AC6144: hue angle of 16.73º 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 #AC6144 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 68 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.33 |
| HSL | 16.73º | 0.43% | 0.47% | - |
| HSV(B) | 16.73º | 0.6% | 0.67% | - |
| XYZ | 22.33 | 17.74 | 7.72 | - |
| YUV | 116.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 68 | 0 | 0.44 | 0.60 | 0.33 | 16.73 | 0.43 | 0.47 |
| Hex | AC | 61 | 44 | 0 | 2C | 3C | 21 | 11 | 2B | 2F |
| Octal | 254 | 141 | 104 | 0 | 54 | 74 | 41 | 21 | 53 | 57 |
| Binary | 10101100 | 1100001 | 1000100 | 0 | 101100 | 111100 | 100001 | 10001 | 101011 | 101111 |
Color Harmonies of #AC6144
Complementary color
Monochromatic Colors of #AC6144
Black with #AC6144
Text Example
Text Example
White with #AC6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6144; }
p { color: rgb(172,97,68); }
H1.HeaderClassName
{
color: #AC6144;
}
.AnyTagClassName
{
color: #AC6144;
}
</style>
background-color css
<style>
a { background-color: #AC6144; }
a { background-color: rgb(172,97,68); }
div.DivClassName
{
background-color: #AC6144;
}
.BgClassName
{
background-color: #AC6144;
}
</style>
border-color css
<style>
span { border-color: #AC6144; }
span { border-color: rgb(172,97,68); }
td.TdClassName
{
border-color: #AC6144;
}
.TagClassName
{
border-color: #AC6144;
}
</style>