Shades of Tallow #AA9C74
Tints of Tallow #AA9C74
RGB
CMYK
RGB Variations
Color information
#AA9C74 (or 0xAA9C74) is known color: Tallow. HEX triplet: AA, 9C and 74. RGB value is (170,156,116). Sum of RGB (Red+Green+Blue) = 170+156+116=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C74 is #55638B. Grayscale: #9B9B9B. Windows color (decimal): -5596044 or 7642282. OLE color: 7642282.
HSL color Cylindrical-coordinate representation of color #AA9C74: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9C74 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 116 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.33 |
| HSL | 44.44º | 0.24% | 0.56% | - |
| HSV(B) | 44.44º | 0.32% | 0.67% | - |
| XYZ | 31.62 | 33.58 | 21.34 | - |
| YUV | 155.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 116 | 0 | 0.08 | 0.32 | 0.33 | 44.44 | 0.24 | 0.56 |
| Hex | AA | 9C | 74 | 0 | 8 | 20 | 21 | 2C | 18 | 38 |
| Octal | 252 | 234 | 164 | 0 | 10 | 40 | 41 | 54 | 30 | 70 |
| Binary | 10101010 | 10011100 | 1110100 | 0 | 1000 | 100000 | 100001 | 101100 | 11000 | 111000 |
Color Harmonies of #AA9C74
Complementary color
Monochromatic Colors of #AA9C74
Black with #AA9C74
Text Example
Text Example
White with #AA9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C74; }
p { color: rgb(170,156,116); }
H1.HeaderClassName
{
color: #AA9C74;
}
.AnyTagClassName
{
color: #AA9C74;
}
</style>
background-color css
<style>
a { background-color: #AA9C74; }
a { background-color: rgb(170,156,116); }
div.DivClassName
{
background-color: #AA9C74;
}
.BgClassName
{
background-color: #AA9C74;
}
</style>
border-color css
<style>
span { border-color: #AA9C74; }
span { border-color: rgb(170,156,116); }
td.TdClassName
{
border-color: #AA9C74;
}
.TagClassName
{
border-color: #AA9C74;
}
</style>