Shades of Tallow #AB9E6F
Tints of Tallow #AB9E6F
RGB
CMYK
RGB Variations
Color information
#AB9E6F (or 0xAB9E6F) is known color: Tallow. HEX triplet: AB, 9E and 6F. RGB value is (171,158,111). Sum of RGB (Red+Green+Blue) = 171+158+111=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E6F is #546190. Grayscale: #9C9C9C. Windows color (decimal): -5530001 or 7315115. OLE color: 7315115.
HSL color Cylindrical-coordinate representation of color #AB9E6F: hue angle of 47º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9E6F is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 111 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.33 |
| HSL | 47º | 0.26% | 0.55% | - |
| HSV(B) | 47º | 0.35% | 0.67% | - |
| XYZ | 31.89 | 34.26 | 19.97 | - |
| YUV | 156.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 111 | 0 | 0.08 | 0.35 | 0.33 | 47 | 0.26 | 0.55 |
| Hex | AB | 9E | 6F | 0 | 8 | 23 | 21 | 2F | 1A | 37 |
| Octal | 253 | 236 | 157 | 0 | 10 | 43 | 41 | 57 | 32 | 67 |
| Binary | 10101011 | 10011110 | 1101111 | 0 | 1000 | 100011 | 100001 | 101111 | 11010 | 110111 |
Color Harmonies of #AB9E6F
Complementary color
Monochromatic Colors of #AB9E6F
Black with #AB9E6F
Text Example
Text Example
White with #AB9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E6F; }
p { color: rgb(171,158,111); }
H1.HeaderClassName
{
color: #AB9E6F;
}
.AnyTagClassName
{
color: #AB9E6F;
}
</style>
background-color css
<style>
a { background-color: #AB9E6F; }
a { background-color: rgb(171,158,111); }
div.DivClassName
{
background-color: #AB9E6F;
}
.BgClassName
{
background-color: #AB9E6F;
}
</style>
border-color css
<style>
span { border-color: #AB9E6F; }
span { border-color: rgb(171,158,111); }
td.TdClassName
{
border-color: #AB9E6F;
}
.TagClassName
{
border-color: #AB9E6F;
}
</style>