Shades of Tallow #A99C62
Tints of Tallow #A99C62
RGB
CMYK
RGB Variations
Color information
#A99C62 (or 0xA99C62) is known color: Tallow. HEX triplet: A9, 9C and 62. RGB value is (169,156,98). Sum of RGB (Red+Green+Blue) = 169+156+98=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C62 is #56639D. Grayscale: #999999. Windows color (decimal): -5661598 or 6462633. OLE color: 6462633.
HSL color Cylindrical-coordinate representation of color #A99C62: hue angle of 49.01º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A99C62 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 98 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.34 |
| HSL | 49.01º | 0.29% | 0.52% | - |
| HSV(B) | 49.01º | 0.42% | 0.66% | - |
| XYZ | 30.46 | 33.09 | 16.34 | - |
| YUV | 153.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 98 | 0 | 0.08 | 0.42 | 0.34 | 49.01 | 0.29 | 0.52 |
| Hex | A9 | 9C | 62 | 0 | 8 | 2A | 22 | 31 | 1D | 34 |
| Octal | 251 | 234 | 142 | 0 | 10 | 52 | 42 | 61 | 35 | 64 |
| Binary | 10101001 | 10011100 | 1100010 | 0 | 1000 | 101010 | 100010 | 110001 | 11101 | 110100 |
Color Harmonies of #A99C62
Complementary color
Monochromatic Colors of #A99C62
Black with #A99C62
Text Example
Text Example
White with #A99C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C62; }
p { color: rgb(169,156,98); }
H1.HeaderClassName
{
color: #A99C62;
}
.AnyTagClassName
{
color: #A99C62;
}
</style>
background-color css
<style>
a { background-color: #A99C62; }
a { background-color: rgb(169,156,98); }
div.DivClassName
{
background-color: #A99C62;
}
.BgClassName
{
background-color: #A99C62;
}
</style>
border-color css
<style>
span { border-color: #A99C62; }
span { border-color: rgb(169,156,98); }
td.TdClassName
{
border-color: #A99C62;
}
.TagClassName
{
border-color: #A99C62;
}
</style>