Shades of Tuscany #AC633D
Tints of Tuscany #AC633D
RGB
CMYK
RGB Variations
Color information
#AC633D (or 0xAC633D) is known color: Tuscany. HEX triplet: AC, 63 and 3D. RGB value is (172,99,61). Sum of RGB (Red+Green+Blue) = 172+99+61=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633D is #539CC2. Grayscale: #747474. Windows color (decimal): -5479619 or 4023212. OLE color: 4023212.
HSL color Cylindrical-coordinate representation of color #AC633D: hue angle of 20.54º 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 #AC633D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 61 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.33 |
| HSL | 20.54º | 0.48% | 0.46% | - |
| HSV(B) | 20.54º | 0.65% | 0.67% | - |
| XYZ | 22.32 | 18.03 | 6.72 | - |
| YUV | 116.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 61 | 0 | 0.42 | 0.65 | 0.33 | 20.54 | 0.48 | 0.46 |
| Hex | AC | 63 | 3D | 0 | 2A | 41 | 21 | 15 | 30 | 2E |
| Octal | 254 | 143 | 75 | 0 | 52 | 101 | 41 | 25 | 60 | 56 |
| Binary | 10101100 | 1100011 | 111101 | 0 | 101010 | 1000001 | 100001 | 10101 | 110000 | 101110 |
Color Harmonies of #AC633D
Complementary color
Monochromatic Colors of #AC633D
Black with #AC633D
Text Example
Text Example
White with #AC633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC633D; }
p { color: rgb(172,99,61); }
H1.HeaderClassName
{
color: #AC633D;
}
.AnyTagClassName
{
color: #AC633D;
}
</style>
background-color css
<style>
a { background-color: #AC633D; }
a { background-color: rgb(172,99,61); }
div.DivClassName
{
background-color: #AC633D;
}
.BgClassName
{
background-color: #AC633D;
}
</style>
border-color css
<style>
span { border-color: #AC633D; }
span { border-color: rgb(172,99,61); }
td.TdClassName
{
border-color: #AC633D;
}
.TagClassName
{
border-color: #AC633D;
}
</style>