Shades of Tuscany #AC6449
Tints of Tuscany #AC6449
RGB
CMYK
RGB Variations
Color information
#AC6449 (or 0xAC6449) is known color: Tuscany. HEX triplet: AC, 64 and 49. RGB value is (172,100,73). Sum of RGB (Red+Green+Blue) = 172+100+73=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6449 is #539BB6. Grayscale: #767676. Windows color (decimal): -5479351 or 4809900. OLE color: 4809900.
HSL color Cylindrical-coordinate representation of color #AC6449: hue angle of 16.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6449 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 73 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.33 |
| HSL | 16.36º | 0.4% | 0.48% | - |
| HSV(B) | 16.36º | 0.58% | 0.67% | - |
| XYZ | 22.77 | 18.37 | 8.65 | - |
| YUV | 118.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 73 | 0 | 0.42 | 0.58 | 0.33 | 16.36 | 0.4 | 0.48 |
| Hex | AC | 64 | 49 | 0 | 2A | 3A | 21 | 10 | 28 | 30 |
| Octal | 254 | 144 | 111 | 0 | 52 | 72 | 41 | 20 | 50 | 60 |
| Binary | 10101100 | 1100100 | 1001001 | 0 | 101010 | 111010 | 100001 | 10000 | 101000 | 110000 |
Color Harmonies of #AC6449
Complementary color
Monochromatic Colors of #AC6449
Black with #AC6449
Text Example
Text Example
White with #AC6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6449; }
p { color: rgb(172,100,73); }
H1.HeaderClassName
{
color: #AC6449;
}
.AnyTagClassName
{
color: #AC6449;
}
</style>
background-color css
<style>
a { background-color: #AC6449; }
a { background-color: rgb(172,100,73); }
div.DivClassName
{
background-color: #AC6449;
}
.BgClassName
{
background-color: #AC6449;
}
</style>
border-color css
<style>
span { border-color: #AC6449; }
span { border-color: rgb(172,100,73); }
td.TdClassName
{
border-color: #AC6449;
}
.TagClassName
{
border-color: #AC6449;
}
</style>