Shades of Tuscany #AC6548
Tints of Tuscany #AC6548
RGB
CMYK
RGB Variations
Color information
#AC6548 (or 0xAC6548) is known color: Tuscany. HEX triplet: AC, 65 and 48. RGB value is (172,101,72). Sum of RGB (Red+Green+Blue) = 172+101+72=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6548 is #539AB7. Grayscale: #777777. Windows color (decimal): -5479096 or 4744620. OLE color: 4744620.
HSL color Cylindrical-coordinate representation of color #AC6548: hue angle of 17.4º degrees, saturation: 0.41, 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 #AC6548 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 72 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.33 |
| HSL | 17.4º | 0.41% | 0.48% | - |
| HSV(B) | 17.4º | 0.58% | 0.67% | - |
| XYZ | 22.84 | 18.55 | 8.51 | - |
| YUV | 118.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 72 | 0 | 0.41 | 0.58 | 0.33 | 17.4 | 0.41 | 0.48 |
| Hex | AC | 65 | 48 | 0 | 29 | 3A | 21 | 11 | 29 | 30 |
| Octal | 254 | 145 | 110 | 0 | 51 | 72 | 41 | 21 | 51 | 60 |
| Binary | 10101100 | 1100101 | 1001000 | 0 | 101001 | 111010 | 100001 | 10001 | 101001 | 110000 |
Color Harmonies of #AC6548
Complementary color
Monochromatic Colors of #AC6548
Black with #AC6548
Text Example
Text Example
White with #AC6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6548; }
p { color: rgb(172,101,72); }
H1.HeaderClassName
{
color: #AC6548;
}
.AnyTagClassName
{
color: #AC6548;
}
</style>
background-color css
<style>
a { background-color: #AC6548; }
a { background-color: rgb(172,101,72); }
div.DivClassName
{
background-color: #AC6548;
}
.BgClassName
{
background-color: #AC6548;
}
</style>
border-color css
<style>
span { border-color: #AC6548; }
span { border-color: rgb(172,101,72); }
td.TdClassName
{
border-color: #AC6548;
}
.TagClassName
{
border-color: #AC6548;
}
</style>