Shades of Tuscany #AB6039
Tints of Tuscany #AB6039
RGB
CMYK
RGB Variations
Color information
#AB6039 (or 0xAB6039) is known color: Tuscany. HEX triplet: AB, 60 and 39. RGB value is (171,96,57). Sum of RGB (Red+Green+Blue) = 171+96+57=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6039 is #549FC6. Grayscale: #727272. Windows color (decimal): -5545927 or 3760299. OLE color: 3760299.
HSL color Cylindrical-coordinate representation of color #AB6039: hue angle of 20.53º degrees, saturation: 0.5, 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 #AB6039 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 57 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.33 |
| HSL | 20.53º | 0.5% | 0.45% | - |
| HSV(B) | 20.53º | 0.67% | 0.67% | - |
| XYZ | 21.72 | 17.32 | 6.07 | - |
| YUV | 113.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 57 | 0 | 0.44 | 0.67 | 0.33 | 20.53 | 0.5 | 0.45 |
| Hex | AB | 60 | 39 | 0 | 2C | 43 | 21 | 15 | 32 | 2D |
| Octal | 253 | 140 | 71 | 0 | 54 | 103 | 41 | 25 | 62 | 55 |
| Binary | 10101011 | 1100000 | 111001 | 0 | 101100 | 1000011 | 100001 | 10101 | 110010 | 101101 |
Color Harmonies of #AB6039
Complementary color
Monochromatic Colors of #AB6039
Black with #AB6039
Text Example
Text Example
White with #AB6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6039; }
p { color: rgb(171,96,57); }
H1.HeaderClassName
{
color: #AB6039;
}
.AnyTagClassName
{
color: #AB6039;
}
</style>
background-color css
<style>
a { background-color: #AB6039; }
a { background-color: rgb(171,96,57); }
div.DivClassName
{
background-color: #AB6039;
}
.BgClassName
{
background-color: #AB6039;
}
</style>
border-color css
<style>
span { border-color: #AB6039; }
span { border-color: rgb(171,96,57); }
td.TdClassName
{
border-color: #AB6039;
}
.TagClassName
{
border-color: #AB6039;
}
</style>