Shades of Tallow #AAA06E
Tints of Tallow #AAA06E
RGB
CMYK
RGB Variations
Color information
#AAA06E (or 0xAAA06E) is known color: Tallow. HEX triplet: AA, A0 and 6E. RGB value is (170,160,110). Sum of RGB (Red+Green+Blue) = 170+160+110=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06E is #555F91. Grayscale: #9D9D9D. Windows color (decimal): -5595026 or 7250090. OLE color: 7250090.
HSL color Cylindrical-coordinate representation of color #AAA06E: hue angle of 50º 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 #AAA06E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 110 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.33 |
| HSL | 50º | 0.26% | 0.55% | - |
| HSV(B) | 50º | 0.35% | 0.67% | - |
| XYZ | 31.96 | 34.81 | 19.79 | - |
| YUV | 157.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 110 | 0 | 0.06 | 0.35 | 0.33 | 50 | 0.26 | 0.55 |
| Hex | AA | A0 | 6E | 0 | 6 | 23 | 21 | 32 | 1A | 37 |
| Octal | 252 | 240 | 156 | 0 | 6 | 43 | 41 | 62 | 32 | 67 |
| Binary | 10101010 | 10100000 | 1101110 | 0 | 110 | 100011 | 100001 | 110010 | 11010 | 110111 |
Color Harmonies of #AAA06E
Complementary color
Monochromatic Colors of #AAA06E
Black with #AAA06E
Text Example
Text Example
White with #AAA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06E; }
p { color: rgb(170,160,110); }
H1.HeaderClassName
{
color: #AAA06E;
}
.AnyTagClassName
{
color: #AAA06E;
}
</style>
background-color css
<style>
a { background-color: #AAA06E; }
a { background-color: rgb(170,160,110); }
div.DivClassName
{
background-color: #AAA06E;
}
.BgClassName
{
background-color: #AAA06E;
}
</style>
border-color css
<style>
span { border-color: #AAA06E; }
span { border-color: rgb(170,160,110); }
td.TdClassName
{
border-color: #AAA06E;
}
.TagClassName
{
border-color: #AAA06E;
}
</style>