Shades of Tuscany #AB603F
Tints of Tuscany #AB603F
RGB
CMYK
RGB Variations
Color information
#AB603F (or 0xAB603F) is known color: Tuscany. HEX triplet: AB, 60 and 3F. RGB value is (171,96,63). Sum of RGB (Red+Green+Blue) = 171+96+63=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB603F is #549FC0. Grayscale: #727272. Windows color (decimal): -5545921 or 4153515. OLE color: 4153515.
HSL color Cylindrical-coordinate representation of color #AB603F: hue angle of 18.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB603F is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 63 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.33 |
| HSL | 18.33º | 0.46% | 0.46% | - |
| HSV(B) | 18.33º | 0.63% | 0.67% | - |
| XYZ | 21.87 | 17.38 | 6.9 | - |
| YUV | 114.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 63 | 0 | 0.44 | 0.63 | 0.33 | 18.33 | 0.46 | 0.46 |
| Hex | AB | 60 | 3F | 0 | 2C | 3F | 21 | 12 | 2E | 2E |
| Octal | 253 | 140 | 77 | 0 | 54 | 77 | 41 | 22 | 56 | 56 |
| Binary | 10101011 | 1100000 | 111111 | 0 | 101100 | 111111 | 100001 | 10010 | 101110 | 101110 |
Color Harmonies of #AB603F
Complementary color
Monochromatic Colors of #AB603F
Black with #AB603F
Text Example
Text Example
White with #AB603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB603F; }
p { color: rgb(171,96,63); }
H1.HeaderClassName
{
color: #AB603F;
}
.AnyTagClassName
{
color: #AB603F;
}
</style>
background-color css
<style>
a { background-color: #AB603F; }
a { background-color: rgb(171,96,63); }
div.DivClassName
{
background-color: #AB603F;
}
.BgClassName
{
background-color: #AB603F;
}
</style>
border-color css
<style>
span { border-color: #AB603F; }
span { border-color: rgb(171,96,63); }
td.TdClassName
{
border-color: #AB603F;
}
.TagClassName
{
border-color: #AB603F;
}
</style>