Shades of Tuscany #AC6246
Tints of Tuscany #AC6246
RGB
CMYK
RGB Variations
Color information
#AC6246 (or 0xAC6246) is known color: Tuscany. HEX triplet: AC, 62 and 46. RGB value is (172,98,70). Sum of RGB (Red+Green+Blue) = 172+98+70=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6246 is #539DB9. Grayscale: #757575. Windows color (decimal): -5479866 or 4612780. OLE color: 4612780.
HSL color Cylindrical-coordinate representation of color #AC6246: hue angle of 16.47º 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 #AC6246 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 70 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.33 |
| HSL | 16.47º | 0.42% | 0.47% | - |
| HSV(B) | 16.47º | 0.59% | 0.67% | - |
| XYZ | 22.49 | 17.95 | 8.07 | - |
| YUV | 116.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 70 | 0 | 0.43 | 0.59 | 0.33 | 16.47 | 0.42 | 0.47 |
| Hex | AC | 62 | 46 | 0 | 2B | 3B | 21 | 10 | 2A | 2F |
| Octal | 254 | 142 | 106 | 0 | 53 | 73 | 41 | 20 | 52 | 57 |
| Binary | 10101100 | 1100010 | 1000110 | 0 | 101011 | 111011 | 100001 | 10000 | 101010 | 101111 |
Color Harmonies of #AC6246
Complementary color
Monochromatic Colors of #AC6246
Black with #AC6246
Text Example
Text Example
White with #AC6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6246; }
p { color: rgb(172,98,70); }
H1.HeaderClassName
{
color: #AC6246;
}
.AnyTagClassName
{
color: #AC6246;
}
</style>
background-color css
<style>
a { background-color: #AC6246; }
a { background-color: rgb(172,98,70); }
div.DivClassName
{
background-color: #AC6246;
}
.BgClassName
{
background-color: #AC6246;
}
</style>
border-color css
<style>
span { border-color: #AC6246; }
span { border-color: rgb(172,98,70); }
td.TdClassName
{
border-color: #AC6246;
}
.TagClassName
{
border-color: #AC6246;
}
</style>