Shades of Tallow #AA9C78
Tints of Tallow #AA9C78
RGB
CMYK
RGB Variations
Color information
#AA9C78 (or 0xAA9C78) is known color: Tallow. HEX triplet: AA, 9C and 78. RGB value is (170,156,120). Sum of RGB (Red+Green+Blue) = 170+156+120=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C78 is #556387. Grayscale: #9C9C9C. Windows color (decimal): -5596040 or 7904426. OLE color: 7904426.
HSL color Cylindrical-coordinate representation of color #AA9C78: hue angle of 43.2º 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 #AA9C78 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 120 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.33 |
| HSL | 43.2º | 0.23% | 0.57% | - |
| HSV(B) | 43.2º | 0.29% | 0.67% | - |
| XYZ | 31.86 | 33.68 | 22.59 | - |
| YUV | 156.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 120 | 0 | 0.08 | 0.29 | 0.33 | 43.2 | 0.23 | 0.57 |
| Hex | AA | 9C | 78 | 0 | 8 | 1D | 21 | 2B | 17 | 39 |
| Octal | 252 | 234 | 170 | 0 | 10 | 35 | 41 | 53 | 27 | 71 |
| Binary | 10101010 | 10011100 | 1111000 | 0 | 1000 | 11101 | 100001 | 101011 | 10111 | 111001 |
Color Harmonies of #AA9C78
Complementary color
Monochromatic Colors of #AA9C78
Black with #AA9C78
Text Example
Text Example
White with #AA9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C78; }
p { color: rgb(170,156,120); }
H1.HeaderClassName
{
color: #AA9C78;
}
.AnyTagClassName
{
color: #AA9C78;
}
</style>
background-color css
<style>
a { background-color: #AA9C78; }
a { background-color: rgb(170,156,120); }
div.DivClassName
{
background-color: #AA9C78;
}
.BgClassName
{
background-color: #AA9C78;
}
</style>
border-color css
<style>
span { border-color: #AA9C78; }
span { border-color: rgb(170,156,120); }
td.TdClassName
{
border-color: #AA9C78;
}
.TagClassName
{
border-color: #AA9C78;
}
</style>