Shades of Tallow #AA9A64
Tints of Tallow #AA9A64
RGB
CMYK
RGB Variations
Color information
#AA9A64 (or 0xAA9A64) is known color: Tallow. HEX triplet: AA, 9A and 64. RGB value is (170,154,100). Sum of RGB (Red+Green+Blue) = 170+154+100=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A64 is #55659B. Grayscale: #989898. Windows color (decimal): -5596572 or 6593194. OLE color: 6593194.
HSL color Cylindrical-coordinate representation of color #AA9A64: hue angle of 46.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9A64 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 100 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.33 |
| HSL | 46.29º | 0.29% | 0.53% | - |
| HSV(B) | 46.29º | 0.41% | 0.67% | - |
| XYZ | 30.43 | 32.58 | 16.74 | - |
| YUV | 152.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 100 | 0 | 0.09 | 0.41 | 0.33 | 46.29 | 0.29 | 0.53 |
| Hex | AA | 9A | 64 | 0 | 9 | 29 | 21 | 2E | 1D | 35 |
| Octal | 252 | 232 | 144 | 0 | 11 | 51 | 41 | 56 | 35 | 65 |
| Binary | 10101010 | 10011010 | 1100100 | 0 | 1001 | 101001 | 100001 | 101110 | 11101 | 110101 |
Color Harmonies of #AA9A64
Complementary color
Monochromatic Colors of #AA9A64
Black with #AA9A64
Text Example
Text Example
White with #AA9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A64; }
p { color: rgb(170,154,100); }
H1.HeaderClassName
{
color: #AA9A64;
}
.AnyTagClassName
{
color: #AA9A64;
}
</style>
background-color css
<style>
a { background-color: #AA9A64; }
a { background-color: rgb(170,154,100); }
div.DivClassName
{
background-color: #AA9A64;
}
.BgClassName
{
background-color: #AA9A64;
}
</style>
border-color css
<style>
span { border-color: #AA9A64; }
span { border-color: rgb(170,154,100); }
td.TdClassName
{
border-color: #AA9A64;
}
.TagClassName
{
border-color: #AA9A64;
}
</style>