Shades of Tuscany #AB644A
Tints of Tuscany #AB644A
RGB
CMYK
RGB Variations
Color information
#AB644A (or 0xAB644A) is known color: Tuscany. HEX triplet: AB, 64 and 4A. RGB value is (171,100,74). Sum of RGB (Red+Green+Blue) = 171+100+74=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB644A is #549BB5. Grayscale: #767676. Windows color (decimal): -5544886 or 4875435. OLE color: 4875435.
HSL color Cylindrical-coordinate representation of color #AB644A: hue angle of 16.08º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB644A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 74 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.33 |
| HSL | 16.08º | 0.4% | 0.48% | - |
| HSV(B) | 16.08º | 0.57% | 0.67% | - |
| XYZ | 22.59 | 18.27 | 8.81 | - |
| YUV | 118.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 74 | 0 | 0.42 | 0.57 | 0.33 | 16.08 | 0.4 | 0.48 |
| Hex | AB | 64 | 4A | 0 | 2A | 39 | 21 | 10 | 28 | 30 |
| Octal | 253 | 144 | 112 | 0 | 52 | 71 | 41 | 20 | 50 | 60 |
| Binary | 10101011 | 1100100 | 1001010 | 0 | 101010 | 111001 | 100001 | 10000 | 101000 | 110000 |
Color Harmonies of #AB644A
Complementary color
Monochromatic Colors of #AB644A
Black with #AB644A
Text Example
Text Example
White with #AB644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB644A; }
p { color: rgb(171,100,74); }
H1.HeaderClassName
{
color: #AB644A;
}
.AnyTagClassName
{
color: #AB644A;
}
</style>
background-color css
<style>
a { background-color: #AB644A; }
a { background-color: rgb(171,100,74); }
div.DivClassName
{
background-color: #AB644A;
}
.BgClassName
{
background-color: #AB644A;
}
</style>
border-color css
<style>
span { border-color: #AB644A; }
span { border-color: rgb(171,100,74); }
td.TdClassName
{
border-color: #AB644A;
}
.TagClassName
{
border-color: #AB644A;
}
</style>