Shades of Tuscany #AB6443
Tints of Tuscany #AB6443
RGB
CMYK
RGB Variations
Color information
#AB6443 (or 0xAB6443) is known color: Tuscany. HEX triplet: AB, 64 and 43. RGB value is (171,100,67). Sum of RGB (Red+Green+Blue) = 171+100+67=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6443 is #549BBC. Grayscale: #757575. Windows color (decimal): -5544893 or 4416683. OLE color: 4416683.
HSL color Cylindrical-coordinate representation of color #AB6443: hue angle of 19.04º 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 #AB6443 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 67 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.33 |
| HSL | 19.04º | 0.44% | 0.47% | - |
| HSV(B) | 19.04º | 0.61% | 0.67% | - |
| XYZ | 22.36 | 18.18 | 7.64 | - |
| YUV | 117.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 67 | 0 | 0.42 | 0.61 | 0.33 | 19.04 | 0.44 | 0.47 |
| Hex | AB | 64 | 43 | 0 | 2A | 3D | 21 | 13 | 2C | 2F |
| Octal | 253 | 144 | 103 | 0 | 52 | 75 | 41 | 23 | 54 | 57 |
| Binary | 10101011 | 1100100 | 1000011 | 0 | 101010 | 111101 | 100001 | 10011 | 101100 | 101111 |
Color Harmonies of #AB6443
Complementary color
Monochromatic Colors of #AB6443
Black with #AB6443
Text Example
Text Example
White with #AB6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6443; }
p { color: rgb(171,100,67); }
H1.HeaderClassName
{
color: #AB6443;
}
.AnyTagClassName
{
color: #AB6443;
}
</style>
background-color css
<style>
a { background-color: #AB6443; }
a { background-color: rgb(171,100,67); }
div.DivClassName
{
background-color: #AB6443;
}
.BgClassName
{
background-color: #AB6443;
}
</style>
border-color css
<style>
span { border-color: #AB6443; }
span { border-color: rgb(171,100,67); }
td.TdClassName
{
border-color: #AB6443;
}
.TagClassName
{
border-color: #AB6443;
}
</style>