Shades of Tallow #A8986E
Tints of Tallow #A8986E
RGB
CMYK
RGB Variations
Color information
#A8986E (or 0xA8986E) is known color: Tallow. HEX triplet: A8, 98 and 6E. RGB value is (168,152,110). Sum of RGB (Red+Green+Blue) = 168+152+110=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8986E is #576791. Grayscale: #989898. Windows color (decimal): -5728146 or 7248040. OLE color: 7248040.
HSL color Cylindrical-coordinate representation of color #A8986E: hue angle of 43.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8986E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 110 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.34 |
| HSL | 43.45º | 0.25% | 0.55% | - |
| HSV(B) | 43.45º | 0.35% | 0.66% | - |
| XYZ | 30.19 | 31.91 | 19.32 | - |
| YUV | 152 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 110 | 0 | 0.10 | 0.35 | 0.34 | 43.45 | 0.25 | 0.55 |
| Hex | A8 | 98 | 6E | 0 | A | 23 | 22 | 2B | 19 | 37 |
| Octal | 250 | 230 | 156 | 0 | 12 | 43 | 42 | 53 | 31 | 67 |
| Binary | 10101000 | 10011000 | 1101110 | 0 | 1010 | 100011 | 100010 | 101011 | 11001 | 110111 |
Color Harmonies of #A8986E
Complementary color
Monochromatic Colors of #A8986E
Black with #A8986E
Text Example
Text Example
White with #A8986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8986E; }
p { color: rgb(168,152,110); }
H1.HeaderClassName
{
color: #A8986E;
}
.AnyTagClassName
{
color: #A8986E;
}
</style>
background-color css
<style>
a { background-color: #A8986E; }
a { background-color: rgb(168,152,110); }
div.DivClassName
{
background-color: #A8986E;
}
.BgClassName
{
background-color: #A8986E;
}
</style>
border-color css
<style>
span { border-color: #A8986E; }
span { border-color: rgb(168,152,110); }
td.TdClassName
{
border-color: #A8986E;
}
.TagClassName
{
border-color: #A8986E;
}
</style>