Shades of Tallow #AA9F68
Tints of Tallow #AA9F68
RGB
CMYK
RGB Variations
Color information
#AA9F68 (or 0xAA9F68) is known color: Tallow. HEX triplet: AA, 9F and 68. RGB value is (170,159,104). Sum of RGB (Red+Green+Blue) = 170+159+104=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F68 is #556097. Grayscale: #9C9C9C. Windows color (decimal): -5595288 or 6856618. OLE color: 6856618.
HSL color Cylindrical-coordinate representation of color #AA9F68: hue angle of 50º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9F68 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 104 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.33 |
| HSL | 50º | 0.28% | 0.54% | - |
| HSV(B) | 50º | 0.39% | 0.67% | - |
| XYZ | 31.47 | 34.34 | 18.07 | - |
| YUV | 156.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 104 | 0 | 0.06 | 0.39 | 0.33 | 50 | 0.28 | 0.54 |
| Hex | AA | 9F | 68 | 0 | 6 | 27 | 21 | 32 | 1C | 36 |
| Octal | 252 | 237 | 150 | 0 | 6 | 47 | 41 | 62 | 34 | 66 |
| Binary | 10101010 | 10011111 | 1101000 | 0 | 110 | 100111 | 100001 | 110010 | 11100 | 110110 |
Color Harmonies of #AA9F68
Complementary color
Monochromatic Colors of #AA9F68
Black with #AA9F68
Text Example
Text Example
White with #AA9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F68; }
p { color: rgb(170,159,104); }
H1.HeaderClassName
{
color: #AA9F68;
}
.AnyTagClassName
{
color: #AA9F68;
}
</style>
background-color css
<style>
a { background-color: #AA9F68; }
a { background-color: rgb(170,159,104); }
div.DivClassName
{
background-color: #AA9F68;
}
.BgClassName
{
background-color: #AA9F68;
}
</style>
border-color css
<style>
span { border-color: #AA9F68; }
span { border-color: rgb(170,159,104); }
td.TdClassName
{
border-color: #AA9F68;
}
.TagClassName
{
border-color: #AA9F68;
}
</style>