Shades of Tuscany #AB5D3E
Tints of Tuscany #AB5D3E
RGB
CMYK
RGB Variations
Color information
#AB5D3E (or 0xAB5D3E) is known color: Tuscany. HEX triplet: AB, 5D and 3E. RGB value is (171,93,62). Sum of RGB (Red+Green+Blue) = 171+93+62=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D3E is #54A2C1. Grayscale: #707070. Windows color (decimal): -5546690 or 4087211. OLE color: 4087211.
HSL color Cylindrical-coordinate representation of color #AB5D3E: hue angle of 17.06º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5D3E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 62 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.33 |
| HSL | 17.06º | 0.47% | 0.46% | - |
| HSV(B) | 17.06º | 0.64% | 0.67% | - |
| XYZ | 21.58 | 16.83 | 6.67 | - |
| YUV | 112.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 62 | 0 | 0.46 | 0.64 | 0.33 | 17.06 | 0.47 | 0.46 |
| Hex | AB | 5D | 3E | 0 | 2E | 40 | 21 | 11 | 2F | 2E |
| Octal | 253 | 135 | 76 | 0 | 56 | 100 | 41 | 21 | 57 | 56 |
| Binary | 10101011 | 1011101 | 111110 | 0 | 101110 | 1000000 | 100001 | 10001 | 101111 | 101110 |
Color Harmonies of #AB5D3E
Complementary color
Monochromatic Colors of #AB5D3E
Black with #AB5D3E
Text Example
Text Example
White with #AB5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D3E; }
p { color: rgb(171,93,62); }
H1.HeaderClassName
{
color: #AB5D3E;
}
.AnyTagClassName
{
color: #AB5D3E;
}
</style>
background-color css
<style>
a { background-color: #AB5D3E; }
a { background-color: rgb(171,93,62); }
div.DivClassName
{
background-color: #AB5D3E;
}
.BgClassName
{
background-color: #AB5D3E;
}
</style>
border-color css
<style>
span { border-color: #AB5D3E; }
span { border-color: rgb(171,93,62); }
td.TdClassName
{
border-color: #AB5D3E;
}
.TagClassName
{
border-color: #AB5D3E;
}
</style>