Shades of Tuscany #AC5C43
Tints of Tuscany #AC5C43
RGB
CMYK
RGB Variations
Color information
#AC5C43 (or 0xAC5C43) is known color: Tuscany. HEX triplet: AC, 5C and 43. RGB value is (172,92,67). Sum of RGB (Red+Green+Blue) = 172+92+67=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C43 is #53A3BC. Grayscale: #717171. Windows color (decimal): -5481405 or 4414636. OLE color: 4414636.
HSL color Cylindrical-coordinate representation of color #AC5C43: hue angle of 14.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5C43 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 67 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.33 |
| HSL | 14.29º | 0.44% | 0.47% | - |
| HSV(B) | 14.29º | 0.61% | 0.67% | - |
| XYZ | 21.85 | 16.83 | 7.41 | - |
| YUV | 113.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 67 | 0 | 0.47 | 0.61 | 0.33 | 14.29 | 0.44 | 0.47 |
| Hex | AC | 5C | 43 | 0 | 2F | 3D | 21 | E | 2C | 2F |
| Octal | 254 | 134 | 103 | 0 | 57 | 75 | 41 | 16 | 54 | 57 |
| Binary | 10101100 | 1011100 | 1000011 | 0 | 101111 | 111101 | 100001 | 1110 | 101100 | 101111 |
Color Harmonies of #AC5C43
Complementary color
Monochromatic Colors of #AC5C43
Black with #AC5C43
Text Example
Text Example
White with #AC5C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C43; }
p { color: rgb(172,92,67); }
H1.HeaderClassName
{
color: #AC5C43;
}
.AnyTagClassName
{
color: #AC5C43;
}
</style>
background-color css
<style>
a { background-color: #AC5C43; }
a { background-color: rgb(172,92,67); }
div.DivClassName
{
background-color: #AC5C43;
}
.BgClassName
{
background-color: #AC5C43;
}
</style>
border-color css
<style>
span { border-color: #AC5C43; }
span { border-color: rgb(172,92,67); }
td.TdClassName
{
border-color: #AC5C43;
}
.TagClassName
{
border-color: #AC5C43;
}
</style>