Shades of Tallow #AB9E75
Tints of Tallow #AB9E75
RGB
CMYK
RGB Variations
Color information
#AB9E75 (or 0xAB9E75) is known color: Tallow. HEX triplet: AB, 9E and 75. RGB value is (171,158,117). Sum of RGB (Red+Green+Blue) = 171+158+117=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E75 is #54618A. Grayscale: #9D9D9D. Windows color (decimal): -5529995 or 7708331. OLE color: 7708331.
HSL color Cylindrical-coordinate representation of color #AB9E75: hue angle of 45.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9E75 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 117 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.33 |
| HSL | 45.56º | 0.24% | 0.56% | - |
| HSV(B) | 45.56º | 0.32% | 0.67% | - |
| XYZ | 32.23 | 34.4 | 21.77 | - |
| YUV | 157.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 117 | 0 | 0.08 | 0.32 | 0.33 | 45.56 | 0.24 | 0.56 |
| Hex | AB | 9E | 75 | 0 | 8 | 20 | 21 | 2E | 18 | 38 |
| Octal | 253 | 236 | 165 | 0 | 10 | 40 | 41 | 56 | 30 | 70 |
| Binary | 10101011 | 10011110 | 1110101 | 0 | 1000 | 100000 | 100001 | 101110 | 11000 | 111000 |
Color Harmonies of #AB9E75
Complementary color
Monochromatic Colors of #AB9E75
Black with #AB9E75
Text Example
Text Example
White with #AB9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E75; }
p { color: rgb(171,158,117); }
H1.HeaderClassName
{
color: #AB9E75;
}
.AnyTagClassName
{
color: #AB9E75;
}
</style>
background-color css
<style>
a { background-color: #AB9E75; }
a { background-color: rgb(171,158,117); }
div.DivClassName
{
background-color: #AB9E75;
}
.BgClassName
{
background-color: #AB9E75;
}
</style>
border-color css
<style>
span { border-color: #AB9E75; }
span { border-color: rgb(171,158,117); }
td.TdClassName
{
border-color: #AB9E75;
}
.TagClassName
{
border-color: #AB9E75;
}
</style>