Shades of Tallow #AB9C64
Tints of Tallow #AB9C64
RGB
CMYK
RGB Variations
Color information
#AB9C64 (or 0xAB9C64) is known color: Tallow. HEX triplet: AB, 9C and 64. RGB value is (171,156,100). Sum of RGB (Red+Green+Blue) = 171+156+100=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C64 is #54639B. Grayscale: #9A9A9A. Windows color (decimal): -5530524 or 6593707. OLE color: 6593707.
HSL color Cylindrical-coordinate representation of color #AB9C64: hue angle of 47.32º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB9C64 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 100 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.33 |
| HSL | 47.32º | 0.3% | 0.53% | - |
| HSV(B) | 47.32º | 0.42% | 0.67% | - |
| XYZ | 30.98 | 33.35 | 16.86 | - |
| YUV | 154.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 100 | 0 | 0.09 | 0.42 | 0.33 | 47.32 | 0.3 | 0.53 |
| Hex | AB | 9C | 64 | 0 | 9 | 2A | 21 | 2F | 1E | 35 |
| Octal | 253 | 234 | 144 | 0 | 11 | 52 | 41 | 57 | 36 | 65 |
| Binary | 10101011 | 10011100 | 1100100 | 0 | 1001 | 101010 | 100001 | 101111 | 11110 | 110101 |
Color Harmonies of #AB9C64
Complementary color
Monochromatic Colors of #AB9C64
Black with #AB9C64
Text Example
Text Example
White with #AB9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C64; }
p { color: rgb(171,156,100); }
H1.HeaderClassName
{
color: #AB9C64;
}
.AnyTagClassName
{
color: #AB9C64;
}
</style>
background-color css
<style>
a { background-color: #AB9C64; }
a { background-color: rgb(171,156,100); }
div.DivClassName
{
background-color: #AB9C64;
}
.BgClassName
{
background-color: #AB9C64;
}
</style>
border-color css
<style>
span { border-color: #AB9C64; }
span { border-color: rgb(171,156,100); }
td.TdClassName
{
border-color: #AB9C64;
}
.TagClassName
{
border-color: #AB9C64;
}
</style>