Shades of Tallow #AA9965
Tints of Tallow #AA9965
RGB
CMYK
RGB Variations
Color information
#AA9965 (or 0xAA9965) is known color: Tallow. HEX triplet: AA, 99 and 65. RGB value is (170,153,101). Sum of RGB (Red+Green+Blue) = 170+153+101=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9965 is #55669A. Grayscale: #989898. Windows color (decimal): -5596827 or 6658474. OLE color: 6658474.
HSL color Cylindrical-coordinate representation of color #AA9965: hue angle of 45.22º 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 #AA9965 is Cyan = 0, Magento = 0.1, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 101 | - |
| CMYK | 0 | 0.1 | 0.41 | 0.33 |
| HSL | 45.22º | 0.29% | 0.53% | - |
| HSV(B) | 45.22º | 0.41% | 0.67% | - |
| XYZ | 30.32 | 32.27 | 16.94 | - |
| YUV | 152.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 101 | 0 | 0.1 | 0.41 | 0.33 | 45.22 | 0.29 | 0.53 |
| Hex | AA | 99 | 65 | 0 | A | 29 | 21 | 2D | 1D | 35 |
| Octal | 252 | 231 | 145 | 0 | 12 | 51 | 41 | 55 | 35 | 65 |
| Binary | 10101010 | 10011001 | 1100101 | 0 | 1010 | 101001 | 100001 | 101101 | 11101 | 110101 |
Color Harmonies of #AA9965
Complementary color
Monochromatic Colors of #AA9965
Black with #AA9965
Text Example
Text Example
White with #AA9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9965; }
p { color: rgb(170,153,101); }
H1.HeaderClassName
{
color: #AA9965;
}
.AnyTagClassName
{
color: #AA9965;
}
</style>
background-color css
<style>
a { background-color: #AA9965; }
a { background-color: rgb(170,153,101); }
div.DivClassName
{
background-color: #AA9965;
}
.BgClassName
{
background-color: #AA9965;
}
</style>
border-color css
<style>
span { border-color: #AA9965; }
span { border-color: rgb(170,153,101); }
td.TdClassName
{
border-color: #AA9965;
}
.TagClassName
{
border-color: #AA9965;
}
</style>