Shades of Tallow #A99A76
Tints of Tallow #A99A76
RGB
CMYK
RGB Variations
Color information
#A99A76 (or 0xA99A76) is known color: Tallow. HEX triplet: A9, 9A and 76. RGB value is (169,154,118). Sum of RGB (Red+Green+Blue) = 169+154+118=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A76 is #566589. Grayscale: #9A9A9A. Windows color (decimal): -5662090 or 7772841. OLE color: 7772841.
HSL color Cylindrical-coordinate representation of color #A99A76: hue angle of 42.35º 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 #A99A76 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 118 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.34 |
| HSL | 42.35º | 0.23% | 0.56% | - |
| HSV(B) | 42.35º | 0.3% | 0.66% | - |
| XYZ | 31.19 | 32.85 | 21.84 | - |
| YUV | 154.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 118 | 0 | 0.09 | 0.30 | 0.34 | 42.35 | 0.23 | 0.56 |
| Hex | A9 | 9A | 76 | 0 | 9 | 1E | 22 | 2A | 17 | 38 |
| Octal | 251 | 232 | 166 | 0 | 11 | 36 | 42 | 52 | 27 | 70 |
| Binary | 10101001 | 10011010 | 1110110 | 0 | 1001 | 11110 | 100010 | 101010 | 10111 | 111000 |
Color Harmonies of #A99A76
Complementary color
Monochromatic Colors of #A99A76
Black with #A99A76
Text Example
Text Example
White with #A99A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A76; }
p { color: rgb(169,154,118); }
H1.HeaderClassName
{
color: #A99A76;
}
.AnyTagClassName
{
color: #A99A76;
}
</style>
background-color css
<style>
a { background-color: #A99A76; }
a { background-color: rgb(169,154,118); }
div.DivClassName
{
background-color: #A99A76;
}
.BgClassName
{
background-color: #A99A76;
}
</style>
border-color css
<style>
span { border-color: #A99A76; }
span { border-color: rgb(169,154,118); }
td.TdClassName
{
border-color: #A99A76;
}
.TagClassName
{
border-color: #A99A76;
}
</style>