Shades of Tuscany #AB5E43
Tints of Tuscany #AB5E43
RGB
CMYK
RGB Variations
Color information
#AB5E43 (or 0xAB5E43) is known color: Tuscany. HEX triplet: AB, 5E and 43. RGB value is (171,94,67). Sum of RGB (Red+Green+Blue) = 171+94+67=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E43 is #54A1BC. Grayscale: #727272. Windows color (decimal): -5546429 or 4415147. OLE color: 4415147.
HSL color Cylindrical-coordinate representation of color #AB5E43: hue angle of 15.58º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5E43 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 67 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.33 |
| HSL | 15.58º | 0.44% | 0.47% | - |
| HSV(B) | 15.58º | 0.61% | 0.67% | - |
| XYZ | 21.81 | 17.07 | 7.46 | - |
| YUV | 113.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 67 | 0 | 0.45 | 0.61 | 0.33 | 15.58 | 0.44 | 0.47 |
| Hex | AB | 5E | 43 | 0 | 2D | 3D | 21 | 10 | 2C | 2F |
| Octal | 253 | 136 | 103 | 0 | 55 | 75 | 41 | 20 | 54 | 57 |
| Binary | 10101011 | 1011110 | 1000011 | 0 | 101101 | 111101 | 100001 | 10000 | 101100 | 101111 |
Color Harmonies of #AB5E43
Complementary color
Monochromatic Colors of #AB5E43
Black with #AB5E43
Text Example
Text Example
White with #AB5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E43; }
p { color: rgb(171,94,67); }
H1.HeaderClassName
{
color: #AB5E43;
}
.AnyTagClassName
{
color: #AB5E43;
}
</style>
background-color css
<style>
a { background-color: #AB5E43; }
a { background-color: rgb(171,94,67); }
div.DivClassName
{
background-color: #AB5E43;
}
.BgClassName
{
background-color: #AB5E43;
}
</style>
border-color css
<style>
span { border-color: #AB5E43; }
span { border-color: rgb(171,94,67); }
td.TdClassName
{
border-color: #AB5E43;
}
.TagClassName
{
border-color: #AB5E43;
}
</style>