Shades of Tuscany #AC663F
Tints of Tuscany #AC663F
RGB
CMYK
RGB Variations
Color information
#AC663F (or 0xAC663F) is known color: Tuscany. HEX triplet: AC, 66 and 3F. RGB value is (172,102,63). Sum of RGB (Red+Green+Blue) = 172+102+63=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663F is #5399C0. Grayscale: #767676. Windows color (decimal): -5478849 or 4155052. OLE color: 4155052.
HSL color Cylindrical-coordinate representation of color #AC663F: hue angle of 21.47º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC663F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 63 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.33 |
| HSL | 21.47º | 0.46% | 0.46% | - |
| HSV(B) | 21.47º | 0.63% | 0.67% | - |
| XYZ | 22.66 | 18.63 | 7.1 | - |
| YUV | 118.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 63 | 0 | 0.41 | 0.63 | 0.33 | 21.47 | 0.46 | 0.46 |
| Hex | AC | 66 | 3F | 0 | 29 | 3F | 21 | 15 | 2E | 2E |
| Octal | 254 | 146 | 77 | 0 | 51 | 77 | 41 | 25 | 56 | 56 |
| Binary | 10101100 | 1100110 | 111111 | 0 | 101001 | 111111 | 100001 | 10101 | 101110 | 101110 |
Color Harmonies of #AC663F
Complementary color
Monochromatic Colors of #AC663F
Black with #AC663F
Text Example
Text Example
White with #AC663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC663F; }
p { color: rgb(172,102,63); }
H1.HeaderClassName
{
color: #AC663F;
}
.AnyTagClassName
{
color: #AC663F;
}
</style>
background-color css
<style>
a { background-color: #AC663F; }
a { background-color: rgb(172,102,63); }
div.DivClassName
{
background-color: #AC663F;
}
.BgClassName
{
background-color: #AC663F;
}
</style>
border-color css
<style>
span { border-color: #AC663F; }
span { border-color: rgb(172,102,63); }
td.TdClassName
{
border-color: #AC663F;
}
.TagClassName
{
border-color: #AC663F;
}
</style>