Shades of Tallow #A99E77
Tints of Tallow #A99E77
RGB
CMYK
RGB Variations
Color information
#A99E77 (or 0xA99E77) is known color: Tallow. HEX triplet: A9, 9E and 77. RGB value is (169,158,119). Sum of RGB (Red+Green+Blue) = 169+158+119=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E77 is #566188. Grayscale: #9D9D9D. Windows color (decimal): -5661065 or 7839401. OLE color: 7839401.
HSL color Cylindrical-coordinate representation of color #A99E77: hue angle of 46.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99E77 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 119 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.34 |
| HSL | 46.8º | 0.23% | 0.56% | - |
| HSV(B) | 46.8º | 0.3% | 0.66% | - |
| XYZ | 31.92 | 34.22 | 22.38 | - |
| YUV | 156.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 119 | 0 | 0.07 | 0.30 | 0.34 | 46.8 | 0.23 | 0.56 |
| Hex | A9 | 9E | 77 | 0 | 7 | 1E | 22 | 2F | 17 | 38 |
| Octal | 251 | 236 | 167 | 0 | 7 | 36 | 42 | 57 | 27 | 70 |
| Binary | 10101001 | 10011110 | 1110111 | 0 | 111 | 11110 | 100010 | 101111 | 10111 | 111000 |
Color Harmonies of #A99E77
Complementary color
Monochromatic Colors of #A99E77
Black with #A99E77
Text Example
Text Example
White with #A99E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E77; }
p { color: rgb(169,158,119); }
H1.HeaderClassName
{
color: #A99E77;
}
.AnyTagClassName
{
color: #A99E77;
}
</style>
background-color css
<style>
a { background-color: #A99E77; }
a { background-color: rgb(169,158,119); }
div.DivClassName
{
background-color: #A99E77;
}
.BgClassName
{
background-color: #A99E77;
}
</style>
border-color css
<style>
span { border-color: #A99E77; }
span { border-color: rgb(169,158,119); }
td.TdClassName
{
border-color: #A99E77;
}
.TagClassName
{
border-color: #A99E77;
}
</style>