Shades of Tallow #AB9C66
Tints of Tallow #AB9C66
RGB
CMYK
RGB Variations
Color information
#AB9C66 (or 0xAB9C66) is known color: Tallow. HEX triplet: AB, 9C and 66. RGB value is (171,156,102). Sum of RGB (Red+Green+Blue) = 171+156+102=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C66 is #546399. Grayscale: #9A9A9A. Windows color (decimal): -5530522 or 6724779. OLE color: 6724779.
HSL color Cylindrical-coordinate representation of color #AB9C66: hue angle of 46.96º 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 #AB9C66 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 102 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.33 |
| HSL | 46.96º | 0.29% | 0.54% | - |
| HSV(B) | 46.96º | 0.4% | 0.67% | - |
| XYZ | 31.08 | 33.39 | 17.38 | - |
| YUV | 154.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 102 | 0 | 0.09 | 0.40 | 0.33 | 46.96 | 0.29 | 0.54 |
| Hex | AB | 9C | 66 | 0 | 9 | 28 | 21 | 2F | 1D | 36 |
| Octal | 253 | 234 | 146 | 0 | 11 | 50 | 41 | 57 | 35 | 66 |
| Binary | 10101011 | 10011100 | 1100110 | 0 | 1001 | 101000 | 100001 | 101111 | 11101 | 110110 |
Color Harmonies of #AB9C66
Complementary color
Monochromatic Colors of #AB9C66
Black with #AB9C66
Text Example
Text Example
White with #AB9C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C66; }
p { color: rgb(171,156,102); }
H1.HeaderClassName
{
color: #AB9C66;
}
.AnyTagClassName
{
color: #AB9C66;
}
</style>
background-color css
<style>
a { background-color: #AB9C66; }
a { background-color: rgb(171,156,102); }
div.DivClassName
{
background-color: #AB9C66;
}
.BgClassName
{
background-color: #AB9C66;
}
</style>
border-color css
<style>
span { border-color: #AB9C66; }
span { border-color: rgb(171,156,102); }
td.TdClassName
{
border-color: #AB9C66;
}
.TagClassName
{
border-color: #AB9C66;
}
</style>