Shades of Tallow #AAA06D
Tints of Tallow #AAA06D
RGB
CMYK
RGB Variations
Color information
#AAA06D (or 0xAAA06D) is known color: Tallow. HEX triplet: AA, A0 and 6D. RGB value is (170,160,109). Sum of RGB (Red+Green+Blue) = 170+160+109=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06D is #555F92. Grayscale: #9D9D9D. Windows color (decimal): -5595027 or 7184554. OLE color: 7184554.
HSL color Cylindrical-coordinate representation of color #AAA06D: hue angle of 50.16º 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 #AAA06D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 109 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.33 |
| HSL | 50.16º | 0.26% | 0.55% | - |
| HSV(B) | 50.16º | 0.36% | 0.67% | - |
| XYZ | 31.91 | 34.79 | 19.5 | - |
| YUV | 157.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 109 | 0 | 0.06 | 0.36 | 0.33 | 50.16 | 0.26 | 0.55 |
| Hex | AA | A0 | 6D | 0 | 6 | 24 | 21 | 32 | 1A | 37 |
| Octal | 252 | 240 | 155 | 0 | 6 | 44 | 41 | 62 | 32 | 67 |
| Binary | 10101010 | 10100000 | 1101101 | 0 | 110 | 100100 | 100001 | 110010 | 11010 | 110111 |
Color Harmonies of #AAA06D
Complementary color
Monochromatic Colors of #AAA06D
Black with #AAA06D
Text Example
Text Example
White with #AAA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06D; }
p { color: rgb(170,160,109); }
H1.HeaderClassName
{
color: #AAA06D;
}
.AnyTagClassName
{
color: #AAA06D;
}
</style>
background-color css
<style>
a { background-color: #AAA06D; }
a { background-color: rgb(170,160,109); }
div.DivClassName
{
background-color: #AAA06D;
}
.BgClassName
{
background-color: #AAA06D;
}
</style>
border-color css
<style>
span { border-color: #AAA06D; }
span { border-color: rgb(170,160,109); }
td.TdClassName
{
border-color: #AAA06D;
}
.TagClassName
{
border-color: #AAA06D;
}
</style>