Shades of Tuscany #AB6846
Tints of Tuscany #AB6846
RGB
CMYK
RGB Variations
Color information
#AB6846 (or 0xAB6846) is known color: Tuscany. HEX triplet: AB, 68 and 46. RGB value is (171,104,70). Sum of RGB (Red+Green+Blue) = 171+104+70=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6846 is #5497B9. Grayscale: #787878. Windows color (decimal): -5543866 or 4614315. OLE color: 4614315.
HSL color Cylindrical-coordinate representation of color #AB6846: hue angle of 20.2º 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 #AB6846 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 70 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.33 |
| HSL | 20.2º | 0.42% | 0.47% | - |
| HSV(B) | 20.2º | 0.59% | 0.67% | - |
| XYZ | 22.85 | 19 | 8.26 | - |
| YUV | 120.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 70 | 0 | 0.39 | 0.59 | 0.33 | 20.2 | 0.42 | 0.47 |
| Hex | AB | 68 | 46 | 0 | 27 | 3B | 21 | 14 | 2A | 2F |
| Octal | 253 | 150 | 106 | 0 | 47 | 73 | 41 | 24 | 52 | 57 |
| Binary | 10101011 | 1101000 | 1000110 | 0 | 100111 | 111011 | 100001 | 10100 | 101010 | 101111 |
Color Harmonies of #AB6846
Complementary color
Monochromatic Colors of #AB6846
Black with #AB6846
Text Example
Text Example
White with #AB6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6846; }
p { color: rgb(171,104,70); }
H1.HeaderClassName
{
color: #AB6846;
}
.AnyTagClassName
{
color: #AB6846;
}
</style>
background-color css
<style>
a { background-color: #AB6846; }
a { background-color: rgb(171,104,70); }
div.DivClassName
{
background-color: #AB6846;
}
.BgClassName
{
background-color: #AB6846;
}
</style>
border-color css
<style>
span { border-color: #AB6846; }
span { border-color: rgb(171,104,70); }
td.TdClassName
{
border-color: #AB6846;
}
.TagClassName
{
border-color: #AB6846;
}
</style>