Shades of Tuscany #AB5D44
Tints of Tuscany #AB5D44
RGB
CMYK
RGB Variations
Color information
#AB5D44 (or 0xAB5D44) is known color: Tuscany. HEX triplet: AB, 5D and 44. RGB value is (171,93,68). Sum of RGB (Red+Green+Blue) = 171+93+68=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D44 is #54A2BB. Grayscale: #717171. Windows color (decimal): -5546684 or 4480427. OLE color: 4480427.
HSL color Cylindrical-coordinate representation of color #AB5D44: hue angle of 14.56º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5D44 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 68 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.33 |
| HSL | 14.56º | 0.43% | 0.47% | - |
| HSV(B) | 14.56º | 0.6% | 0.67% | - |
| XYZ | 21.75 | 16.9 | 7.59 | - |
| YUV | 113.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 68 | 0 | 0.46 | 0.60 | 0.33 | 14.56 | 0.43 | 0.47 |
| Hex | AB | 5D | 44 | 0 | 2E | 3C | 21 | F | 2B | 2F |
| Octal | 253 | 135 | 104 | 0 | 56 | 74 | 41 | 17 | 53 | 57 |
| Binary | 10101011 | 1011101 | 1000100 | 0 | 101110 | 111100 | 100001 | 1111 | 101011 | 101111 |
Color Harmonies of #AB5D44
Complementary color
Monochromatic Colors of #AB5D44
Black with #AB5D44
Text Example
Text Example
White with #AB5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D44; }
p { color: rgb(171,93,68); }
H1.HeaderClassName
{
color: #AB5D44;
}
.AnyTagClassName
{
color: #AB5D44;
}
</style>
background-color css
<style>
a { background-color: #AB5D44; }
a { background-color: rgb(171,93,68); }
div.DivClassName
{
background-color: #AB5D44;
}
.BgClassName
{
background-color: #AB5D44;
}
</style>
border-color css
<style>
span { border-color: #AB5D44; }
span { border-color: rgb(171,93,68); }
td.TdClassName
{
border-color: #AB5D44;
}
.TagClassName
{
border-color: #AB5D44;
}
</style>