Shades of Tallow #AB9E6C
Tints of Tallow #AB9E6C
RGB
CMYK
RGB Variations
Color information
#AB9E6C (or 0xAB9E6C) is known color: Tallow. HEX triplet: AB, 9E and 6C. RGB value is (171,158,108). Sum of RGB (Red+Green+Blue) = 171+158+108=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E6C is #546193. Grayscale: #9C9C9C. Windows color (decimal): -5530004 or 7118507. OLE color: 7118507.
HSL color Cylindrical-coordinate representation of color #AB9E6C: hue angle of 47.62º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9E6C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 108 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.33 |
| HSL | 47.62º | 0.27% | 0.55% | - |
| HSV(B) | 47.62º | 0.37% | 0.67% | - |
| XYZ | 31.73 | 34.19 | 19.12 | - |
| YUV | 156.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 108 | 0 | 0.08 | 0.37 | 0.33 | 47.62 | 0.27 | 0.55 |
| Hex | AB | 9E | 6C | 0 | 8 | 25 | 21 | 30 | 1B | 37 |
| Octal | 253 | 236 | 154 | 0 | 10 | 45 | 41 | 60 | 33 | 67 |
| Binary | 10101011 | 10011110 | 1101100 | 0 | 1000 | 100101 | 100001 | 110000 | 11011 | 110111 |
Color Harmonies of #AB9E6C
Complementary color
Monochromatic Colors of #AB9E6C
Black with #AB9E6C
Text Example
Text Example
White with #AB9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E6C; }
p { color: rgb(171,158,108); }
H1.HeaderClassName
{
color: #AB9E6C;
}
.AnyTagClassName
{
color: #AB9E6C;
}
</style>
background-color css
<style>
a { background-color: #AB9E6C; }
a { background-color: rgb(171,158,108); }
div.DivClassName
{
background-color: #AB9E6C;
}
.BgClassName
{
background-color: #AB9E6C;
}
</style>
border-color css
<style>
span { border-color: #AB9E6C; }
span { border-color: rgb(171,158,108); }
td.TdClassName
{
border-color: #AB9E6C;
}
.TagClassName
{
border-color: #AB9E6C;
}
</style>