Shades of Tallow #AA9C6E
Tints of Tallow #AA9C6E
RGB
CMYK
RGB Variations
Color information
#AA9C6E (or 0xAA9C6E) is known color: Tallow. HEX triplet: AA, 9C and 6E. RGB value is (170,156,110). Sum of RGB (Red+Green+Blue) = 170+156+110=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C6E is #556391. Grayscale: #9B9B9B. Windows color (decimal): -5596050 or 7249066. OLE color: 7249066.
HSL color Cylindrical-coordinate representation of color #AA9C6E: hue angle of 46º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA9C6E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 110 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.33 |
| HSL | 46º | 0.26% | 0.55% | - |
| HSV(B) | 46º | 0.35% | 0.67% | - |
| XYZ | 31.28 | 33.45 | 19.56 | - |
| YUV | 154.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 110 | 0 | 0.08 | 0.35 | 0.33 | 46 | 0.26 | 0.55 |
| Hex | AA | 9C | 6E | 0 | 8 | 23 | 21 | 2E | 1A | 37 |
| Octal | 252 | 234 | 156 | 0 | 10 | 43 | 41 | 56 | 32 | 67 |
| Binary | 10101010 | 10011100 | 1101110 | 0 | 1000 | 100011 | 100001 | 101110 | 11010 | 110111 |
Color Harmonies of #AA9C6E
Complementary color
Monochromatic Colors of #AA9C6E
Black with #AA9C6E
Text Example
Text Example
White with #AA9C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C6E; }
p { color: rgb(170,156,110); }
H1.HeaderClassName
{
color: #AA9C6E;
}
.AnyTagClassName
{
color: #AA9C6E;
}
</style>
background-color css
<style>
a { background-color: #AA9C6E; }
a { background-color: rgb(170,156,110); }
div.DivClassName
{
background-color: #AA9C6E;
}
.BgClassName
{
background-color: #AA9C6E;
}
</style>
border-color css
<style>
span { border-color: #AA9C6E; }
span { border-color: rgb(170,156,110); }
td.TdClassName
{
border-color: #AA9C6E;
}
.TagClassName
{
border-color: #AA9C6E;
}
</style>