Shades of Tallow #A99D64
Tints of Tallow #A99D64
RGB
CMYK
RGB Variations
Color information
#A99D64 (or 0xA99D64) is known color: Tallow. HEX triplet: A9, 9D and 64. RGB value is (169,157,100). Sum of RGB (Red+Green+Blue) = 169+157+100=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D64 is #56629B. Grayscale: #9A9A9A. Windows color (decimal): -5661340 or 6593961. OLE color: 6593961.
HSL color Cylindrical-coordinate representation of color #A99D64: hue angle of 49.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A99D64 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 100 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.34 |
| HSL | 49.57º | 0.29% | 0.53% | - |
| HSV(B) | 49.57º | 0.41% | 0.66% | - |
| XYZ | 30.72 | 33.47 | 16.9 | - |
| YUV | 154.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 100 | 0 | 0.07 | 0.41 | 0.34 | 49.57 | 0.29 | 0.53 |
| Hex | A9 | 9D | 64 | 0 | 7 | 29 | 22 | 32 | 1D | 35 |
| Octal | 251 | 235 | 144 | 0 | 7 | 51 | 42 | 62 | 35 | 65 |
| Binary | 10101001 | 10011101 | 1100100 | 0 | 111 | 101001 | 100010 | 110010 | 11101 | 110101 |
Color Harmonies of #A99D64
Complementary color
Monochromatic Colors of #A99D64
Black with #A99D64
Text Example
Text Example
White with #A99D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D64; }
p { color: rgb(169,157,100); }
H1.HeaderClassName
{
color: #A99D64;
}
.AnyTagClassName
{
color: #A99D64;
}
</style>
background-color css
<style>
a { background-color: #A99D64; }
a { background-color: rgb(169,157,100); }
div.DivClassName
{
background-color: #A99D64;
}
.BgClassName
{
background-color: #A99D64;
}
</style>
border-color css
<style>
span { border-color: #A99D64; }
span { border-color: rgb(169,157,100); }
td.TdClassName
{
border-color: #A99D64;
}
.TagClassName
{
border-color: #A99D64;
}
</style>