Shades of Tallow #AA9A78
Tints of Tallow #AA9A78
RGB
CMYK
RGB Variations
Color information
#AA9A78 (or 0xAA9A78) is known color: Tallow. HEX triplet: AA, 9A and 78. RGB value is (170,154,120). Sum of RGB (Red+Green+Blue) = 170+154+120=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A78 is #556587. Grayscale: #9B9B9B. Windows color (decimal): -5596552 or 7903914. OLE color: 7903914.
HSL color Cylindrical-coordinate representation of color #AA9A78: hue angle of 40.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9A78 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 120 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.33 |
| HSL | 40.8º | 0.23% | 0.57% | - |
| HSV(B) | 40.8º | 0.29% | 0.67% | - |
| XYZ | 31.52 | 33.01 | 22.48 | - |
| YUV | 154.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 120 | 0 | 0.09 | 0.29 | 0.33 | 40.8 | 0.23 | 0.57 |
| Hex | AA | 9A | 78 | 0 | 9 | 1D | 21 | 29 | 17 | 39 |
| Octal | 252 | 232 | 170 | 0 | 11 | 35 | 41 | 51 | 27 | 71 |
| Binary | 10101010 | 10011010 | 1111000 | 0 | 1001 | 11101 | 100001 | 101001 | 10111 | 111001 |
Color Harmonies of #AA9A78
Complementary color
Monochromatic Colors of #AA9A78
Black with #AA9A78
Text Example
Text Example
White with #AA9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A78; }
p { color: rgb(170,154,120); }
H1.HeaderClassName
{
color: #AA9A78;
}
.AnyTagClassName
{
color: #AA9A78;
}
</style>
background-color css
<style>
a { background-color: #AA9A78; }
a { background-color: rgb(170,154,120); }
div.DivClassName
{
background-color: #AA9A78;
}
.BgClassName
{
background-color: #AA9A78;
}
</style>
border-color css
<style>
span { border-color: #AA9A78; }
span { border-color: rgb(170,154,120); }
td.TdClassName
{
border-color: #AA9A78;
}
.TagClassName
{
border-color: #AA9A78;
}
</style>