Shades of Tuscany #AB6045
Tints of Tuscany #AB6045
RGB
CMYK
RGB Variations
Color information
#AB6045 (or 0xAB6045) is known color: Tuscany. HEX triplet: AB, 60 and 45. RGB value is (171,96,69). Sum of RGB (Red+Green+Blue) = 171+96+69=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6045 is #549FBA. Grayscale: #737373. Windows color (decimal): -5545915 or 4546731. OLE color: 4546731.
HSL color Cylindrical-coordinate representation of color #AB6045: hue angle of 15.88º 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 #AB6045 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 69 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.33 |
| HSL | 15.88º | 0.43% | 0.47% | - |
| HSV(B) | 15.88º | 0.6% | 0.67% | - |
| XYZ | 22.05 | 17.45 | 7.84 | - |
| YUV | 115.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 69 | 0 | 0.44 | 0.60 | 0.33 | 15.88 | 0.43 | 0.47 |
| Hex | AB | 60 | 45 | 0 | 2C | 3C | 21 | 10 | 2A | 2F |
| Octal | 253 | 140 | 105 | 0 | 54 | 74 | 41 | 20 | 52 | 57 |
| Binary | 10101011 | 1100000 | 1000101 | 0 | 101100 | 111100 | 100001 | 10000 | 101010 | 101111 |
Color Harmonies of #AB6045
Complementary color
Monochromatic Colors of #AB6045
Black with #AB6045
Text Example
Text Example
White with #AB6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6045; }
p { color: rgb(171,96,69); }
H1.HeaderClassName
{
color: #AB6045;
}
.AnyTagClassName
{
color: #AB6045;
}
</style>
background-color css
<style>
a { background-color: #AB6045; }
a { background-color: rgb(171,96,69); }
div.DivClassName
{
background-color: #AB6045;
}
.BgClassName
{
background-color: #AB6045;
}
</style>
border-color css
<style>
span { border-color: #AB6045; }
span { border-color: rgb(171,96,69); }
td.TdClassName
{
border-color: #AB6045;
}
.TagClassName
{
border-color: #AB6045;
}
</style>