Shades of Tallow #AA9C6A
Tints of Tallow #AA9C6A
RGB
CMYK
RGB Variations
Color information
#AA9C6A (or 0xAA9C6A) is known color: Tallow. HEX triplet: AA, 9C and 6A. RGB value is (170,156,106). Sum of RGB (Red+Green+Blue) = 170+156+106=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C6A is #556395. Grayscale: #9A9A9A. Windows color (decimal): -5596054 or 6986922. OLE color: 6986922.
HSL color Cylindrical-coordinate representation of color #AA9C6A: hue angle of 46.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9C6A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 106 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.33 |
| HSL | 46.88º | 0.27% | 0.54% | - |
| HSV(B) | 46.88º | 0.38% | 0.67% | - |
| XYZ | 31.07 | 33.36 | 18.44 | - |
| YUV | 154.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 106 | 0 | 0.08 | 0.38 | 0.33 | 46.88 | 0.27 | 0.54 |
| Hex | AA | 9C | 6A | 0 | 8 | 26 | 21 | 2F | 1B | 36 |
| Octal | 252 | 234 | 152 | 0 | 10 | 46 | 41 | 57 | 33 | 66 |
| Binary | 10101010 | 10011100 | 1101010 | 0 | 1000 | 100110 | 100001 | 101111 | 11011 | 110110 |
Color Harmonies of #AA9C6A
Complementary color
Monochromatic Colors of #AA9C6A
Black with #AA9C6A
Text Example
Text Example
White with #AA9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C6A; }
p { color: rgb(170,156,106); }
H1.HeaderClassName
{
color: #AA9C6A;
}
.AnyTagClassName
{
color: #AA9C6A;
}
</style>
background-color css
<style>
a { background-color: #AA9C6A; }
a { background-color: rgb(170,156,106); }
div.DivClassName
{
background-color: #AA9C6A;
}
.BgClassName
{
background-color: #AA9C6A;
}
</style>
border-color css
<style>
span { border-color: #AA9C6A; }
span { border-color: rgb(170,156,106); }
td.TdClassName
{
border-color: #AA9C6A;
}
.TagClassName
{
border-color: #AA9C6A;
}
</style>