Shades of Tallow #AB9D66
Tints of Tallow #AB9D66
RGB
CMYK
RGB Variations
Color information
#AB9D66 (or 0xAB9D66) is known color: Tallow. HEX triplet: AB, 9D and 66. RGB value is (171,157,102). Sum of RGB (Red+Green+Blue) = 171+157+102=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D66 is #546299. Grayscale: #9B9B9B. Windows color (decimal): -5530266 or 6725035. OLE color: 6725035.
HSL color Cylindrical-coordinate representation of color #AB9D66: hue angle of 47.83º 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 #AB9D66 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 102 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.33 |
| HSL | 47.83º | 0.29% | 0.54% | - |
| HSV(B) | 47.83º | 0.4% | 0.67% | - |
| XYZ | 31.25 | 33.73 | 17.43 | - |
| YUV | 154.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 102 | 0 | 0.08 | 0.40 | 0.33 | 47.83 | 0.29 | 0.54 |
| Hex | AB | 9D | 66 | 0 | 8 | 28 | 21 | 30 | 1D | 36 |
| Octal | 253 | 235 | 146 | 0 | 10 | 50 | 41 | 60 | 35 | 66 |
| Binary | 10101011 | 10011101 | 1100110 | 0 | 1000 | 101000 | 100001 | 110000 | 11101 | 110110 |
Color Harmonies of #AB9D66
Complementary color
Monochromatic Colors of #AB9D66
Black with #AB9D66
Text Example
Text Example
White with #AB9D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D66; }
p { color: rgb(171,157,102); }
H1.HeaderClassName
{
color: #AB9D66;
}
.AnyTagClassName
{
color: #AB9D66;
}
</style>
background-color css
<style>
a { background-color: #AB9D66; }
a { background-color: rgb(171,157,102); }
div.DivClassName
{
background-color: #AB9D66;
}
.BgClassName
{
background-color: #AB9D66;
}
</style>
border-color css
<style>
span { border-color: #AB9D66; }
span { border-color: rgb(171,157,102); }
td.TdClassName
{
border-color: #AB9D66;
}
.TagClassName
{
border-color: #AB9D66;
}
</style>