Shades of Tuscany #AB5E46
Tints of Tuscany #AB5E46
RGB
CMYK
RGB Variations
Color information
#AB5E46 (or 0xAB5E46) is known color: Tuscany. HEX triplet: AB, 5E and 46. RGB value is (171,94,70). Sum of RGB (Red+Green+Blue) = 171+94+70=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E46 is #54A1B9. Grayscale: #727272. Windows color (decimal): -5546426 or 4611755. OLE color: 4611755.
HSL color Cylindrical-coordinate representation of color #AB5E46: hue angle of 14.26º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5E46 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 70 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.33 |
| HSL | 14.26º | 0.42% | 0.47% | - |
| HSV(B) | 14.26º | 0.59% | 0.67% | - |
| XYZ | 21.9 | 17.11 | 7.94 | - |
| YUV | 114.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 70 | 0 | 0.45 | 0.59 | 0.33 | 14.26 | 0.42 | 0.47 |
| Hex | AB | 5E | 46 | 0 | 2D | 3B | 21 | E | 2A | 2F |
| Octal | 253 | 136 | 106 | 0 | 55 | 73 | 41 | 16 | 52 | 57 |
| Binary | 10101011 | 1011110 | 1000110 | 0 | 101101 | 111011 | 100001 | 1110 | 101010 | 101111 |
Color Harmonies of #AB5E46
Complementary color
Monochromatic Colors of #AB5E46
Black with #AB5E46
Text Example
Text Example
White with #AB5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E46; }
p { color: rgb(171,94,70); }
H1.HeaderClassName
{
color: #AB5E46;
}
.AnyTagClassName
{
color: #AB5E46;
}
</style>
background-color css
<style>
a { background-color: #AB5E46; }
a { background-color: rgb(171,94,70); }
div.DivClassName
{
background-color: #AB5E46;
}
.BgClassName
{
background-color: #AB5E46;
}
</style>
border-color css
<style>
span { border-color: #AB5E46; }
span { border-color: rgb(171,94,70); }
td.TdClassName
{
border-color: #AB5E46;
}
.TagClassName
{
border-color: #AB5E46;
}
</style>