Shades of Tallow #A99D76
Tints of Tallow #A99D76
RGB
CMYK
RGB Variations
Color information
#A99D76 (or 0xA99D76) is known color: Tallow. HEX triplet: A9, 9D and 76. RGB value is (169,157,118). Sum of RGB (Red+Green+Blue) = 169+157+118=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D76 is #566289. Grayscale: #9C9C9C. Windows color (decimal): -5661322 or 7773609. OLE color: 7773609.
HSL color Cylindrical-coordinate representation of color #A99D76: hue angle of 45.88º 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 #A99D76 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 118 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.34 |
| HSL | 45.88º | 0.23% | 0.56% | - |
| HSV(B) | 45.88º | 0.3% | 0.66% | - |
| XYZ | 31.69 | 33.86 | 22 | - |
| YUV | 156.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 118 | 0 | 0.07 | 0.30 | 0.34 | 45.88 | 0.23 | 0.56 |
| Hex | A9 | 9D | 76 | 0 | 7 | 1E | 22 | 2E | 17 | 38 |
| Octal | 251 | 235 | 166 | 0 | 7 | 36 | 42 | 56 | 27 | 70 |
| Binary | 10101001 | 10011101 | 1110110 | 0 | 111 | 11110 | 100010 | 101110 | 10111 | 111000 |
Color Harmonies of #A99D76
Complementary color
Monochromatic Colors of #A99D76
Black with #A99D76
Text Example
Text Example
White with #A99D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D76; }
p { color: rgb(169,157,118); }
H1.HeaderClassName
{
color: #A99D76;
}
.AnyTagClassName
{
color: #A99D76;
}
</style>
background-color css
<style>
a { background-color: #A99D76; }
a { background-color: rgb(169,157,118); }
div.DivClassName
{
background-color: #A99D76;
}
.BgClassName
{
background-color: #A99D76;
}
</style>
border-color css
<style>
span { border-color: #A99D76; }
span { border-color: rgb(169,157,118); }
td.TdClassName
{
border-color: #A99D76;
}
.TagClassName
{
border-color: #A99D76;
}
</style>