Shades of Tallow #A99A66
Tints of Tallow #A99A66
RGB
CMYK
RGB Variations
Color information
#A99A66 (or 0xA99A66) is known color: Tallow. HEX triplet: A9, 9A and 66. RGB value is (169,154,102). Sum of RGB (Red+Green+Blue) = 169+154+102=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A66 is #566599. Grayscale: #989898. Windows color (decimal): -5662106 or 6724265. OLE color: 6724265.
HSL color Cylindrical-coordinate representation of color #A99A66: hue angle of 46.57º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99A66 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 102 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.34 |
| HSL | 46.57º | 0.28% | 0.53% | - |
| HSV(B) | 46.57º | 0.4% | 0.66% | - |
| XYZ | 30.32 | 32.51 | 17.25 | - |
| YUV | 152.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 102 | 0 | 0.09 | 0.40 | 0.34 | 46.57 | 0.28 | 0.53 |
| Hex | A9 | 9A | 66 | 0 | 9 | 28 | 22 | 2F | 1C | 35 |
| Octal | 251 | 232 | 146 | 0 | 11 | 50 | 42 | 57 | 34 | 65 |
| Binary | 10101001 | 10011010 | 1100110 | 0 | 1001 | 101000 | 100010 | 101111 | 11100 | 110101 |
Color Harmonies of #A99A66
Complementary color
Monochromatic Colors of #A99A66
Black with #A99A66
Text Example
Text Example
White with #A99A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A66; }
p { color: rgb(169,154,102); }
H1.HeaderClassName
{
color: #A99A66;
}
.AnyTagClassName
{
color: #A99A66;
}
</style>
background-color css
<style>
a { background-color: #A99A66; }
a { background-color: rgb(169,154,102); }
div.DivClassName
{
background-color: #A99A66;
}
.BgClassName
{
background-color: #A99A66;
}
</style>
border-color css
<style>
span { border-color: #A99A66; }
span { border-color: rgb(169,154,102); }
td.TdClassName
{
border-color: #A99A66;
}
.TagClassName
{
border-color: #A99A66;
}
</style>