Shades of Tallow #AA9D6D
Tints of Tallow #AA9D6D
RGB
CMYK
RGB Variations
Color information
#AA9D6D (or 0xAA9D6D) is known color: Tallow. HEX triplet: AA, 9D and 6D. RGB value is (170,157,109). Sum of RGB (Red+Green+Blue) = 170+157+109=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D6D is #556292. Grayscale: #9B9B9B. Windows color (decimal): -5595795 or 7183786. OLE color: 7183786.
HSL color Cylindrical-coordinate representation of color #AA9D6D: hue angle of 47.21º 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 #AA9D6D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 109 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.33 |
| HSL | 47.21º | 0.26% | 0.55% | - |
| HSV(B) | 47.21º | 0.36% | 0.67% | - |
| XYZ | 31.39 | 33.76 | 19.33 | - |
| YUV | 155.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 109 | 0 | 0.08 | 0.36 | 0.33 | 47.21 | 0.26 | 0.55 |
| Hex | AA | 9D | 6D | 0 | 8 | 24 | 21 | 2F | 1A | 37 |
| Octal | 252 | 235 | 155 | 0 | 10 | 44 | 41 | 57 | 32 | 67 |
| Binary | 10101010 | 10011101 | 1101101 | 0 | 1000 | 100100 | 100001 | 101111 | 11010 | 110111 |
Color Harmonies of #AA9D6D
Complementary color
Monochromatic Colors of #AA9D6D
Black with #AA9D6D
Text Example
Text Example
White with #AA9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D6D; }
p { color: rgb(170,157,109); }
H1.HeaderClassName
{
color: #AA9D6D;
}
.AnyTagClassName
{
color: #AA9D6D;
}
</style>
background-color css
<style>
a { background-color: #AA9D6D; }
a { background-color: rgb(170,157,109); }
div.DivClassName
{
background-color: #AA9D6D;
}
.BgClassName
{
background-color: #AA9D6D;
}
</style>
border-color css
<style>
span { border-color: #AA9D6D; }
span { border-color: rgb(170,157,109); }
td.TdClassName
{
border-color: #AA9D6D;
}
.TagClassName
{
border-color: #AA9D6D;
}
</style>