Shades of Tuscany #AC634A
Tints of Tuscany #AC634A
RGB
CMYK
RGB Variations
Color information
#AC634A (or 0xAC634A) is known color: Tuscany. HEX triplet: AC, 63 and 4A. RGB value is (172,99,74). Sum of RGB (Red+Green+Blue) = 172+99+74=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC634A is #539CB5. Grayscale: #767676. Windows color (decimal): -5479606 or 4875180. OLE color: 4875180.
HSL color Cylindrical-coordinate representation of color #AC634A: hue angle of 15.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC634A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 74 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.33 |
| HSL | 15.31º | 0.4% | 0.48% | - |
| HSV(B) | 15.31º | 0.57% | 0.67% | - |
| XYZ | 22.71 | 18.19 | 8.79 | - |
| YUV | 117.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 74 | 0 | 0.42 | 0.57 | 0.33 | 15.31 | 0.4 | 0.48 |
| Hex | AC | 63 | 4A | 0 | 2A | 39 | 21 | F | 28 | 30 |
| Octal | 254 | 143 | 112 | 0 | 52 | 71 | 41 | 17 | 50 | 60 |
| Binary | 10101100 | 1100011 | 1001010 | 0 | 101010 | 111001 | 100001 | 1111 | 101000 | 110000 |
Color Harmonies of #AC634A
Complementary color
Monochromatic Colors of #AC634A
Black with #AC634A
Text Example
Text Example
White with #AC634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC634A; }
p { color: rgb(172,99,74); }
H1.HeaderClassName
{
color: #AC634A;
}
.AnyTagClassName
{
color: #AC634A;
}
</style>
background-color css
<style>
a { background-color: #AC634A; }
a { background-color: rgb(172,99,74); }
div.DivClassName
{
background-color: #AC634A;
}
.BgClassName
{
background-color: #AC634A;
}
</style>
border-color css
<style>
span { border-color: #AC634A; }
span { border-color: rgb(172,99,74); }
td.TdClassName
{
border-color: #AC634A;
}
.TagClassName
{
border-color: #AC634A;
}
</style>