Shades of Tallow #AAA06F
Tints of Tallow #AAA06F
RGB
CMYK
RGB Variations
Color information
#AAA06F (or 0xAAA06F) is known color: Tallow. HEX triplet: AA, A0 and 6F. RGB value is (170,160,111). Sum of RGB (Red+Green+Blue) = 170+160+111=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06F is #555F90. Grayscale: #9D9D9D. Windows color (decimal): -5595025 or 7315626. OLE color: 7315626.
HSL color Cylindrical-coordinate representation of color #AAA06F: hue angle of 49.83º 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 #AAA06F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 111 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.33 |
| HSL | 49.83º | 0.26% | 0.55% | - |
| HSV(B) | 49.83º | 0.35% | 0.67% | - |
| XYZ | 32.02 | 34.84 | 20.08 | - |
| YUV | 157.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 111 | 0 | 0.06 | 0.35 | 0.33 | 49.83 | 0.26 | 0.55 |
| Hex | AA | A0 | 6F | 0 | 6 | 23 | 21 | 32 | 1A | 37 |
| Octal | 252 | 240 | 157 | 0 | 6 | 43 | 41 | 62 | 32 | 67 |
| Binary | 10101010 | 10100000 | 1101111 | 0 | 110 | 100011 | 100001 | 110010 | 11010 | 110111 |
Color Harmonies of #AAA06F
Complementary color
Monochromatic Colors of #AAA06F
Black with #AAA06F
Text Example
Text Example
White with #AAA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06F; }
p { color: rgb(170,160,111); }
H1.HeaderClassName
{
color: #AAA06F;
}
.AnyTagClassName
{
color: #AAA06F;
}
</style>
background-color css
<style>
a { background-color: #AAA06F; }
a { background-color: rgb(170,160,111); }
div.DivClassName
{
background-color: #AAA06F;
}
.BgClassName
{
background-color: #AAA06F;
}
</style>
border-color css
<style>
span { border-color: #AAA06F; }
span { border-color: rgb(170,160,111); }
td.TdClassName
{
border-color: #AAA06F;
}
.TagClassName
{
border-color: #AAA06F;
}
</style>