Shades of Tallow #A89F6E
Tints of Tallow #A89F6E
RGB
CMYK
RGB Variations
Color information
#A89F6E (or 0xA89F6E) is known color: Tallow. HEX triplet: A8, 9F and 6E. RGB value is (168,159,110). Sum of RGB (Red+Green+Blue) = 168+159+110=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F6E is #576091. Grayscale: #9C9C9C. Windows color (decimal): -5726354 or 7249832. OLE color: 7249832.
HSL color Cylindrical-coordinate representation of color #A89F6E: hue angle of 50.69º 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 #A89F6E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 110 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.34 |
| HSL | 50.69º | 0.25% | 0.55% | - |
| HSV(B) | 50.69º | 0.35% | 0.66% | - |
| XYZ | 31.36 | 34.25 | 19.71 | - |
| YUV | 156.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 110 | 0 | 0.05 | 0.35 | 0.34 | 50.69 | 0.25 | 0.55 |
| Hex | A8 | 9F | 6E | 0 | 5 | 23 | 22 | 33 | 19 | 37 |
| Octal | 250 | 237 | 156 | 0 | 5 | 43 | 42 | 63 | 31 | 67 |
| Binary | 10101000 | 10011111 | 1101110 | 0 | 101 | 100011 | 100010 | 110011 | 11001 | 110111 |
Color Harmonies of #A89F6E
Complementary color
Monochromatic Colors of #A89F6E
Black with #A89F6E
Text Example
Text Example
White with #A89F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F6E; }
p { color: rgb(168,159,110); }
H1.HeaderClassName
{
color: #A89F6E;
}
.AnyTagClassName
{
color: #A89F6E;
}
</style>
background-color css
<style>
a { background-color: #A89F6E; }
a { background-color: rgb(168,159,110); }
div.DivClassName
{
background-color: #A89F6E;
}
.BgClassName
{
background-color: #A89F6E;
}
</style>
border-color css
<style>
span { border-color: #A89F6E; }
span { border-color: rgb(168,159,110); }
td.TdClassName
{
border-color: #A89F6E;
}
.TagClassName
{
border-color: #A89F6E;
}
</style>