Shades of Tuscany #AB6446
Tints of Tuscany #AB6446
RGB
CMYK
RGB Variations
Color information
#AB6446 (or 0xAB6446) is known color: Tuscany. HEX triplet: AB, 64 and 46. RGB value is (171,100,70). Sum of RGB (Red+Green+Blue) = 171+100+70=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6446 is #549BB9. Grayscale: #767676. Windows color (decimal): -5544890 or 4613291. OLE color: 4613291.
HSL color Cylindrical-coordinate representation of color #AB6446: hue angle of 17.82º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB6446 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 70 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.33 |
| HSL | 17.82º | 0.42% | 0.47% | - |
| HSV(B) | 17.82º | 0.59% | 0.67% | - |
| XYZ | 22.46 | 18.21 | 8.13 | - |
| YUV | 117.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 70 | 0 | 0.42 | 0.59 | 0.33 | 17.82 | 0.42 | 0.47 |
| Hex | AB | 64 | 46 | 0 | 2A | 3B | 21 | 12 | 2A | 2F |
| Octal | 253 | 144 | 106 | 0 | 52 | 73 | 41 | 22 | 52 | 57 |
| Binary | 10101011 | 1100100 | 1000110 | 0 | 101010 | 111011 | 100001 | 10010 | 101010 | 101111 |
Color Harmonies of #AB6446
Complementary color
Monochromatic Colors of #AB6446
Black with #AB6446
Text Example
Text Example
White with #AB6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6446; }
p { color: rgb(171,100,70); }
H1.HeaderClassName
{
color: #AB6446;
}
.AnyTagClassName
{
color: #AB6446;
}
</style>
background-color css
<style>
a { background-color: #AB6446; }
a { background-color: rgb(171,100,70); }
div.DivClassName
{
background-color: #AB6446;
}
.BgClassName
{
background-color: #AB6446;
}
</style>
border-color css
<style>
span { border-color: #AB6446; }
span { border-color: rgb(171,100,70); }
td.TdClassName
{
border-color: #AB6446;
}
.TagClassName
{
border-color: #AB6446;
}
</style>