Shades of Tuscany #AC5D42
Tints of Tuscany #AC5D42
RGB
CMYK
RGB Variations
Color information
#AC5D42 (or 0xAC5D42) is known color: Tuscany. HEX triplet: AC, 5D and 42. RGB value is (172,93,66). Sum of RGB (Red+Green+Blue) = 172+93+66=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D42 is #53A2BD. Grayscale: #717171. Windows color (decimal): -5481150 or 4349356. OLE color: 4349356.
HSL color Cylindrical-coordinate representation of color #AC5D42: hue angle of 15.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5D42 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 66 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.33 |
| HSL | 15.28º | 0.45% | 0.47% | - |
| HSV(B) | 15.28º | 0.62% | 0.67% | - |
| XYZ | 21.91 | 16.99 | 7.28 | - |
| YUV | 113.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 66 | 0 | 0.46 | 0.62 | 0.33 | 15.28 | 0.45 | 0.47 |
| Hex | AC | 5D | 42 | 0 | 2E | 3E | 21 | F | 2D | 2F |
| Octal | 254 | 135 | 102 | 0 | 56 | 76 | 41 | 17 | 55 | 57 |
| Binary | 10101100 | 1011101 | 1000010 | 0 | 101110 | 111110 | 100001 | 1111 | 101101 | 101111 |
Color Harmonies of #AC5D42
Complementary color
Monochromatic Colors of #AC5D42
Black with #AC5D42
Text Example
Text Example
White with #AC5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D42; }
p { color: rgb(172,93,66); }
H1.HeaderClassName
{
color: #AC5D42;
}
.AnyTagClassName
{
color: #AC5D42;
}
</style>
background-color css
<style>
a { background-color: #AC5D42; }
a { background-color: rgb(172,93,66); }
div.DivClassName
{
background-color: #AC5D42;
}
.BgClassName
{
background-color: #AC5D42;
}
</style>
border-color css
<style>
span { border-color: #AC5D42; }
span { border-color: rgb(172,93,66); }
td.TdClassName
{
border-color: #AC5D42;
}
.TagClassName
{
border-color: #AC5D42;
}
</style>