Shades of Tallow #A99D63
Tints of Tallow #A99D63
RGB
CMYK
RGB Variations
Color information
#A99D63 (or 0xA99D63) is known color: Tallow. HEX triplet: A9, 9D and 63. RGB value is (169,157,99). Sum of RGB (Red+Green+Blue) = 169+157+99=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D63 is #56629C. Grayscale: #9A9A9A. Windows color (decimal): -5661341 or 6528425. OLE color: 6528425.
HSL color Cylindrical-coordinate representation of color #A99D63: hue angle of 49.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A99D63 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 99 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.34 |
| HSL | 49.71º | 0.29% | 0.53% | - |
| HSV(B) | 49.71º | 0.41% | 0.66% | - |
| XYZ | 30.67 | 33.45 | 16.64 | - |
| YUV | 153.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 99 | 0 | 0.07 | 0.41 | 0.34 | 49.71 | 0.29 | 0.53 |
| Hex | A9 | 9D | 63 | 0 | 7 | 29 | 22 | 32 | 1D | 35 |
| Octal | 251 | 235 | 143 | 0 | 7 | 51 | 42 | 62 | 35 | 65 |
| Binary | 10101001 | 10011101 | 1100011 | 0 | 111 | 101001 | 100010 | 110010 | 11101 | 110101 |
Color Harmonies of #A99D63
Complementary color
Monochromatic Colors of #A99D63
Black with #A99D63
Text Example
Text Example
White with #A99D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D63; }
p { color: rgb(169,157,99); }
H1.HeaderClassName
{
color: #A99D63;
}
.AnyTagClassName
{
color: #A99D63;
}
</style>
background-color css
<style>
a { background-color: #A99D63; }
a { background-color: rgb(169,157,99); }
div.DivClassName
{
background-color: #A99D63;
}
.BgClassName
{
background-color: #A99D63;
}
</style>
border-color css
<style>
span { border-color: #A99D63; }
span { border-color: rgb(169,157,99); }
td.TdClassName
{
border-color: #A99D63;
}
.TagClassName
{
border-color: #A99D63;
}
</style>