Shades of Tuscany #AC6345
Tints of Tuscany #AC6345
RGB
CMYK
RGB Variations
Color information
#AC6345 (or 0xAC6345) is known color: Tuscany. HEX triplet: AC, 63 and 45. RGB value is (172,99,69). Sum of RGB (Red+Green+Blue) = 172+99+69=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6345 is #539CBA. Grayscale: #757575. Windows color (decimal): -5479611 or 4547500. OLE color: 4547500.
HSL color Cylindrical-coordinate representation of color #AC6345: hue angle of 17.48º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6345 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 69 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.33 |
| HSL | 17.48º | 0.43% | 0.47% | - |
| HSV(B) | 17.48º | 0.6% | 0.67% | - |
| XYZ | 22.55 | 18.12 | 7.94 | - |
| YUV | 117.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 69 | 0 | 0.42 | 0.60 | 0.33 | 17.48 | 0.43 | 0.47 |
| Hex | AC | 63 | 45 | 0 | 2A | 3C | 21 | 11 | 2B | 2F |
| Octal | 254 | 143 | 105 | 0 | 52 | 74 | 41 | 21 | 53 | 57 |
| Binary | 10101100 | 1100011 | 1000101 | 0 | 101010 | 111100 | 100001 | 10001 | 101011 | 101111 |
Color Harmonies of #AC6345
Complementary color
Monochromatic Colors of #AC6345
Black with #AC6345
Text Example
Text Example
White with #AC6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6345; }
p { color: rgb(172,99,69); }
H1.HeaderClassName
{
color: #AC6345;
}
.AnyTagClassName
{
color: #AC6345;
}
</style>
background-color css
<style>
a { background-color: #AC6345; }
a { background-color: rgb(172,99,69); }
div.DivClassName
{
background-color: #AC6345;
}
.BgClassName
{
background-color: #AC6345;
}
</style>
border-color css
<style>
span { border-color: #AC6345; }
span { border-color: rgb(172,99,69); }
td.TdClassName
{
border-color: #AC6345;
}
.TagClassName
{
border-color: #AC6345;
}
</style>