Shades of Tuscany #AC623E
Tints of Tuscany #AC623E
RGB
CMYK
RGB Variations
Color information
#AC623E (or 0xAC623E) is known color: Tuscany. HEX triplet: AC, 62 and 3E. RGB value is (172,98,62). Sum of RGB (Red+Green+Blue) = 172+98+62=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623E is #539DC1. Grayscale: #747474. Windows color (decimal): -5479874 or 4088492. OLE color: 4088492.
HSL color Cylindrical-coordinate representation of color #AC623E: hue angle of 19.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC623E is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 62 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.33 |
| HSL | 19.64º | 0.47% | 0.46% | - |
| HSV(B) | 19.64º | 0.64% | 0.67% | - |
| XYZ | 22.25 | 17.85 | 6.83 | - |
| YUV | 116.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 62 | 0 | 0.43 | 0.64 | 0.33 | 19.64 | 0.47 | 0.46 |
| Hex | AC | 62 | 3E | 0 | 2B | 40 | 21 | 14 | 2F | 2E |
| Octal | 254 | 142 | 76 | 0 | 53 | 100 | 41 | 24 | 57 | 56 |
| Binary | 10101100 | 1100010 | 111110 | 0 | 101011 | 1000000 | 100001 | 10100 | 101111 | 101110 |
Color Harmonies of #AC623E
Complementary color
Monochromatic Colors of #AC623E
Black with #AC623E
Text Example
Text Example
White with #AC623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC623E; }
p { color: rgb(172,98,62); }
H1.HeaderClassName
{
color: #AC623E;
}
.AnyTagClassName
{
color: #AC623E;
}
</style>
background-color css
<style>
a { background-color: #AC623E; }
a { background-color: rgb(172,98,62); }
div.DivClassName
{
background-color: #AC623E;
}
.BgClassName
{
background-color: #AC623E;
}
</style>
border-color css
<style>
span { border-color: #AC623E; }
span { border-color: rgb(172,98,62); }
td.TdClassName
{
border-color: #AC623E;
}
.TagClassName
{
border-color: #AC623E;
}
</style>