Shades of Tallow #A99A78
Tints of Tallow #A99A78
RGB
CMYK
RGB Variations
Color information
#A99A78 (or 0xA99A78) is known color: Tallow. HEX triplet: A9, 9A and 78. RGB value is (169,154,120). Sum of RGB (Red+Green+Blue) = 169+154+120=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A78 is #566587. Grayscale: #9A9A9A. Windows color (decimal): -5662088 or 7903913. OLE color: 7903913.
HSL color Cylindrical-coordinate representation of color #A99A78: hue angle of 41.63º 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 #A99A78 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 120 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.34 |
| HSL | 41.63º | 0.22% | 0.57% | - |
| HSV(B) | 41.63º | 0.29% | 0.66% | - |
| XYZ | 31.31 | 32.9 | 22.47 | - |
| YUV | 154.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 120 | 0 | 0.09 | 0.29 | 0.34 | 41.63 | 0.22 | 0.57 |
| Hex | A9 | 9A | 78 | 0 | 9 | 1D | 22 | 2A | 16 | 39 |
| Octal | 251 | 232 | 170 | 0 | 11 | 35 | 42 | 52 | 26 | 71 |
| Binary | 10101001 | 10011010 | 1111000 | 0 | 1001 | 11101 | 100010 | 101010 | 10110 | 111001 |
Color Harmonies of #A99A78
Complementary color
Monochromatic Colors of #A99A78
Black with #A99A78
Text Example
Text Example
White with #A99A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A78; }
p { color: rgb(169,154,120); }
H1.HeaderClassName
{
color: #A99A78;
}
.AnyTagClassName
{
color: #A99A78;
}
</style>
background-color css
<style>
a { background-color: #A99A78; }
a { background-color: rgb(169,154,120); }
div.DivClassName
{
background-color: #A99A78;
}
.BgClassName
{
background-color: #A99A78;
}
</style>
border-color css
<style>
span { border-color: #A99A78; }
span { border-color: rgb(169,154,120); }
td.TdClassName
{
border-color: #A99A78;
}
.TagClassName
{
border-color: #A99A78;
}
</style>