Shades of Tallow #AA9C73
Tints of Tallow #AA9C73
RGB
CMYK
RGB Variations
Color information
#AA9C73 (or 0xAA9C73) is known color: Tallow. HEX triplet: AA, 9C and 73. RGB value is (170,156,115). Sum of RGB (Red+Green+Blue) = 170+156+115=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C73 is #55638C. Grayscale: #9B9B9B. Windows color (decimal): -5596045 or 7576746. OLE color: 7576746.
HSL color Cylindrical-coordinate representation of color #AA9C73: hue angle of 44.73º 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 #AA9C73 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 115 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.33 |
| HSL | 44.73º | 0.24% | 0.56% | - |
| HSV(B) | 44.73º | 0.32% | 0.67% | - |
| XYZ | 31.56 | 33.56 | 21.03 | - |
| YUV | 155.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 115 | 0 | 0.08 | 0.32 | 0.33 | 44.73 | 0.24 | 0.56 |
| Hex | AA | 9C | 73 | 0 | 8 | 20 | 21 | 2D | 18 | 38 |
| Octal | 252 | 234 | 163 | 0 | 10 | 40 | 41 | 55 | 30 | 70 |
| Binary | 10101010 | 10011100 | 1110011 | 0 | 1000 | 100000 | 100001 | 101101 | 11000 | 111000 |
Color Harmonies of #AA9C73
Complementary color
Monochromatic Colors of #AA9C73
Black with #AA9C73
Text Example
Text Example
White with #AA9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C73; }
p { color: rgb(170,156,115); }
H1.HeaderClassName
{
color: #AA9C73;
}
.AnyTagClassName
{
color: #AA9C73;
}
</style>
background-color css
<style>
a { background-color: #AA9C73; }
a { background-color: rgb(170,156,115); }
div.DivClassName
{
background-color: #AA9C73;
}
.BgClassName
{
background-color: #AA9C73;
}
</style>
border-color css
<style>
span { border-color: #AA9C73; }
span { border-color: rgb(170,156,115); }
td.TdClassName
{
border-color: #AA9C73;
}
.TagClassName
{
border-color: #AA9C73;
}
</style>