Shades of Tallow #AA9E6F
Tints of Tallow #AA9E6F
RGB
CMYK
RGB Variations
Color information
#AA9E6F (or 0xAA9E6F) is known color: Tallow. HEX triplet: AA, 9E and 6F. RGB value is (170,158,111). Sum of RGB (Red+Green+Blue) = 170+158+111=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6F is #556190. Grayscale: #9C9C9C. Windows color (decimal): -5595537 or 7315114. OLE color: 7315114.
HSL color Cylindrical-coordinate representation of color #AA9E6F: hue angle of 47.8º 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 #AA9E6F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 111 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.33 |
| HSL | 47.8º | 0.26% | 0.55% | - |
| HSV(B) | 47.8º | 0.35% | 0.67% | - |
| XYZ | 31.67 | 34.15 | 19.96 | - |
| YUV | 156.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 111 | 0 | 0.07 | 0.35 | 0.33 | 47.8 | 0.26 | 0.55 |
| Hex | AA | 9E | 6F | 0 | 7 | 23 | 21 | 30 | 1A | 37 |
| Octal | 252 | 236 | 157 | 0 | 7 | 43 | 41 | 60 | 32 | 67 |
| Binary | 10101010 | 10011110 | 1101111 | 0 | 111 | 100011 | 100001 | 110000 | 11010 | 110111 |
Color Harmonies of #AA9E6F
Complementary color
Monochromatic Colors of #AA9E6F
Black with #AA9E6F
Text Example
Text Example
White with #AA9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E6F; }
p { color: rgb(170,158,111); }
H1.HeaderClassName
{
color: #AA9E6F;
}
.AnyTagClassName
{
color: #AA9E6F;
}
</style>
background-color css
<style>
a { background-color: #AA9E6F; }
a { background-color: rgb(170,158,111); }
div.DivClassName
{
background-color: #AA9E6F;
}
.BgClassName
{
background-color: #AA9E6F;
}
</style>
border-color css
<style>
span { border-color: #AA9E6F; }
span { border-color: rgb(170,158,111); }
td.TdClassName
{
border-color: #AA9E6F;
}
.TagClassName
{
border-color: #AA9E6F;
}
</style>