Shades of Tallow #A6987A
Tints of Tallow #A6987A
RGB
CMYK
RGB Variations
Color information
#A6987A (or 0xA6987A) is known color: Tallow. HEX triplet: A6, 98 and 7A. RGB value is (166,152,122). Sum of RGB (Red+Green+Blue) = 166+152+122=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987A is #596785. Grayscale: #989898. Windows color (decimal): -5859206 or 8034470. OLE color: 8034470.
HSL color Cylindrical-coordinate representation of color #A6987A: hue angle of 40.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6987A is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 122 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.35 |
| HSL | 40.91º | 0.2% | 0.56% | - |
| HSV(B) | 40.91º | 0.27% | 0.65% | - |
| XYZ | 30.47 | 31.97 | 22.98 | - |
| YUV | 152.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 122 | 0 | 0.08 | 0.27 | 0.35 | 40.91 | 0.2 | 0.56 |
| Hex | A6 | 98 | 7A | 0 | 8 | 1B | 23 | 29 | 14 | 38 |
| Octal | 246 | 230 | 172 | 0 | 10 | 33 | 43 | 51 | 24 | 70 |
| Binary | 10100110 | 10011000 | 1111010 | 0 | 1000 | 11011 | 100011 | 101001 | 10100 | 111000 |
Color Harmonies of #A6987A
Complementary color
Monochromatic Colors of #A6987A
Black with #A6987A
Text Example
Text Example
White with #A6987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6987A; }
p { color: rgb(166,152,122); }
H1.HeaderClassName
{
color: #A6987A;
}
.AnyTagClassName
{
color: #A6987A;
}
</style>
background-color css
<style>
a { background-color: #A6987A; }
a { background-color: rgb(166,152,122); }
div.DivClassName
{
background-color: #A6987A;
}
.BgClassName
{
background-color: #A6987A;
}
</style>
border-color css
<style>
span { border-color: #A6987A; }
span { border-color: rgb(166,152,122); }
td.TdClassName
{
border-color: #A6987A;
}
.TagClassName
{
border-color: #A6987A;
}
</style>