Shades of Tuscany #AC6249
Tints of Tuscany #AC6249
RGB
CMYK
RGB Variations
Color information
#AC6249 (or 0xAC6249) is known color: Tuscany. HEX triplet: AC, 62 and 49. RGB value is (172,98,73). Sum of RGB (Red+Green+Blue) = 172+98+73=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6249 is #539DB6. Grayscale: #757575. Windows color (decimal): -5479863 or 4809388. OLE color: 4809388.
HSL color Cylindrical-coordinate representation of color #AC6249: hue angle of 15.15º 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 #AC6249 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 73 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.33 |
| HSL | 15.15º | 0.4% | 0.48% | - |
| HSV(B) | 15.15º | 0.58% | 0.67% | - |
| XYZ | 22.58 | 17.99 | 8.58 | - |
| YUV | 117.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 73 | 0 | 0.43 | 0.58 | 0.33 | 15.15 | 0.4 | 0.48 |
| Hex | AC | 62 | 49 | 0 | 2B | 3A | 21 | F | 28 | 30 |
| Octal | 254 | 142 | 111 | 0 | 53 | 72 | 41 | 17 | 50 | 60 |
| Binary | 10101100 | 1100010 | 1001001 | 0 | 101011 | 111010 | 100001 | 1111 | 101000 | 110000 |
Color Harmonies of #AC6249
Complementary color
Monochromatic Colors of #AC6249
Black with #AC6249
Text Example
Text Example
White with #AC6249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6249; }
p { color: rgb(172,98,73); }
H1.HeaderClassName
{
color: #AC6249;
}
.AnyTagClassName
{
color: #AC6249;
}
</style>
background-color css
<style>
a { background-color: #AC6249; }
a { background-color: rgb(172,98,73); }
div.DivClassName
{
background-color: #AC6249;
}
.BgClassName
{
background-color: #AC6249;
}
</style>
border-color css
<style>
span { border-color: #AC6249; }
span { border-color: rgb(172,98,73); }
td.TdClassName
{
border-color: #AC6249;
}
.TagClassName
{
border-color: #AC6249;
}
</style>