Shades of Tallow #AB9F66
Tints of Tallow #AB9F66
RGB
CMYK
RGB Variations
Color information
#AB9F66 (or 0xAB9F66) is known color: Tallow. HEX triplet: AB, 9F and 66. RGB value is (171,159,102). Sum of RGB (Red+Green+Blue) = 171+159+102=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F66 is #546099. Grayscale: #9C9C9C. Windows color (decimal): -5529754 or 6725547. OLE color: 6725547.
HSL color Cylindrical-coordinate representation of color #AB9F66: hue angle of 49.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9F66 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 102 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.33 |
| HSL | 49.57º | 0.29% | 0.54% | - |
| HSV(B) | 49.57º | 0.4% | 0.67% | - |
| XYZ | 31.59 | 34.41 | 17.55 | - |
| YUV | 156.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 102 | 0 | 0.07 | 0.40 | 0.33 | 49.57 | 0.29 | 0.54 |
| Hex | AB | 9F | 66 | 0 | 7 | 28 | 21 | 32 | 1D | 36 |
| Octal | 253 | 237 | 146 | 0 | 7 | 50 | 41 | 62 | 35 | 66 |
| Binary | 10101011 | 10011111 | 1100110 | 0 | 111 | 101000 | 100001 | 110010 | 11101 | 110110 |
Color Harmonies of #AB9F66
Complementary color
Monochromatic Colors of #AB9F66
Black with #AB9F66
Text Example
Text Example
White with #AB9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F66; }
p { color: rgb(171,159,102); }
H1.HeaderClassName
{
color: #AB9F66;
}
.AnyTagClassName
{
color: #AB9F66;
}
</style>
background-color css
<style>
a { background-color: #AB9F66; }
a { background-color: rgb(171,159,102); }
div.DivClassName
{
background-color: #AB9F66;
}
.BgClassName
{
background-color: #AB9F66;
}
</style>
border-color css
<style>
span { border-color: #AB9F66; }
span { border-color: rgb(171,159,102); }
td.TdClassName
{
border-color: #AB9F66;
}
.TagClassName
{
border-color: #AB9F66;
}
</style>