Shades of Tuscany #AB5D41
Tints of Tuscany #AB5D41
RGB
CMYK
RGB Variations
Color information
#AB5D41 (or 0xAB5D41) is known color: Tuscany. HEX triplet: AB, 5D and 41. RGB value is (171,93,65). Sum of RGB (Red+Green+Blue) = 171+93+65=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D41 is #54A2BE. Grayscale: #717171. Windows color (decimal): -5546687 or 4283819. OLE color: 4283819.
HSL color Cylindrical-coordinate representation of color #AB5D41: hue angle of 15.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5D41 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 65 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.33 |
| HSL | 15.85º | 0.45% | 0.46% | - |
| HSV(B) | 15.85º | 0.62% | 0.67% | - |
| XYZ | 21.66 | 16.87 | 7.12 | - |
| YUV | 113.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 65 | 0 | 0.46 | 0.62 | 0.33 | 15.85 | 0.45 | 0.46 |
| Hex | AB | 5D | 41 | 0 | 2E | 3E | 21 | 10 | 2D | 2E |
| Octal | 253 | 135 | 101 | 0 | 56 | 76 | 41 | 20 | 55 | 56 |
| Binary | 10101011 | 1011101 | 1000001 | 0 | 101110 | 111110 | 100001 | 10000 | 101101 | 101110 |
Color Harmonies of #AB5D41
Complementary color
Monochromatic Colors of #AB5D41
Black with #AB5D41
Text Example
Text Example
White with #AB5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D41; }
p { color: rgb(171,93,65); }
H1.HeaderClassName
{
color: #AB5D41;
}
.AnyTagClassName
{
color: #AB5D41;
}
</style>
background-color css
<style>
a { background-color: #AB5D41; }
a { background-color: rgb(171,93,65); }
div.DivClassName
{
background-color: #AB5D41;
}
.BgClassName
{
background-color: #AB5D41;
}
</style>
border-color css
<style>
span { border-color: #AB5D41; }
span { border-color: rgb(171,93,65); }
td.TdClassName
{
border-color: #AB5D41;
}
.TagClassName
{
border-color: #AB5D41;
}
</style>