Shades of Tallow #A99E78
Tints of Tallow #A99E78
RGB
CMYK
RGB Variations
Color information
#A99E78 (or 0xA99E78) is known color: Tallow. HEX triplet: A9, 9E and 78. RGB value is (169,158,120). Sum of RGB (Red+Green+Blue) = 169+158+120=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E78 is #566187. Grayscale: #9D9D9D. Windows color (decimal): -5661064 or 7904937. OLE color: 7904937.
HSL color Cylindrical-coordinate representation of color #A99E78: hue angle of 46.53º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99E78 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 120 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.34 |
| HSL | 46.53º | 0.22% | 0.57% | - |
| HSV(B) | 46.53º | 0.29% | 0.66% | - |
| XYZ | 31.98 | 34.24 | 22.69 | - |
| YUV | 156.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 120 | 0 | 0.07 | 0.29 | 0.34 | 46.53 | 0.22 | 0.57 |
| Hex | A9 | 9E | 78 | 0 | 7 | 1D | 22 | 2F | 16 | 39 |
| Octal | 251 | 236 | 170 | 0 | 7 | 35 | 42 | 57 | 26 | 71 |
| Binary | 10101001 | 10011110 | 1111000 | 0 | 111 | 11101 | 100010 | 101111 | 10110 | 111001 |
Color Harmonies of #A99E78
Complementary color
Monochromatic Colors of #A99E78
Black with #A99E78
Text Example
Text Example
White with #A99E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E78; }
p { color: rgb(169,158,120); }
H1.HeaderClassName
{
color: #A99E78;
}
.AnyTagClassName
{
color: #A99E78;
}
</style>
background-color css
<style>
a { background-color: #A99E78; }
a { background-color: rgb(169,158,120); }
div.DivClassName
{
background-color: #A99E78;
}
.BgClassName
{
background-color: #A99E78;
}
</style>
border-color css
<style>
span { border-color: #A99E78; }
span { border-color: rgb(169,158,120); }
td.TdClassName
{
border-color: #A99E78;
}
.TagClassName
{
border-color: #A99E78;
}
</style>