Shades of Tuscany #AC643B
Tints of Tuscany #AC643B
RGB
CMYK
RGB Variations
Color information
#AC643B (or 0xAC643B) is known color: Tuscany. HEX triplet: AC, 64 and 3B. RGB value is (172,100,59). Sum of RGB (Red+Green+Blue) = 172+100+59=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC643B is #539BC4. Grayscale: #757575. Windows color (decimal): -5479365 or 3892396. OLE color: 3892396.
HSL color Cylindrical-coordinate representation of color #AC643B: hue angle of 21.77º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC643B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 59 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.33 |
| HSL | 21.77º | 0.49% | 0.45% | - |
| HSV(B) | 21.77º | 0.66% | 0.67% | - |
| XYZ | 22.36 | 18.2 | 6.47 | - |
| YUV | 116.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 59 | 0 | 0.42 | 0.66 | 0.33 | 21.77 | 0.49 | 0.45 |
| Hex | AC | 64 | 3B | 0 | 2A | 42 | 21 | 16 | 31 | 2D |
| Octal | 254 | 144 | 73 | 0 | 52 | 102 | 41 | 26 | 61 | 55 |
| Binary | 10101100 | 1100100 | 111011 | 0 | 101010 | 1000010 | 100001 | 10110 | 110001 | 101101 |
Color Harmonies of #AC643B
Complementary color
Monochromatic Colors of #AC643B
Black with #AC643B
Text Example
Text Example
White with #AC643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC643B; }
p { color: rgb(172,100,59); }
H1.HeaderClassName
{
color: #AC643B;
}
.AnyTagClassName
{
color: #AC643B;
}
</style>
background-color css
<style>
a { background-color: #AC643B; }
a { background-color: rgb(172,100,59); }
div.DivClassName
{
background-color: #AC643B;
}
.BgClassName
{
background-color: #AC643B;
}
</style>
border-color css
<style>
span { border-color: #AC643B; }
span { border-color: rgb(172,100,59); }
td.TdClassName
{
border-color: #AC643B;
}
.TagClassName
{
border-color: #AC643B;
}
</style>