Shades of Tallow #A99C70
Tints of Tallow #A99C70
RGB
CMYK
RGB Variations
Color information
#A99C70 (or 0xA99C70) is known color: Tallow. HEX triplet: A9, 9C and 70. RGB value is (169,156,112). Sum of RGB (Red+Green+Blue) = 169+156+112=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C70 is #56638F. Grayscale: #9B9B9B. Windows color (decimal): -5661584 or 7380137. OLE color: 7380137.
HSL color Cylindrical-coordinate representation of color #A99C70: hue angle of 46.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99C70 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 112 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.34 |
| HSL | 46.32º | 0.25% | 0.55% | - |
| HSV(B) | 46.32º | 0.34% | 0.66% | - |
| XYZ | 31.18 | 33.38 | 20.13 | - |
| YUV | 154.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 112 | 0 | 0.08 | 0.34 | 0.34 | 46.32 | 0.25 | 0.55 |
| Hex | A9 | 9C | 70 | 0 | 8 | 22 | 22 | 2E | 19 | 37 |
| Octal | 251 | 234 | 160 | 0 | 10 | 42 | 42 | 56 | 31 | 67 |
| Binary | 10101001 | 10011100 | 1110000 | 0 | 1000 | 100010 | 100010 | 101110 | 11001 | 110111 |
Color Harmonies of #A99C70
Complementary color
Monochromatic Colors of #A99C70
Black with #A99C70
Text Example
Text Example
White with #A99C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C70; }
p { color: rgb(169,156,112); }
H1.HeaderClassName
{
color: #A99C70;
}
.AnyTagClassName
{
color: #A99C70;
}
</style>
background-color css
<style>
a { background-color: #A99C70; }
a { background-color: rgb(169,156,112); }
div.DivClassName
{
background-color: #A99C70;
}
.BgClassName
{
background-color: #A99C70;
}
</style>
border-color css
<style>
span { border-color: #A99C70; }
span { border-color: rgb(169,156,112); }
td.TdClassName
{
border-color: #A99C70;
}
.TagClassName
{
border-color: #A99C70;
}
</style>