Shades of Tallow #AAA16F
Tints of Tallow #AAA16F
RGB
CMYK
RGB Variations
Color information
#AAA16F (or 0xAAA16F) is known color: Tallow. HEX triplet: AA, A1 and 6F. RGB value is (170,161,111). Sum of RGB (Red+Green+Blue) = 170+161+111=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA16F is #555E90. Grayscale: #9E9E9E. Windows color (decimal): -5594769 or 7315882. OLE color: 7315882.
HSL color Cylindrical-coordinate representation of color #AAA16F: hue angle of 50.85º 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 #AAA16F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 111 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.33 |
| HSL | 50.85º | 0.26% | 0.55% | - |
| HSV(B) | 50.85º | 0.35% | 0.67% | - |
| XYZ | 32.19 | 35.18 | 20.13 | - |
| YUV | 157.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 111 | 0 | 0.05 | 0.35 | 0.33 | 50.85 | 0.26 | 0.55 |
| Hex | AA | A1 | 6F | 0 | 5 | 23 | 21 | 33 | 1A | 37 |
| Octal | 252 | 241 | 157 | 0 | 5 | 43 | 41 | 63 | 32 | 67 |
| Binary | 10101010 | 10100001 | 1101111 | 0 | 101 | 100011 | 100001 | 110011 | 11010 | 110111 |
Color Harmonies of #AAA16F
Complementary color
Monochromatic Colors of #AAA16F
Black with #AAA16F
Text Example
Text Example
White with #AAA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA16F; }
p { color: rgb(170,161,111); }
H1.HeaderClassName
{
color: #AAA16F;
}
.AnyTagClassName
{
color: #AAA16F;
}
</style>
background-color css
<style>
a { background-color: #AAA16F; }
a { background-color: rgb(170,161,111); }
div.DivClassName
{
background-color: #AAA16F;
}
.BgClassName
{
background-color: #AAA16F;
}
</style>
border-color css
<style>
span { border-color: #AAA16F; }
span { border-color: rgb(170,161,111); }
td.TdClassName
{
border-color: #AAA16F;
}
.TagClassName
{
border-color: #AAA16F;
}
</style>