Shades of Tallow #AA9E68
Tints of Tallow #AA9E68
RGB
CMYK
RGB Variations
Color information
#AA9E68 (or 0xAA9E68) is known color: Tallow. HEX triplet: AA, 9E and 68. RGB value is (170,158,104). Sum of RGB (Red+Green+Blue) = 170+158+104=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E68 is #556197. Grayscale: #9B9B9B. Windows color (decimal): -5595544 or 6856362. OLE color: 6856362.
HSL color Cylindrical-coordinate representation of color #AA9E68: hue angle of 49.09º 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 #AA9E68 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 104 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.33 |
| HSL | 49.09º | 0.28% | 0.54% | - |
| HSV(B) | 49.09º | 0.39% | 0.67% | - |
| XYZ | 31.3 | 34 | 18.01 | - |
| YUV | 155.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 104 | 0 | 0.07 | 0.39 | 0.33 | 49.09 | 0.28 | 0.54 |
| Hex | AA | 9E | 68 | 0 | 7 | 27 | 21 | 31 | 1C | 36 |
| Octal | 252 | 236 | 150 | 0 | 7 | 47 | 41 | 61 | 34 | 66 |
| Binary | 10101010 | 10011110 | 1101000 | 0 | 111 | 100111 | 100001 | 110001 | 11100 | 110110 |
Color Harmonies of #AA9E68
Complementary color
Monochromatic Colors of #AA9E68
Black with #AA9E68
Text Example
Text Example
White with #AA9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E68; }
p { color: rgb(170,158,104); }
H1.HeaderClassName
{
color: #AA9E68;
}
.AnyTagClassName
{
color: #AA9E68;
}
</style>
background-color css
<style>
a { background-color: #AA9E68; }
a { background-color: rgb(170,158,104); }
div.DivClassName
{
background-color: #AA9E68;
}
.BgClassName
{
background-color: #AA9E68;
}
</style>
border-color css
<style>
span { border-color: #AA9E68; }
span { border-color: rgb(170,158,104); }
td.TdClassName
{
border-color: #AA9E68;
}
.TagClassName
{
border-color: #AA9E68;
}
</style>