Shades of Tallow #AA986F
Tints of Tallow #AA986F
RGB
CMYK
RGB Variations
Color information
#AA986F (or 0xAA986F) is known color: Tallow. HEX triplet: AA, 98 and 6F. RGB value is (170,152,111). Sum of RGB (Red+Green+Blue) = 170+152+111=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA986F is #556790. Grayscale: #989898. Windows color (decimal): -5597073 or 7313578. OLE color: 7313578.
HSL color Cylindrical-coordinate representation of color #AA986F: hue angle of 41.69º 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 #AA986F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 111 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.33 |
| HSL | 41.69º | 0.26% | 0.55% | - |
| HSV(B) | 41.69º | 0.35% | 0.67% | - |
| XYZ | 30.68 | 32.15 | 19.63 | - |
| YUV | 152.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 111 | 0 | 0.11 | 0.35 | 0.33 | 41.69 | 0.26 | 0.55 |
| Hex | AA | 98 | 6F | 0 | B | 23 | 21 | 2A | 1A | 37 |
| Octal | 252 | 230 | 157 | 0 | 13 | 43 | 41 | 52 | 32 | 67 |
| Binary | 10101010 | 10011000 | 1101111 | 0 | 1011 | 100011 | 100001 | 101010 | 11010 | 110111 |
Color Harmonies of #AA986F
Complementary color
Monochromatic Colors of #AA986F
Black with #AA986F
Text Example
Text Example
White with #AA986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA986F; }
p { color: rgb(170,152,111); }
H1.HeaderClassName
{
color: #AA986F;
}
.AnyTagClassName
{
color: #AA986F;
}
</style>
background-color css
<style>
a { background-color: #AA986F; }
a { background-color: rgb(170,152,111); }
div.DivClassName
{
background-color: #AA986F;
}
.BgClassName
{
background-color: #AA986F;
}
</style>
border-color css
<style>
span { border-color: #AA986F; }
span { border-color: rgb(170,152,111); }
td.TdClassName
{
border-color: #AA986F;
}
.TagClassName
{
border-color: #AA986F;
}
</style>