Shades of Tuscany #AC623D
Tints of Tuscany #AC623D
RGB
CMYK
RGB Variations
Color information
#AC623D (or 0xAC623D) is known color: Tuscany. HEX triplet: AC, 62 and 3D. RGB value is (172,98,61). Sum of RGB (Red+Green+Blue) = 172+98+61=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623D is #539DC2. Grayscale: #747474. Windows color (decimal): -5479875 or 4022956. OLE color: 4022956.
HSL color Cylindrical-coordinate representation of color #AC623D: hue angle of 20º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC623D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 61 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.33 |
| HSL | 20º | 0.48% | 0.46% | - |
| HSV(B) | 20º | 0.65% | 0.67% | - |
| XYZ | 22.22 | 17.84 | 6.69 | - |
| YUV | 115.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 61 | 0 | 0.43 | 0.65 | 0.33 | 20 | 0.48 | 0.46 |
| Hex | AC | 62 | 3D | 0 | 2B | 41 | 21 | 14 | 30 | 2E |
| Octal | 254 | 142 | 75 | 0 | 53 | 101 | 41 | 24 | 60 | 56 |
| Binary | 10101100 | 1100010 | 111101 | 0 | 101011 | 1000001 | 100001 | 10100 | 110000 | 101110 |
Color Harmonies of #AC623D
Complementary color
Monochromatic Colors of #AC623D
Black with #AC623D
Text Example
Text Example
White with #AC623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC623D; }
p { color: rgb(172,98,61); }
H1.HeaderClassName
{
color: #AC623D;
}
.AnyTagClassName
{
color: #AC623D;
}
</style>
background-color css
<style>
a { background-color: #AC623D; }
a { background-color: rgb(172,98,61); }
div.DivClassName
{
background-color: #AC623D;
}
.BgClassName
{
background-color: #AC623D;
}
</style>
border-color css
<style>
span { border-color: #AC623D; }
span { border-color: rgb(172,98,61); }
td.TdClassName
{
border-color: #AC623D;
}
.TagClassName
{
border-color: #AC623D;
}
</style>