Shades of Tallow #A99C61
Tints of Tallow #A99C61
RGB
CMYK
RGB Variations
Color information
#A99C61 (or 0xA99C61) is known color: Tallow. HEX triplet: A9, 9C and 61. RGB value is (169,156,97). Sum of RGB (Red+Green+Blue) = 169+156+97=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C61 is #56639E. Grayscale: #999999. Windows color (decimal): -5661599 or 6397097. OLE color: 6397097.
HSL color Cylindrical-coordinate representation of color #A99C61: hue angle of 49.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A99C61 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 97 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.34 |
| HSL | 49.17º | 0.3% | 0.52% | - |
| HSV(B) | 49.17º | 0.43% | 0.66% | - |
| XYZ | 30.41 | 33.08 | 16.09 | - |
| YUV | 153.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 97 | 0 | 0.08 | 0.43 | 0.34 | 49.17 | 0.3 | 0.52 |
| Hex | A9 | 9C | 61 | 0 | 8 | 2B | 22 | 31 | 1E | 34 |
| Octal | 251 | 234 | 141 | 0 | 10 | 53 | 42 | 61 | 36 | 64 |
| Binary | 10101001 | 10011100 | 1100001 | 0 | 1000 | 101011 | 100010 | 110001 | 11110 | 110100 |
Color Harmonies of #A99C61
Complementary color
Monochromatic Colors of #A99C61
Black with #A99C61
Text Example
Text Example
White with #A99C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C61; }
p { color: rgb(169,156,97); }
H1.HeaderClassName
{
color: #A99C61;
}
.AnyTagClassName
{
color: #A99C61;
}
</style>
background-color css
<style>
a { background-color: #A99C61; }
a { background-color: rgb(169,156,97); }
div.DivClassName
{
background-color: #A99C61;
}
.BgClassName
{
background-color: #A99C61;
}
</style>
border-color css
<style>
span { border-color: #A99C61; }
span { border-color: rgb(169,156,97); }
td.TdClassName
{
border-color: #A99C61;
}
.TagClassName
{
border-color: #A99C61;
}
</style>