Shades of Tuscany #AC6238
Tints of Tuscany #AC6238
RGB
CMYK
RGB Variations
Color information
#AC6238 (or 0xAC6238) is known color: Tuscany. HEX triplet: AC, 62 and 38. RGB value is (172,98,56). Sum of RGB (Red+Green+Blue) = 172+98+56=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6238 is #539DC7. Grayscale: #737373. Windows color (decimal): -5479880 or 3695276. OLE color: 3695276.
HSL color Cylindrical-coordinate representation of color #AC6238: hue angle of 21.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6238 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 56 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.33 |
| HSL | 21.72º | 0.51% | 0.45% | - |
| HSV(B) | 21.72º | 0.67% | 0.67% | - |
| XYZ | 22.09 | 17.79 | 6.01 | - |
| YUV | 115.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 56 | 0 | 0.43 | 0.67 | 0.33 | 21.72 | 0.51 | 0.45 |
| Hex | AC | 62 | 38 | 0 | 2B | 43 | 21 | 16 | 33 | 2D |
| Octal | 254 | 142 | 70 | 0 | 53 | 103 | 41 | 26 | 63 | 55 |
| Binary | 10101100 | 1100010 | 111000 | 0 | 101011 | 1000011 | 100001 | 10110 | 110011 | 101101 |
Color Harmonies of #AC6238
Complementary color
Monochromatic Colors of #AC6238
Black with #AC6238
Text Example
Text Example
White with #AC6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6238; }
p { color: rgb(172,98,56); }
H1.HeaderClassName
{
color: #AC6238;
}
.AnyTagClassName
{
color: #AC6238;
}
</style>
background-color css
<style>
a { background-color: #AC6238; }
a { background-color: rgb(172,98,56); }
div.DivClassName
{
background-color: #AC6238;
}
.BgClassName
{
background-color: #AC6238;
}
</style>
border-color css
<style>
span { border-color: #AC6238; }
span { border-color: rgb(172,98,56); }
td.TdClassName
{
border-color: #AC6238;
}
.TagClassName
{
border-color: #AC6238;
}
</style>