Shades of Tuscany #AB6444
Tints of Tuscany #AB6444
RGB
CMYK
RGB Variations
Color information
#AB6444 (or 0xAB6444) is known color: Tuscany. HEX triplet: AB, 64 and 44. RGB value is (171,100,68). Sum of RGB (Red+Green+Blue) = 171+100+68=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6444 is #549BBB. Grayscale: #757575. Windows color (decimal): -5544892 or 4482219. OLE color: 4482219.
HSL color Cylindrical-coordinate representation of color #AB6444: hue angle of 18.64º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6444 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 68 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.33 |
| HSL | 18.64º | 0.43% | 0.47% | - |
| HSV(B) | 18.64º | 0.6% | 0.67% | - |
| XYZ | 22.4 | 18.19 | 7.8 | - |
| YUV | 117.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 68 | 0 | 0.42 | 0.60 | 0.33 | 18.64 | 0.43 | 0.47 |
| Hex | AB | 64 | 44 | 0 | 2A | 3C | 21 | 13 | 2B | 2F |
| Octal | 253 | 144 | 104 | 0 | 52 | 74 | 41 | 23 | 53 | 57 |
| Binary | 10101011 | 1100100 | 1000100 | 0 | 101010 | 111100 | 100001 | 10011 | 101011 | 101111 |
Color Harmonies of #AB6444
Complementary color
Monochromatic Colors of #AB6444
Black with #AB6444
Text Example
Text Example
White with #AB6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6444; }
p { color: rgb(171,100,68); }
H1.HeaderClassName
{
color: #AB6444;
}
.AnyTagClassName
{
color: #AB6444;
}
</style>
background-color css
<style>
a { background-color: #AB6444; }
a { background-color: rgb(171,100,68); }
div.DivClassName
{
background-color: #AB6444;
}
.BgClassName
{
background-color: #AB6444;
}
</style>
border-color css
<style>
span { border-color: #AB6444; }
span { border-color: rgb(171,100,68); }
td.TdClassName
{
border-color: #AB6444;
}
.TagClassName
{
border-color: #AB6444;
}
</style>