Shades of Tuscany #AB5E39
Tints of Tuscany #AB5E39
RGB
CMYK
RGB Variations
Color information
#AB5E39 (or 0xAB5E39) is known color: Tuscany. HEX triplet: AB, 5E and 39. RGB value is (171,94,57). Sum of RGB (Red+Green+Blue) = 171+94+57=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E39 is #54A1C6. Grayscale: #717171. Windows color (decimal): -5546439 or 3759787. OLE color: 3759787.
HSL color Cylindrical-coordinate representation of color #AB5E39: hue angle of 19.47º 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 #AB5E39 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 57 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.33 |
| HSL | 19.47º | 0.5% | 0.45% | - |
| HSV(B) | 19.47º | 0.67% | 0.67% | - |
| XYZ | 21.54 | 16.96 | 6.01 | - |
| YUV | 112.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 57 | 0 | 0.45 | 0.67 | 0.33 | 19.47 | 0.5 | 0.45 |
| Hex | AB | 5E | 39 | 0 | 2D | 43 | 21 | 13 | 32 | 2D |
| Octal | 253 | 136 | 71 | 0 | 55 | 103 | 41 | 23 | 62 | 55 |
| Binary | 10101011 | 1011110 | 111001 | 0 | 101101 | 1000011 | 100001 | 10011 | 110010 | 101101 |
Color Harmonies of #AB5E39
Complementary color
Monochromatic Colors of #AB5E39
Black with #AB5E39
Text Example
Text Example
White with #AB5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E39; }
p { color: rgb(171,94,57); }
H1.HeaderClassName
{
color: #AB5E39;
}
.AnyTagClassName
{
color: #AB5E39;
}
</style>
background-color css
<style>
a { background-color: #AB5E39; }
a { background-color: rgb(171,94,57); }
div.DivClassName
{
background-color: #AB5E39;
}
.BgClassName
{
background-color: #AB5E39;
}
</style>
border-color css
<style>
span { border-color: #AB5E39; }
span { border-color: rgb(171,94,57); }
td.TdClassName
{
border-color: #AB5E39;
}
.TagClassName
{
border-color: #AB5E39;
}
</style>