Shades of Tuscany #AC6946
Tints of Tuscany #AC6946
RGB
CMYK
RGB Variations
Color information
#AC6946 (or 0xAC6946) is known color: Tuscany. HEX triplet: AC, 69 and 46. RGB value is (172,105,70). Sum of RGB (Red+Green+Blue) = 172+105+70=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6946 is #5396B9. Grayscale: #797979. Windows color (decimal): -5478074 or 4614572. OLE color: 4614572.
HSL color Cylindrical-coordinate representation of color #AC6946: hue angle of 20.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC6946 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 70 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.33 |
| HSL | 20.59º | 0.42% | 0.47% | - |
| HSV(B) | 20.59º | 0.59% | 0.67% | - |
| XYZ | 23.17 | 19.32 | 8.3 | - |
| YUV | 121.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 70 | 0 | 0.39 | 0.59 | 0.33 | 20.59 | 0.42 | 0.47 |
| Hex | AC | 69 | 46 | 0 | 27 | 3B | 21 | 15 | 2A | 2F |
| Octal | 254 | 151 | 106 | 0 | 47 | 73 | 41 | 25 | 52 | 57 |
| Binary | 10101100 | 1101001 | 1000110 | 0 | 100111 | 111011 | 100001 | 10101 | 101010 | 101111 |
Color Harmonies of #AC6946
Complementary color
Monochromatic Colors of #AC6946
Black with #AC6946
Text Example
Text Example
White with #AC6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6946; }
p { color: rgb(172,105,70); }
H1.HeaderClassName
{
color: #AC6946;
}
.AnyTagClassName
{
color: #AC6946;
}
</style>
background-color css
<style>
a { background-color: #AC6946; }
a { background-color: rgb(172,105,70); }
div.DivClassName
{
background-color: #AC6946;
}
.BgClassName
{
background-color: #AC6946;
}
</style>
border-color css
<style>
span { border-color: #AC6946; }
span { border-color: rgb(172,105,70); }
td.TdClassName
{
border-color: #AC6946;
}
.TagClassName
{
border-color: #AC6946;
}
</style>