Shades of Tuscany #AB6044
Tints of Tuscany #AB6044
RGB
CMYK
RGB Variations
Color information
#AB6044 (or 0xAB6044) is known color: Tuscany. HEX triplet: AB, 60 and 44. RGB value is (171,96,68). Sum of RGB (Red+Green+Blue) = 171+96+68=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6044 is #549FBB. Grayscale: #737373. Windows color (decimal): -5545916 or 4481195. OLE color: 4481195.
HSL color Cylindrical-coordinate representation of color #AB6044: hue angle of 16.31º 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 #AB6044 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 68 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.33 |
| HSL | 16.31º | 0.43% | 0.47% | - |
| HSV(B) | 16.31º | 0.6% | 0.67% | - |
| XYZ | 22.02 | 17.44 | 7.67 | - |
| YUV | 115.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 68 | 0 | 0.44 | 0.60 | 0.33 | 16.31 | 0.43 | 0.47 |
| Hex | AB | 60 | 44 | 0 | 2C | 3C | 21 | 10 | 2B | 2F |
| Octal | 253 | 140 | 104 | 0 | 54 | 74 | 41 | 20 | 53 | 57 |
| Binary | 10101011 | 1100000 | 1000100 | 0 | 101100 | 111100 | 100001 | 10000 | 101011 | 101111 |
Color Harmonies of #AB6044
Complementary color
Monochromatic Colors of #AB6044
Black with #AB6044
Text Example
Text Example
White with #AB6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6044; }
p { color: rgb(171,96,68); }
H1.HeaderClassName
{
color: #AB6044;
}
.AnyTagClassName
{
color: #AB6044;
}
</style>
background-color css
<style>
a { background-color: #AB6044; }
a { background-color: rgb(171,96,68); }
div.DivClassName
{
background-color: #AB6044;
}
.BgClassName
{
background-color: #AB6044;
}
</style>
border-color css
<style>
span { border-color: #AB6044; }
span { border-color: rgb(171,96,68); }
td.TdClassName
{
border-color: #AB6044;
}
.TagClassName
{
border-color: #AB6044;
}
</style>