Shades of Tuscany #AB613B
Tints of Tuscany #AB613B
RGB
CMYK
RGB Variations
Color information
#AB613B (or 0xAB613B) is known color: Tuscany. HEX triplet: AB, 61 and 3B. RGB value is (171,97,59). Sum of RGB (Red+Green+Blue) = 171+97+59=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB613B is #549EC4. Grayscale: #737373. Windows color (decimal): -5545669 or 3891627. OLE color: 3891627.
HSL color Cylindrical-coordinate representation of color #AB613B: hue angle of 20.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB613B is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 59 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.33 |
| HSL | 20.36º | 0.49% | 0.45% | - |
| HSV(B) | 20.36º | 0.65% | 0.67% | - |
| XYZ | 21.86 | 17.52 | 6.37 | - |
| YUV | 114.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 59 | 0 | 0.43 | 0.65 | 0.33 | 20.36 | 0.49 | 0.45 |
| Hex | AB | 61 | 3B | 0 | 2B | 41 | 21 | 14 | 31 | 2D |
| Octal | 253 | 141 | 73 | 0 | 53 | 101 | 41 | 24 | 61 | 55 |
| Binary | 10101011 | 1100001 | 111011 | 0 | 101011 | 1000001 | 100001 | 10100 | 110001 | 101101 |
Color Harmonies of #AB613B
Complementary color
Monochromatic Colors of #AB613B
Black with #AB613B
Text Example
Text Example
White with #AB613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB613B; }
p { color: rgb(171,97,59); }
H1.HeaderClassName
{
color: #AB613B;
}
.AnyTagClassName
{
color: #AB613B;
}
</style>
background-color css
<style>
a { background-color: #AB613B; }
a { background-color: rgb(171,97,59); }
div.DivClassName
{
background-color: #AB613B;
}
.BgClassName
{
background-color: #AB613B;
}
</style>
border-color css
<style>
span { border-color: #AB613B; }
span { border-color: rgb(171,97,59); }
td.TdClassName
{
border-color: #AB613B;
}
.TagClassName
{
border-color: #AB613B;
}
</style>