Shades of Tallow #A99E76
Tints of Tallow #A99E76
RGB
CMYK
RGB Variations
Color information
#A99E76 (or 0xA99E76) is known color: Tallow. HEX triplet: A9, 9E and 76. RGB value is (169,158,118). Sum of RGB (Red+Green+Blue) = 169+158+118=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E76 is #566189. Grayscale: #9C9C9C. Windows color (decimal): -5661066 or 7773865. OLE color: 7773865.
HSL color Cylindrical-coordinate representation of color #A99E76: hue angle of 47.06º 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 #A99E76 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 118 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.34 |
| HSL | 47.06º | 0.23% | 0.56% | - |
| HSV(B) | 47.06º | 0.3% | 0.66% | - |
| XYZ | 31.86 | 34.2 | 22.06 | - |
| YUV | 156.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 118 | 0 | 0.07 | 0.30 | 0.34 | 47.06 | 0.23 | 0.56 |
| Hex | A9 | 9E | 76 | 0 | 7 | 1E | 22 | 2F | 17 | 38 |
| Octal | 251 | 236 | 166 | 0 | 7 | 36 | 42 | 57 | 27 | 70 |
| Binary | 10101001 | 10011110 | 1110110 | 0 | 111 | 11110 | 100010 | 101111 | 10111 | 111000 |
Color Harmonies of #A99E76
Complementary color
Monochromatic Colors of #A99E76
Black with #A99E76
Text Example
Text Example
White with #A99E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E76; }
p { color: rgb(169,158,118); }
H1.HeaderClassName
{
color: #A99E76;
}
.AnyTagClassName
{
color: #A99E76;
}
</style>
background-color css
<style>
a { background-color: #A99E76; }
a { background-color: rgb(169,158,118); }
div.DivClassName
{
background-color: #A99E76;
}
.BgClassName
{
background-color: #A99E76;
}
</style>
border-color css
<style>
span { border-color: #A99E76; }
span { border-color: rgb(169,158,118); }
td.TdClassName
{
border-color: #A99E76;
}
.TagClassName
{
border-color: #A99E76;
}
</style>