Shades of Tuscany #AB6843
Tints of Tuscany #AB6843
RGB
CMYK
RGB Variations
Color information
#AB6843 (or 0xAB6843) is known color: Tuscany. HEX triplet: AB, 68 and 43. RGB value is (171,104,67). Sum of RGB (Red+Green+Blue) = 171+104+67=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6843 is #5497BC. Grayscale: #787878. Windows color (decimal): -5543869 or 4417707. OLE color: 4417707.
HSL color Cylindrical-coordinate representation of color #AB6843: hue angle of 21.35º 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 #AB6843 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 67 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.33 |
| HSL | 21.35º | 0.44% | 0.47% | - |
| HSV(B) | 21.35º | 0.61% | 0.67% | - |
| XYZ | 22.76 | 18.96 | 7.77 | - |
| YUV | 119.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 67 | 0 | 0.39 | 0.61 | 0.33 | 21.35 | 0.44 | 0.47 |
| Hex | AB | 68 | 43 | 0 | 27 | 3D | 21 | 15 | 2C | 2F |
| Octal | 253 | 150 | 103 | 0 | 47 | 75 | 41 | 25 | 54 | 57 |
| Binary | 10101011 | 1101000 | 1000011 | 0 | 100111 | 111101 | 100001 | 10101 | 101100 | 101111 |
Color Harmonies of #AB6843
Complementary color
Monochromatic Colors of #AB6843
Black with #AB6843
Text Example
Text Example
White with #AB6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6843; }
p { color: rgb(171,104,67); }
H1.HeaderClassName
{
color: #AB6843;
}
.AnyTagClassName
{
color: #AB6843;
}
</style>
background-color css
<style>
a { background-color: #AB6843; }
a { background-color: rgb(171,104,67); }
div.DivClassName
{
background-color: #AB6843;
}
.BgClassName
{
background-color: #AB6843;
}
</style>
border-color css
<style>
span { border-color: #AB6843; }
span { border-color: rgb(171,104,67); }
td.TdClassName
{
border-color: #AB6843;
}
.TagClassName
{
border-color: #AB6843;
}
</style>