Shades of Tuscany #AB6946
Tints of Tuscany #AB6946
RGB
CMYK
RGB Variations
Color information
#AB6946 (or 0xAB6946) is known color: Tuscany. HEX triplet: AB, 69 and 46. RGB value is (171,105,70). Sum of RGB (Red+Green+Blue) = 171+105+70=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6946 is #5496B9. Grayscale: #787878. Windows color (decimal): -5543610 or 4614571. OLE color: 4614571.
HSL color Cylindrical-coordinate representation of color #AB6946: hue angle of 20.79º 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 #AB6946 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 70 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.33 |
| HSL | 20.79º | 0.42% | 0.47% | - |
| HSV(B) | 20.79º | 0.59% | 0.67% | - |
| XYZ | 22.95 | 19.2 | 8.29 | - |
| YUV | 120.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 70 | 0 | 0.39 | 0.59 | 0.33 | 20.79 | 0.42 | 0.47 |
| Hex | AB | 69 | 46 | 0 | 27 | 3B | 21 | 15 | 2A | 2F |
| Octal | 253 | 151 | 106 | 0 | 47 | 73 | 41 | 25 | 52 | 57 |
| Binary | 10101011 | 1101001 | 1000110 | 0 | 100111 | 111011 | 100001 | 10101 | 101010 | 101111 |
Color Harmonies of #AB6946
Complementary color
Monochromatic Colors of #AB6946
Black with #AB6946
Text Example
Text Example
White with #AB6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6946; }
p { color: rgb(171,105,70); }
H1.HeaderClassName
{
color: #AB6946;
}
.AnyTagClassName
{
color: #AB6946;
}
</style>
background-color css
<style>
a { background-color: #AB6946; }
a { background-color: rgb(171,105,70); }
div.DivClassName
{
background-color: #AB6946;
}
.BgClassName
{
background-color: #AB6946;
}
</style>
border-color css
<style>
span { border-color: #AB6946; }
span { border-color: rgb(171,105,70); }
td.TdClassName
{
border-color: #AB6946;
}
.TagClassName
{
border-color: #AB6946;
}
</style>