Shades of Tallow #AA986D
Tints of Tallow #AA986D
RGB
CMYK
RGB Variations
Color information
#AA986D (or 0xAA986D) is known color: Tallow. HEX triplet: AA, 98 and 6D. RGB value is (170,152,109). Sum of RGB (Red+Green+Blue) = 170+152+109=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA986D is #556792. Grayscale: #989898. Windows color (decimal): -5597075 or 7182506. OLE color: 7182506.
HSL color Cylindrical-coordinate representation of color #AA986D: hue angle of 42.3º degrees, saturation: 0.26, 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 #AA986D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 109 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.33 |
| HSL | 42.3º | 0.26% | 0.55% | - |
| HSV(B) | 42.3º | 0.36% | 0.67% | - |
| XYZ | 30.57 | 32.11 | 19.05 | - |
| YUV | 152.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 109 | 0 | 0.11 | 0.36 | 0.33 | 42.3 | 0.26 | 0.55 |
| Hex | AA | 98 | 6D | 0 | B | 24 | 21 | 2A | 1A | 37 |
| Octal | 252 | 230 | 155 | 0 | 13 | 44 | 41 | 52 | 32 | 67 |
| Binary | 10101010 | 10011000 | 1101101 | 0 | 1011 | 100100 | 100001 | 101010 | 11010 | 110111 |
Color Harmonies of #AA986D
Complementary color
Monochromatic Colors of #AA986D
Black with #AA986D
Text Example
Text Example
White with #AA986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA986D; }
p { color: rgb(170,152,109); }
H1.HeaderClassName
{
color: #AA986D;
}
.AnyTagClassName
{
color: #AA986D;
}
</style>
background-color css
<style>
a { background-color: #AA986D; }
a { background-color: rgb(170,152,109); }
div.DivClassName
{
background-color: #AA986D;
}
.BgClassName
{
background-color: #AA986D;
}
</style>
border-color css
<style>
span { border-color: #AA986D; }
span { border-color: rgb(170,152,109); }
td.TdClassName
{
border-color: #AA986D;
}
.TagClassName
{
border-color: #AA986D;
}
</style>