Shades of Tallow #AA9D6A
Tints of Tallow #AA9D6A
RGB
CMYK
RGB Variations
Color information
#AA9D6A (or 0xAA9D6A) is known color: Tallow. HEX triplet: AA, 9D and 6A. RGB value is (170,157,106). Sum of RGB (Red+Green+Blue) = 170+157+106=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D6A is #556295. Grayscale: #9B9B9B. Windows color (decimal): -5595798 or 6987178. OLE color: 6987178.
HSL color Cylindrical-coordinate representation of color #AA9D6A: hue angle of 47.81º 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 #AA9D6A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 106 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.33 |
| HSL | 47.81º | 0.27% | 0.54% | - |
| HSV(B) | 47.81º | 0.38% | 0.67% | - |
| XYZ | 31.24 | 33.7 | 18.49 | - |
| YUV | 155.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 106 | 0 | 0.08 | 0.38 | 0.33 | 47.81 | 0.27 | 0.54 |
| Hex | AA | 9D | 6A | 0 | 8 | 26 | 21 | 30 | 1B | 36 |
| Octal | 252 | 235 | 152 | 0 | 10 | 46 | 41 | 60 | 33 | 66 |
| Binary | 10101010 | 10011101 | 1101010 | 0 | 1000 | 100110 | 100001 | 110000 | 11011 | 110110 |
Color Harmonies of #AA9D6A
Complementary color
Monochromatic Colors of #AA9D6A
Black with #AA9D6A
Text Example
Text Example
White with #AA9D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D6A; }
p { color: rgb(170,157,106); }
H1.HeaderClassName
{
color: #AA9D6A;
}
.AnyTagClassName
{
color: #AA9D6A;
}
</style>
background-color css
<style>
a { background-color: #AA9D6A; }
a { background-color: rgb(170,157,106); }
div.DivClassName
{
background-color: #AA9D6A;
}
.BgClassName
{
background-color: #AA9D6A;
}
</style>
border-color css
<style>
span { border-color: #AA9D6A; }
span { border-color: rgb(170,157,106); }
td.TdClassName
{
border-color: #AA9D6A;
}
.TagClassName
{
border-color: #AA9D6A;
}
</style>