Shades of Tuscany #AB6047
Tints of Tuscany #AB6047
RGB
CMYK
RGB Variations
Color information
#AB6047 (or 0xAB6047) is known color: Tuscany. HEX triplet: AB, 60 and 47. RGB value is (171,96,71). Sum of RGB (Red+Green+Blue) = 171+96+71=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6047 is #549FB8. Grayscale: #737373. Windows color (decimal): -5545913 or 4677803. OLE color: 4677803.
HSL color Cylindrical-coordinate representation of color #AB6047: hue angle of 15º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6047 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 71 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.33 |
| HSL | 15º | 0.41% | 0.47% | - |
| HSV(B) | 15º | 0.58% | 0.67% | - |
| XYZ | 22.11 | 17.48 | 8.17 | - |
| YUV | 115.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 71 | 0 | 0.44 | 0.58 | 0.33 | 15 | 0.41 | 0.47 |
| Hex | AB | 60 | 47 | 0 | 2C | 3A | 21 | F | 29 | 2F |
| Octal | 253 | 140 | 107 | 0 | 54 | 72 | 41 | 17 | 51 | 57 |
| Binary | 10101011 | 1100000 | 1000111 | 0 | 101100 | 111010 | 100001 | 1111 | 101001 | 101111 |
Color Harmonies of #AB6047
Complementary color
Monochromatic Colors of #AB6047
Black with #AB6047
Text Example
Text Example
White with #AB6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6047; }
p { color: rgb(171,96,71); }
H1.HeaderClassName
{
color: #AB6047;
}
.AnyTagClassName
{
color: #AB6047;
}
</style>
background-color css
<style>
a { background-color: #AB6047; }
a { background-color: rgb(171,96,71); }
div.DivClassName
{
background-color: #AB6047;
}
.BgClassName
{
background-color: #AB6047;
}
</style>
border-color css
<style>
span { border-color: #AB6047; }
span { border-color: rgb(171,96,71); }
td.TdClassName
{
border-color: #AB6047;
}
.TagClassName
{
border-color: #AB6047;
}
</style>