Shades of Tallow #A9996E
Tints of Tallow #A9996E
RGB
CMYK
RGB Variations
Color information
#A9996E (or 0xA9996E) is known color: Tallow. HEX triplet: A9, 99 and 6E. RGB value is (169,153,110). Sum of RGB (Red+Green+Blue) = 169+153+110=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A9996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9996E is #566691. Grayscale: #999999. Windows color (decimal): -5662354 or 7248297. OLE color: 7248297.
HSL color Cylindrical-coordinate representation of color #A9996E: hue angle of 43.73º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9996E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 110 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.34 |
| HSL | 43.73º | 0.26% | 0.55% | - |
| HSV(B) | 43.73º | 0.35% | 0.66% | - |
| XYZ | 30.57 | 32.34 | 19.38 | - |
| YUV | 152.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 110 | 0 | 0.09 | 0.35 | 0.34 | 43.73 | 0.26 | 0.55 |
| Hex | A9 | 99 | 6E | 0 | 9 | 23 | 22 | 2C | 1A | 37 |
| Octal | 251 | 231 | 156 | 0 | 11 | 43 | 42 | 54 | 32 | 67 |
| Binary | 10101001 | 10011001 | 1101110 | 0 | 1001 | 100011 | 100010 | 101100 | 11010 | 110111 |
Color Harmonies of #A9996E
Complementary color
Monochromatic Colors of #A9996E
Black with #A9996E
Text Example
Text Example
White with #A9996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9996E; }
p { color: rgb(169,153,110); }
H1.HeaderClassName
{
color: #A9996E;
}
.AnyTagClassName
{
color: #A9996E;
}
</style>
background-color css
<style>
a { background-color: #A9996E; }
a { background-color: rgb(169,153,110); }
div.DivClassName
{
background-color: #A9996E;
}
.BgClassName
{
background-color: #A9996E;
}
</style>
border-color css
<style>
span { border-color: #A9996E; }
span { border-color: rgb(169,153,110); }
td.TdClassName
{
border-color: #A9996E;
}
.TagClassName
{
border-color: #A9996E;
}
</style>