Shades of Tallow #AAA06B
Tints of Tallow #AAA06B
RGB
CMYK
RGB Variations
Color information
#AAA06B (or 0xAAA06B) is known color: Tallow. HEX triplet: AA, A0 and 6B. RGB value is (170,160,107). Sum of RGB (Red+Green+Blue) = 170+160+107=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06B is #555F94. Grayscale: #9D9D9D. Windows color (decimal): -5595029 or 7053482. OLE color: 7053482.
HSL color Cylindrical-coordinate representation of color #AAA06B: hue angle of 50.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA06B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 107 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.33 |
| HSL | 50.48º | 0.27% | 0.54% | - |
| HSV(B) | 50.48º | 0.37% | 0.67% | - |
| XYZ | 31.8 | 34.75 | 18.94 | - |
| YUV | 156.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 107 | 0 | 0.06 | 0.37 | 0.33 | 50.48 | 0.27 | 0.54 |
| Hex | AA | A0 | 6B | 0 | 6 | 25 | 21 | 32 | 1B | 36 |
| Octal | 252 | 240 | 153 | 0 | 6 | 45 | 41 | 62 | 33 | 66 |
| Binary | 10101010 | 10100000 | 1101011 | 0 | 110 | 100101 | 100001 | 110010 | 11011 | 110110 |
Color Harmonies of #AAA06B
Complementary color
Monochromatic Colors of #AAA06B
Black with #AAA06B
Text Example
Text Example
White with #AAA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06B; }
p { color: rgb(170,160,107); }
H1.HeaderClassName
{
color: #AAA06B;
}
.AnyTagClassName
{
color: #AAA06B;
}
</style>
background-color css
<style>
a { background-color: #AAA06B; }
a { background-color: rgb(170,160,107); }
div.DivClassName
{
background-color: #AAA06B;
}
.BgClassName
{
background-color: #AAA06B;
}
</style>
border-color css
<style>
span { border-color: #AAA06B; }
span { border-color: rgb(170,160,107); }
td.TdClassName
{
border-color: #AAA06B;
}
.TagClassName
{
border-color: #AAA06B;
}
</style>