Shades of Tallow #AA9E65
Tints of Tallow #AA9E65
RGB
CMYK
RGB Variations
Color information
#AA9E65 (or 0xAA9E65) is known color: Tallow. HEX triplet: AA, 9E and 65. RGB value is (170,158,101). Sum of RGB (Red+Green+Blue) = 170+158+101=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E65 is #55619A. Grayscale: #9B9B9B. Windows color (decimal): -5595547 or 6659754. OLE color: 6659754.
HSL color Cylindrical-coordinate representation of color #AA9E65: hue angle of 49.57º 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 #AA9E65 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 101 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.33 |
| HSL | 49.57º | 0.29% | 0.53% | - |
| HSV(B) | 49.57º | 0.41% | 0.67% | - |
| XYZ | 31.15 | 33.94 | 17.22 | - |
| YUV | 155.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 101 | 0 | 0.07 | 0.41 | 0.33 | 49.57 | 0.29 | 0.53 |
| Hex | AA | 9E | 65 | 0 | 7 | 29 | 21 | 32 | 1D | 35 |
| Octal | 252 | 236 | 145 | 0 | 7 | 51 | 41 | 62 | 35 | 65 |
| Binary | 10101010 | 10011110 | 1100101 | 0 | 111 | 101001 | 100001 | 110010 | 11101 | 110101 |
Color Harmonies of #AA9E65
Complementary color
Monochromatic Colors of #AA9E65
Black with #AA9E65
Text Example
Text Example
White with #AA9E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E65; }
p { color: rgb(170,158,101); }
H1.HeaderClassName
{
color: #AA9E65;
}
.AnyTagClassName
{
color: #AA9E65;
}
</style>
background-color css
<style>
a { background-color: #AA9E65; }
a { background-color: rgb(170,158,101); }
div.DivClassName
{
background-color: #AA9E65;
}
.BgClassName
{
background-color: #AA9E65;
}
</style>
border-color css
<style>
span { border-color: #AA9E65; }
span { border-color: rgb(170,158,101); }
td.TdClassName
{
border-color: #AA9E65;
}
.TagClassName
{
border-color: #AA9E65;
}
</style>