Shades of Tallow #AA9C71
Tints of Tallow #AA9C71
RGB
CMYK
RGB Variations
Color information
#AA9C71 (or 0xAA9C71) is known color: Tallow. HEX triplet: AA, 9C and 71. RGB value is (170,156,113). Sum of RGB (Red+Green+Blue) = 170+156+113=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C71 is #55638E. Grayscale: #9B9B9B. Windows color (decimal): -5596047 or 7445674. OLE color: 7445674.
HSL color Cylindrical-coordinate representation of color #AA9C71: hue angle of 45.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9C71 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 113 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.33 |
| HSL | 45.26º | 0.25% | 0.55% | - |
| HSV(B) | 45.26º | 0.34% | 0.67% | - |
| XYZ | 31.45 | 33.52 | 20.43 | - |
| YUV | 155.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 113 | 0 | 0.08 | 0.34 | 0.33 | 45.26 | 0.25 | 0.55 |
| Hex | AA | 9C | 71 | 0 | 8 | 22 | 21 | 2D | 19 | 37 |
| Octal | 252 | 234 | 161 | 0 | 10 | 42 | 41 | 55 | 31 | 67 |
| Binary | 10101010 | 10011100 | 1110001 | 0 | 1000 | 100010 | 100001 | 101101 | 11001 | 110111 |
Color Harmonies of #AA9C71
Complementary color
Monochromatic Colors of #AA9C71
Black with #AA9C71
Text Example
Text Example
White with #AA9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C71; }
p { color: rgb(170,156,113); }
H1.HeaderClassName
{
color: #AA9C71;
}
.AnyTagClassName
{
color: #AA9C71;
}
</style>
background-color css
<style>
a { background-color: #AA9C71; }
a { background-color: rgb(170,156,113); }
div.DivClassName
{
background-color: #AA9C71;
}
.BgClassName
{
background-color: #AA9C71;
}
</style>
border-color css
<style>
span { border-color: #AA9C71; }
span { border-color: rgb(170,156,113); }
td.TdClassName
{
border-color: #AA9C71;
}
.TagClassName
{
border-color: #AA9C71;
}
</style>