Shades of Tallow #A8986A
Tints of Tallow #A8986A
RGB
CMYK
RGB Variations
Color information
#A8986A (or 0xA8986A) is known color: Tallow. HEX triplet: A8, 98 and 6A. RGB value is (168,152,106). Sum of RGB (Red+Green+Blue) = 168+152+106=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8986A is #576795. Grayscale: #979797. Windows color (decimal): -5728150 or 6985896. OLE color: 6985896.
HSL color Cylindrical-coordinate representation of color #A8986A: hue angle of 44.52º degrees, saturation: 0.26, 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 #A8986A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 106 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.34 |
| HSL | 44.52º | 0.26% | 0.54% | - |
| HSV(B) | 44.52º | 0.37% | 0.66% | - |
| XYZ | 29.98 | 31.82 | 18.2 | - |
| YUV | 151.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 106 | 0 | 0.10 | 0.37 | 0.34 | 44.52 | 0.26 | 0.54 |
| Hex | A8 | 98 | 6A | 0 | A | 25 | 22 | 2D | 1A | 36 |
| Octal | 250 | 230 | 152 | 0 | 12 | 45 | 42 | 55 | 32 | 66 |
| Binary | 10101000 | 10011000 | 1101010 | 0 | 1010 | 100101 | 100010 | 101101 | 11010 | 110110 |
Color Harmonies of #A8986A
Complementary color
Monochromatic Colors of #A8986A
Black with #A8986A
Text Example
Text Example
White with #A8986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8986A; }
p { color: rgb(168,152,106); }
H1.HeaderClassName
{
color: #A8986A;
}
.AnyTagClassName
{
color: #A8986A;
}
</style>
background-color css
<style>
a { background-color: #A8986A; }
a { background-color: rgb(168,152,106); }
div.DivClassName
{
background-color: #A8986A;
}
.BgClassName
{
background-color: #A8986A;
}
</style>
border-color css
<style>
span { border-color: #A8986A; }
span { border-color: rgb(168,152,106); }
td.TdClassName
{
border-color: #A8986A;
}
.TagClassName
{
border-color: #A8986A;
}
</style>