Shades of Tallow #A99D7A
Tints of Tallow #A99D7A
RGB
CMYK
RGB Variations
Color information
#A99D7A (or 0xA99D7A) is known color: Tallow. HEX triplet: A9, 9D and 7A. RGB value is (169,157,122). Sum of RGB (Red+Green+Blue) = 169+157+122=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D7A is #566285. Grayscale: #9C9C9C. Windows color (decimal): -5661318 or 8035753. OLE color: 8035753.
HSL color Cylindrical-coordinate representation of color #A99D7A: hue angle of 44.68º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99D7A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 122 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.34 |
| HSL | 44.68º | 0.21% | 0.57% | - |
| HSV(B) | 44.68º | 0.28% | 0.66% | - |
| XYZ | 31.93 | 33.95 | 23.28 | - |
| YUV | 156.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 122 | 0 | 0.07 | 0.28 | 0.34 | 44.68 | 0.21 | 0.57 |
| Hex | A9 | 9D | 7A | 0 | 7 | 1C | 22 | 2D | 15 | 39 |
| Octal | 251 | 235 | 172 | 0 | 7 | 34 | 42 | 55 | 25 | 71 |
| Binary | 10101001 | 10011101 | 1111010 | 0 | 111 | 11100 | 100010 | 101101 | 10101 | 111001 |
Color Harmonies of #A99D7A
Complementary color
Monochromatic Colors of #A99D7A
Black with #A99D7A
Text Example
Text Example
White with #A99D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D7A; }
p { color: rgb(169,157,122); }
H1.HeaderClassName
{
color: #A99D7A;
}
.AnyTagClassName
{
color: #A99D7A;
}
</style>
background-color css
<style>
a { background-color: #A99D7A; }
a { background-color: rgb(169,157,122); }
div.DivClassName
{
background-color: #A99D7A;
}
.BgClassName
{
background-color: #A99D7A;
}
</style>
border-color css
<style>
span { border-color: #A99D7A; }
span { border-color: rgb(169,157,122); }
td.TdClassName
{
border-color: #A99D7A;
}
.TagClassName
{
border-color: #A99D7A;
}
</style>