Shades of Tallow #A99F73
Tints of Tallow #A99F73
RGB
CMYK
RGB Variations
Color information
#A99F73 (or 0xA99F73) is known color: Tallow. HEX triplet: A9, 9F and 73. RGB value is (169,159,115). Sum of RGB (Red+Green+Blue) = 169+159+115=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F73 is #56608C. Grayscale: #9D9D9D. Windows color (decimal): -5660813 or 7577513. OLE color: 7577513.
HSL color Cylindrical-coordinate representation of color #A99F73: hue angle of 48.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A99F73 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 115 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.34 |
| HSL | 48.89º | 0.24% | 0.56% | - |
| HSV(B) | 48.89º | 0.32% | 0.66% | - |
| XYZ | 31.85 | 34.47 | 21.19 | - |
| YUV | 156.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 115 | 0 | 0.06 | 0.32 | 0.34 | 48.89 | 0.24 | 0.56 |
| Hex | A9 | 9F | 73 | 0 | 6 | 20 | 22 | 31 | 18 | 38 |
| Octal | 251 | 237 | 163 | 0 | 6 | 40 | 42 | 61 | 30 | 70 |
| Binary | 10101001 | 10011111 | 1110011 | 0 | 110 | 100000 | 100010 | 110001 | 11000 | 111000 |
Color Harmonies of #A99F73
Complementary color
Monochromatic Colors of #A99F73
Black with #A99F73
Text Example
Text Example
White with #A99F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F73; }
p { color: rgb(169,159,115); }
H1.HeaderClassName
{
color: #A99F73;
}
.AnyTagClassName
{
color: #A99F73;
}
</style>
background-color css
<style>
a { background-color: #A99F73; }
a { background-color: rgb(169,159,115); }
div.DivClassName
{
background-color: #A99F73;
}
.BgClassName
{
background-color: #A99F73;
}
</style>
border-color css
<style>
span { border-color: #A99F73; }
span { border-color: rgb(169,159,115); }
td.TdClassName
{
border-color: #A99F73;
}
.TagClassName
{
border-color: #A99F73;
}
</style>