Shades of Tuscany #AB5E47
Tints of Tuscany #AB5E47
RGB
CMYK
RGB Variations
Color information
#AB5E47 (or 0xAB5E47) is known color: Tuscany. HEX triplet: AB, 5E and 47. RGB value is (171,94,71). Sum of RGB (Red+Green+Blue) = 171+94+71=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E47 is #54A1B8. Grayscale: #727272. Windows color (decimal): -5546425 or 4677291. OLE color: 4677291.
HSL color Cylindrical-coordinate representation of color #AB5E47: hue angle of 13.8º 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 #AB5E47 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 71 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.33 |
| HSL | 13.8º | 0.41% | 0.47% | - |
| HSV(B) | 13.8º | 0.58% | 0.67% | - |
| XYZ | 21.93 | 17.12 | 8.11 | - |
| YUV | 114.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 71 | 0 | 0.45 | 0.58 | 0.33 | 13.8 | 0.41 | 0.47 |
| Hex | AB | 5E | 47 | 0 | 2D | 3A | 21 | E | 29 | 2F |
| Octal | 253 | 136 | 107 | 0 | 55 | 72 | 41 | 16 | 51 | 57 |
| Binary | 10101011 | 1011110 | 1000111 | 0 | 101101 | 111010 | 100001 | 1110 | 101001 | 101111 |
Color Harmonies of #AB5E47
Complementary color
Monochromatic Colors of #AB5E47
Black with #AB5E47
Text Example
Text Example
White with #AB5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E47; }
p { color: rgb(171,94,71); }
H1.HeaderClassName
{
color: #AB5E47;
}
.AnyTagClassName
{
color: #AB5E47;
}
</style>
background-color css
<style>
a { background-color: #AB5E47; }
a { background-color: rgb(171,94,71); }
div.DivClassName
{
background-color: #AB5E47;
}
.BgClassName
{
background-color: #AB5E47;
}
</style>
border-color css
<style>
span { border-color: #AB5E47; }
span { border-color: rgb(171,94,71); }
td.TdClassName
{
border-color: #AB5E47;
}
.TagClassName
{
border-color: #AB5E47;
}
</style>