Shades of Tallow #AAA06A
Tints of Tallow #AAA06A
RGB
CMYK
RGB Variations
Color information
#AAA06A (or 0xAAA06A) is known color: Tallow. HEX triplet: AA, A0 and 6A. RGB value is (170,160,106). Sum of RGB (Red+Green+Blue) = 170+160+106=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06A is #555F95. Grayscale: #9D9D9D. Windows color (decimal): -5595030 or 6987946. OLE color: 6987946.
HSL color Cylindrical-coordinate representation of color #AAA06A: hue angle of 50.62º 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 #AAA06A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 106 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.33 |
| HSL | 50.63º | 0.27% | 0.54% | - |
| HSV(B) | 50.63º | 0.38% | 0.67% | - |
| XYZ | 31.75 | 34.73 | 18.67 | - |
| YUV | 156.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 106 | 0 | 0.06 | 0.38 | 0.33 | 50.63 | 0.27 | 0.54 |
| Hex | AA | A0 | 6A | 0 | 6 | 26 | 21 | 33 | 1B | 36 |
| Octal | 252 | 240 | 152 | 0 | 6 | 46 | 41 | 63 | 33 | 66 |
| Binary | 10101010 | 10100000 | 1101010 | 0 | 110 | 100110 | 100001 | 110011 | 11011 | 110110 |
Color Harmonies of #AAA06A
Complementary color
Monochromatic Colors of #AAA06A
Black with #AAA06A
Text Example
Text Example
White with #AAA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06A; }
p { color: rgb(170,160,106); }
H1.HeaderClassName
{
color: #AAA06A;
}
.AnyTagClassName
{
color: #AAA06A;
}
</style>
background-color css
<style>
a { background-color: #AAA06A; }
a { background-color: rgb(170,160,106); }
div.DivClassName
{
background-color: #AAA06A;
}
.BgClassName
{
background-color: #AAA06A;
}
</style>
border-color css
<style>
span { border-color: #AAA06A; }
span { border-color: rgb(170,160,106); }
td.TdClassName
{
border-color: #AAA06A;
}
.TagClassName
{
border-color: #AAA06A;
}
</style>