Shades of Tallow #AA986A
Tints of Tallow #AA986A
RGB
CMYK
RGB Variations
Color information
#AA986A (or 0xAA986A) is known color: Tallow. HEX triplet: AA, 98 and 6A. RGB value is (170,152,106). Sum of RGB (Red+Green+Blue) = 170+152+106=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA986A is #556795. Grayscale: #989898. Windows color (decimal): -5597078 or 6985898. OLE color: 6985898.
HSL color Cylindrical-coordinate representation of color #AA986A: hue angle of 43.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA986A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 106 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.33 |
| HSL | 43.13º | 0.27% | 0.54% | - |
| HSV(B) | 43.13º | 0.38% | 0.67% | - |
| XYZ | 30.41 | 32.04 | 18.22 | - |
| YUV | 152.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 106 | 0 | 0.11 | 0.38 | 0.33 | 43.13 | 0.27 | 0.54 |
| Hex | AA | 98 | 6A | 0 | B | 26 | 21 | 2B | 1B | 36 |
| Octal | 252 | 230 | 152 | 0 | 13 | 46 | 41 | 53 | 33 | 66 |
| Binary | 10101010 | 10011000 | 1101010 | 0 | 1011 | 100110 | 100001 | 101011 | 11011 | 110110 |
Color Harmonies of #AA986A
Complementary color
Monochromatic Colors of #AA986A
Black with #AA986A
Text Example
Text Example
White with #AA986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA986A; }
p { color: rgb(170,152,106); }
H1.HeaderClassName
{
color: #AA986A;
}
.AnyTagClassName
{
color: #AA986A;
}
</style>
background-color css
<style>
a { background-color: #AA986A; }
a { background-color: rgb(170,152,106); }
div.DivClassName
{
background-color: #AA986A;
}
.BgClassName
{
background-color: #AA986A;
}
</style>
border-color css
<style>
span { border-color: #AA986A; }
span { border-color: rgb(170,152,106); }
td.TdClassName
{
border-color: #AA986A;
}
.TagClassName
{
border-color: #AA986A;
}
</style>