Shades of Tallow #AA9C6D
Tints of Tallow #AA9C6D
RGB
CMYK
RGB Variations
Color information
#AA9C6D (or 0xAA9C6D) is known color: Tallow. HEX triplet: AA, 9C and 6D. RGB value is (170,156,109). Sum of RGB (Red+Green+Blue) = 170+156+109=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C6D is #556392. Grayscale: #9B9B9B. Windows color (decimal): -5596051 or 7183530. OLE color: 7183530.
HSL color Cylindrical-coordinate representation of color #AA9C6D: hue angle of 46.23º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9C6D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 109 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.33 |
| HSL | 46.23º | 0.26% | 0.55% | - |
| HSV(B) | 46.23º | 0.36% | 0.67% | - |
| XYZ | 31.23 | 33.43 | 19.27 | - |
| YUV | 154.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 109 | 0 | 0.08 | 0.36 | 0.33 | 46.23 | 0.26 | 0.55 |
| Hex | AA | 9C | 6D | 0 | 8 | 24 | 21 | 2E | 1A | 37 |
| Octal | 252 | 234 | 155 | 0 | 10 | 44 | 41 | 56 | 32 | 67 |
| Binary | 10101010 | 10011100 | 1101101 | 0 | 1000 | 100100 | 100001 | 101110 | 11010 | 110111 |
Color Harmonies of #AA9C6D
Complementary color
Monochromatic Colors of #AA9C6D
Black with #AA9C6D
Text Example
Text Example
White with #AA9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C6D; }
p { color: rgb(170,156,109); }
H1.HeaderClassName
{
color: #AA9C6D;
}
.AnyTagClassName
{
color: #AA9C6D;
}
</style>
background-color css
<style>
a { background-color: #AA9C6D; }
a { background-color: rgb(170,156,109); }
div.DivClassName
{
background-color: #AA9C6D;
}
.BgClassName
{
background-color: #AA9C6D;
}
</style>
border-color css
<style>
span { border-color: #AA9C6D; }
span { border-color: rgb(170,156,109); }
td.TdClassName
{
border-color: #AA9C6D;
}
.TagClassName
{
border-color: #AA9C6D;
}
</style>