Shades of Tallow #A9986A
Tints of Tallow #A9986A
RGB
CMYK
RGB Variations
Color information
#A9986A (or 0xA9986A) is known color: Tallow. HEX triplet: A9, 98 and 6A. RGB value is (169,152,106). Sum of RGB (Red+Green+Blue) = 169+152+106=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9986A is #566795. Grayscale: #989898. Windows color (decimal): -5662614 or 6985897. OLE color: 6985897.
HSL color Cylindrical-coordinate representation of color #A9986A: hue angle of 43.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9986A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 106 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.34 |
| HSL | 43.81º | 0.27% | 0.54% | - |
| HSV(B) | 43.81º | 0.37% | 0.66% | - |
| XYZ | 30.19 | 31.93 | 18.21 | - |
| YUV | 151.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 106 | 0 | 0.10 | 0.37 | 0.34 | 43.81 | 0.27 | 0.54 |
| Hex | A9 | 98 | 6A | 0 | A | 25 | 22 | 2C | 1B | 36 |
| Octal | 251 | 230 | 152 | 0 | 12 | 45 | 42 | 54 | 33 | 66 |
| Binary | 10101001 | 10011000 | 1101010 | 0 | 1010 | 100101 | 100010 | 101100 | 11011 | 110110 |
Color Harmonies of #A9986A
Complementary color
Monochromatic Colors of #A9986A
Black with #A9986A
Text Example
Text Example
White with #A9986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9986A; }
p { color: rgb(169,152,106); }
H1.HeaderClassName
{
color: #A9986A;
}
.AnyTagClassName
{
color: #A9986A;
}
</style>
background-color css
<style>
a { background-color: #A9986A; }
a { background-color: rgb(169,152,106); }
div.DivClassName
{
background-color: #A9986A;
}
.BgClassName
{
background-color: #A9986A;
}
</style>
border-color css
<style>
span { border-color: #A9986A; }
span { border-color: rgb(169,152,106); }
td.TdClassName
{
border-color: #A9986A;
}
.TagClassName
{
border-color: #A9986A;
}
</style>