Shades of Tuscany #AB6644
Tints of Tuscany #AB6644
RGB
CMYK
RGB Variations
Color information
#AB6644 (or 0xAB6644) is known color: Tuscany. HEX triplet: AB, 66 and 44. RGB value is (171,102,68). Sum of RGB (Red+Green+Blue) = 171+102+68=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6644 is #5499BB. Grayscale: #767676. Windows color (decimal): -5544380 or 4482731. OLE color: 4482731.
HSL color Cylindrical-coordinate representation of color #AB6644: hue angle of 19.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6644 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 68 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.33 |
| HSL | 19.81º | 0.43% | 0.47% | - |
| HSV(B) | 19.81º | 0.6% | 0.67% | - |
| XYZ | 22.59 | 18.58 | 7.86 | - |
| YUV | 118.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 68 | 0 | 0.40 | 0.60 | 0.33 | 19.81 | 0.43 | 0.47 |
| Hex | AB | 66 | 44 | 0 | 28 | 3C | 21 | 14 | 2B | 2F |
| Octal | 253 | 146 | 104 | 0 | 50 | 74 | 41 | 24 | 53 | 57 |
| Binary | 10101011 | 1100110 | 1000100 | 0 | 101000 | 111100 | 100001 | 10100 | 101011 | 101111 |
Color Harmonies of #AB6644
Complementary color
Monochromatic Colors of #AB6644
Black with #AB6644
Text Example
Text Example
White with #AB6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6644; }
p { color: rgb(171,102,68); }
H1.HeaderClassName
{
color: #AB6644;
}
.AnyTagClassName
{
color: #AB6644;
}
</style>
background-color css
<style>
a { background-color: #AB6644; }
a { background-color: rgb(171,102,68); }
div.DivClassName
{
background-color: #AB6644;
}
.BgClassName
{
background-color: #AB6644;
}
</style>
border-color css
<style>
span { border-color: #AB6644; }
span { border-color: rgb(171,102,68); }
td.TdClassName
{
border-color: #AB6644;
}
.TagClassName
{
border-color: #AB6644;
}
</style>