Shades of Tuscany #AC6038
Tints of Tuscany #AC6038
RGB
CMYK
RGB Variations
Color information
#AC6038 (or 0xAC6038) is known color: Tuscany. HEX triplet: AC, 60 and 38. RGB value is (172,96,56). Sum of RGB (Red+Green+Blue) = 172+96+56=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6038 is #539FC7. Grayscale: #727272. Windows color (decimal): -5480392 or 3694764. OLE color: 3694764.
HSL color Cylindrical-coordinate representation of color #AC6038: hue angle of 20.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6038 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 56 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.33 |
| HSL | 20.69º | 0.51% | 0.45% | - |
| HSV(B) | 20.69º | 0.67% | 0.67% | - |
| XYZ | 21.91 | 17.42 | 5.95 | - |
| YUV | 114.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 56 | 0 | 0.44 | 0.67 | 0.33 | 20.69 | 0.51 | 0.45 |
| Hex | AC | 60 | 38 | 0 | 2C | 43 | 21 | 15 | 33 | 2D |
| Octal | 254 | 140 | 70 | 0 | 54 | 103 | 41 | 25 | 63 | 55 |
| Binary | 10101100 | 1100000 | 111000 | 0 | 101100 | 1000011 | 100001 | 10101 | 110011 | 101101 |
Color Harmonies of #AC6038
Complementary color
Monochromatic Colors of #AC6038
Black with #AC6038
Text Example
Text Example
White with #AC6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6038; }
p { color: rgb(172,96,56); }
H1.HeaderClassName
{
color: #AC6038;
}
.AnyTagClassName
{
color: #AC6038;
}
</style>
background-color css
<style>
a { background-color: #AC6038; }
a { background-color: rgb(172,96,56); }
div.DivClassName
{
background-color: #AC6038;
}
.BgClassName
{
background-color: #AC6038;
}
</style>
border-color css
<style>
span { border-color: #AC6038; }
span { border-color: rgb(172,96,56); }
td.TdClassName
{
border-color: #AC6038;
}
.TagClassName
{
border-color: #AC6038;
}
</style>