Shades of Tallow #A99A74
Tints of Tallow #A99A74
RGB
CMYK
RGB Variations
Color information
#A99A74 (or 0xA99A74) is known color: Tallow. HEX triplet: A9, 9A and 74. RGB value is (169,154,116). Sum of RGB (Red+Green+Blue) = 169+154+116=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A74 is #56658B. Grayscale: #9A9A9A. Windows color (decimal): -5662092 or 7641769. OLE color: 7641769.
HSL color Cylindrical-coordinate representation of color #A99A74: hue angle of 43.02º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99A74 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 116 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.34 |
| HSL | 43.02º | 0.24% | 0.56% | - |
| HSV(B) | 43.02º | 0.31% | 0.66% | - |
| XYZ | 31.07 | 32.81 | 21.22 | - |
| YUV | 154.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 116 | 0 | 0.09 | 0.31 | 0.34 | 43.02 | 0.24 | 0.56 |
| Hex | A9 | 9A | 74 | 0 | 9 | 1F | 22 | 2B | 18 | 38 |
| Octal | 251 | 232 | 164 | 0 | 11 | 37 | 42 | 53 | 30 | 70 |
| Binary | 10101001 | 10011010 | 1110100 | 0 | 1001 | 11111 | 100010 | 101011 | 11000 | 111000 |
Color Harmonies of #A99A74
Complementary color
Monochromatic Colors of #A99A74
Black with #A99A74
Text Example
Text Example
White with #A99A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A74; }
p { color: rgb(169,154,116); }
H1.HeaderClassName
{
color: #A99A74;
}
.AnyTagClassName
{
color: #A99A74;
}
</style>
background-color css
<style>
a { background-color: #A99A74; }
a { background-color: rgb(169,154,116); }
div.DivClassName
{
background-color: #A99A74;
}
.BgClassName
{
background-color: #A99A74;
}
</style>
border-color css
<style>
span { border-color: #A99A74; }
span { border-color: rgb(169,154,116); }
td.TdClassName
{
border-color: #A99A74;
}
.TagClassName
{
border-color: #A99A74;
}
</style>