Shades of Tallow #A99D6C
Tints of Tallow #A99D6C
RGB
CMYK
RGB Variations
Color information
#A99D6C (or 0xA99D6C) is known color: Tallow. HEX triplet: A9, 9D and 6C. RGB value is (169,157,108). Sum of RGB (Red+Green+Blue) = 169+157+108=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D6C is #566293. Grayscale: #9B9B9B. Windows color (decimal): -5661332 or 7118249. OLE color: 7118249.
HSL color Cylindrical-coordinate representation of color #A99D6C: hue angle of 48.2º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99D6C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 108 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.34 |
| HSL | 48.2º | 0.26% | 0.54% | - |
| HSV(B) | 48.2º | 0.36% | 0.66% | - |
| XYZ | 31.13 | 33.63 | 19.04 | - |
| YUV | 155 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 108 | 0 | 0.07 | 0.36 | 0.34 | 48.2 | 0.26 | 0.54 |
| Hex | A9 | 9D | 6C | 0 | 7 | 24 | 22 | 30 | 1A | 36 |
| Octal | 251 | 235 | 154 | 0 | 7 | 44 | 42 | 60 | 32 | 66 |
| Binary | 10101001 | 10011101 | 1101100 | 0 | 111 | 100100 | 100010 | 110000 | 11010 | 110110 |
Color Harmonies of #A99D6C
Complementary color
Monochromatic Colors of #A99D6C
Black with #A99D6C
Text Example
Text Example
White with #A99D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D6C; }
p { color: rgb(169,157,108); }
H1.HeaderClassName
{
color: #A99D6C;
}
.AnyTagClassName
{
color: #A99D6C;
}
</style>
background-color css
<style>
a { background-color: #A99D6C; }
a { background-color: rgb(169,157,108); }
div.DivClassName
{
background-color: #A99D6C;
}
.BgClassName
{
background-color: #A99D6C;
}
</style>
border-color css
<style>
span { border-color: #A99D6C; }
span { border-color: rgb(169,157,108); }
td.TdClassName
{
border-color: #A99D6C;
}
.TagClassName
{
border-color: #A99D6C;
}
</style>