Shades of Tallow #AA9A6D
Tints of Tallow #AA9A6D
RGB
CMYK
RGB Variations
Color information
#AA9A6D (or 0xAA9A6D) is known color: Tallow. HEX triplet: AA, 9A and 6D. RGB value is (170,154,109). Sum of RGB (Red+Green+Blue) = 170+154+109=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A6D is #556592. Grayscale: #999999. Windows color (decimal): -5596563 or 7183018. OLE color: 7183018.
HSL color Cylindrical-coordinate representation of color #AA9A6D: hue angle of 44.26º 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 #AA9A6D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 109 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.33 |
| HSL | 44.26º | 0.26% | 0.55% | - |
| HSV(B) | 44.26º | 0.36% | 0.67% | - |
| XYZ | 30.89 | 32.76 | 19.16 | - |
| YUV | 153.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 109 | 0 | 0.09 | 0.36 | 0.33 | 44.26 | 0.26 | 0.55 |
| Hex | AA | 9A | 6D | 0 | 9 | 24 | 21 | 2C | 1A | 37 |
| Octal | 252 | 232 | 155 | 0 | 11 | 44 | 41 | 54 | 32 | 67 |
| Binary | 10101010 | 10011010 | 1101101 | 0 | 1001 | 100100 | 100001 | 101100 | 11010 | 110111 |
Color Harmonies of #AA9A6D
Complementary color
Monochromatic Colors of #AA9A6D
Black with #AA9A6D
Text Example
Text Example
White with #AA9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A6D; }
p { color: rgb(170,154,109); }
H1.HeaderClassName
{
color: #AA9A6D;
}
.AnyTagClassName
{
color: #AA9A6D;
}
</style>
background-color css
<style>
a { background-color: #AA9A6D; }
a { background-color: rgb(170,154,109); }
div.DivClassName
{
background-color: #AA9A6D;
}
.BgClassName
{
background-color: #AA9A6D;
}
</style>
border-color css
<style>
span { border-color: #AA9A6D; }
span { border-color: rgb(170,154,109); }
td.TdClassName
{
border-color: #AA9A6D;
}
.TagClassName
{
border-color: #AA9A6D;
}
</style>