Shades of Tallow #AB996E
Tints of Tallow #AB996E
RGB
CMYK
RGB Variations
Color information
#AB996E (or 0xAB996E) is known color: Tallow. HEX triplet: AB, 99 and 6E. RGB value is (171,153,110). Sum of RGB (Red+Green+Blue) = 171+153+110=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB996E is #546691. Grayscale: #999999. Windows color (decimal): -5531282 or 7248299. OLE color: 7248299.
HSL color Cylindrical-coordinate representation of color #AB996E: hue angle of 42.3º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB996E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 110 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.33 |
| HSL | 42.3º | 0.27% | 0.55% | - |
| HSV(B) | 42.3º | 0.36% | 0.67% | - |
| XYZ | 31 | 32.57 | 19.4 | - |
| YUV | 153.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 110 | 0 | 0.11 | 0.36 | 0.33 | 42.3 | 0.27 | 0.55 |
| Hex | AB | 99 | 6E | 0 | B | 24 | 21 | 2A | 1B | 37 |
| Octal | 253 | 231 | 156 | 0 | 13 | 44 | 41 | 52 | 33 | 67 |
| Binary | 10101011 | 10011001 | 1101110 | 0 | 1011 | 100100 | 100001 | 101010 | 11011 | 110111 |
Color Harmonies of #AB996E
Complementary color
Monochromatic Colors of #AB996E
Black with #AB996E
Text Example
Text Example
White with #AB996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB996E; }
p { color: rgb(171,153,110); }
H1.HeaderClassName
{
color: #AB996E;
}
.AnyTagClassName
{
color: #AB996E;
}
</style>
background-color css
<style>
a { background-color: #AB996E; }
a { background-color: rgb(171,153,110); }
div.DivClassName
{
background-color: #AB996E;
}
.BgClassName
{
background-color: #AB996E;
}
</style>
border-color css
<style>
span { border-color: #AB996E; }
span { border-color: rgb(171,153,110); }
td.TdClassName
{
border-color: #AB996E;
}
.TagClassName
{
border-color: #AB996E;
}
</style>