Shades of Tuscany #AC5C3C
Tints of Tuscany #AC5C3C
RGB
CMYK
RGB Variations
Color information
#AC5C3C (or 0xAC5C3C) is known color: Tuscany. HEX triplet: AC, 5C and 3C. RGB value is (172,92,60). Sum of RGB (Red+Green+Blue) = 172+92+60=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C3C is #53A3C3. Grayscale: #707070. Windows color (decimal): -5481412 or 3955884. OLE color: 3955884.
HSL color Cylindrical-coordinate representation of color #AC5C3C: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC5C3C is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 60 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.33 |
| HSL | 17.14º | 0.48% | 0.45% | - |
| HSV(B) | 17.14º | 0.65% | 0.67% | - |
| XYZ | 21.66 | 16.75 | 6.37 | - |
| YUV | 112.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 60 | 0 | 0.47 | 0.65 | 0.33 | 17.14 | 0.48 | 0.45 |
| Hex | AC | 5C | 3C | 0 | 2F | 41 | 21 | 11 | 30 | 2D |
| Octal | 254 | 134 | 74 | 0 | 57 | 101 | 41 | 21 | 60 | 55 |
| Binary | 10101100 | 1011100 | 111100 | 0 | 101111 | 1000001 | 100001 | 10001 | 110000 | 101101 |
Color Harmonies of #AC5C3C
Complementary color
Monochromatic Colors of #AC5C3C
Black with #AC5C3C
Text Example
Text Example
White with #AC5C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C3C; }
p { color: rgb(172,92,60); }
H1.HeaderClassName
{
color: #AC5C3C;
}
.AnyTagClassName
{
color: #AC5C3C;
}
</style>
background-color css
<style>
a { background-color: #AC5C3C; }
a { background-color: rgb(172,92,60); }
div.DivClassName
{
background-color: #AC5C3C;
}
.BgClassName
{
background-color: #AC5C3C;
}
</style>
border-color css
<style>
span { border-color: #AC5C3C; }
span { border-color: rgb(172,92,60); }
td.TdClassName
{
border-color: #AC5C3C;
}
.TagClassName
{
border-color: #AC5C3C;
}
</style>