Shades of Tallow #AAA06C
Tints of Tallow #AAA06C
RGB
CMYK
RGB Variations
Color information
#AAA06C (or 0xAAA06C) is known color: Tallow. HEX triplet: AA, A0 and 6C. RGB value is (170,160,108). Sum of RGB (Red+Green+Blue) = 170+160+108=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA06C is #555F93. Grayscale: #9D9D9D. Windows color (decimal): -5595028 or 7119018. OLE color: 7119018.
HSL color Cylindrical-coordinate representation of color #AAA06C: hue angle of 50.32º degrees, saturation: 0.27, 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 #AAA06C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 108 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.33 |
| HSL | 50.32º | 0.27% | 0.55% | - |
| HSV(B) | 50.32º | 0.36% | 0.67% | - |
| XYZ | 31.86 | 34.77 | 19.22 | - |
| YUV | 157.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 108 | 0 | 0.06 | 0.36 | 0.33 | 50.32 | 0.27 | 0.55 |
| Hex | AA | A0 | 6C | 0 | 6 | 24 | 21 | 32 | 1B | 37 |
| Octal | 252 | 240 | 154 | 0 | 6 | 44 | 41 | 62 | 33 | 67 |
| Binary | 10101010 | 10100000 | 1101100 | 0 | 110 | 100100 | 100001 | 110010 | 11011 | 110111 |
Color Harmonies of #AAA06C
Complementary color
Monochromatic Colors of #AAA06C
Black with #AAA06C
Text Example
Text Example
White with #AAA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA06C; }
p { color: rgb(170,160,108); }
H1.HeaderClassName
{
color: #AAA06C;
}
.AnyTagClassName
{
color: #AAA06C;
}
</style>
background-color css
<style>
a { background-color: #AAA06C; }
a { background-color: rgb(170,160,108); }
div.DivClassName
{
background-color: #AAA06C;
}
.BgClassName
{
background-color: #AAA06C;
}
</style>
border-color css
<style>
span { border-color: #AAA06C; }
span { border-color: rgb(170,160,108); }
td.TdClassName
{
border-color: #AAA06C;
}
.TagClassName
{
border-color: #AAA06C;
}
</style>