Shades of Tallow #AB9E6A
Tints of Tallow #AB9E6A
RGB
CMYK
RGB Variations
Color information
#AB9E6A (or 0xAB9E6A) is known color: Tallow. HEX triplet: AB, 9E and 6A. RGB value is (171,158,106). Sum of RGB (Red+Green+Blue) = 171+158+106=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E6A is #546195. Grayscale: #9C9C9C. Windows color (decimal): -5530006 or 6987435. OLE color: 6987435.
HSL color Cylindrical-coordinate representation of color #AB9E6A: hue angle of 48º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9E6A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 106 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.33 |
| HSL | 48º | 0.28% | 0.54% | - |
| HSV(B) | 48º | 0.38% | 0.67% | - |
| XYZ | 31.62 | 34.15 | 18.56 | - |
| YUV | 155.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 106 | 0 | 0.08 | 0.38 | 0.33 | 48 | 0.28 | 0.54 |
| Hex | AB | 9E | 6A | 0 | 8 | 26 | 21 | 30 | 1C | 36 |
| Octal | 253 | 236 | 152 | 0 | 10 | 46 | 41 | 60 | 34 | 66 |
| Binary | 10101011 | 10011110 | 1101010 | 0 | 1000 | 100110 | 100001 | 110000 | 11100 | 110110 |
Color Harmonies of #AB9E6A
Complementary color
Monochromatic Colors of #AB9E6A
Black with #AB9E6A
Text Example
Text Example
White with #AB9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E6A; }
p { color: rgb(171,158,106); }
H1.HeaderClassName
{
color: #AB9E6A;
}
.AnyTagClassName
{
color: #AB9E6A;
}
</style>
background-color css
<style>
a { background-color: #AB9E6A; }
a { background-color: rgb(171,158,106); }
div.DivClassName
{
background-color: #AB9E6A;
}
.BgClassName
{
background-color: #AB9E6A;
}
</style>
border-color css
<style>
span { border-color: #AB9E6A; }
span { border-color: rgb(171,158,106); }
td.TdClassName
{
border-color: #AB9E6A;
}
.TagClassName
{
border-color: #AB9E6A;
}
</style>