Shades of Tallow #A89C6D
Tints of Tallow #A89C6D
RGB
CMYK
RGB Variations
Color information
#A89C6D (or 0xA89C6D) is known color: Tallow. HEX triplet: A8, 9C and 6D. RGB value is (168,156,109). Sum of RGB (Red+Green+Blue) = 168+156+109=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C6D is #576392. Grayscale: #9A9A9A. Windows color (decimal): -5727123 or 7183528. OLE color: 7183528.
HSL color Cylindrical-coordinate representation of color #A89C6D: hue angle of 47.8º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89C6D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 109 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.34 |
| HSL | 47.8º | 0.25% | 0.54% | - |
| HSV(B) | 47.8º | 0.35% | 0.66% | - |
| XYZ | 30.8 | 33.21 | 19.25 | - |
| YUV | 154.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 109 | 0 | 0.07 | 0.35 | 0.34 | 47.8 | 0.25 | 0.54 |
| Hex | A8 | 9C | 6D | 0 | 7 | 23 | 22 | 30 | 19 | 36 |
| Octal | 250 | 234 | 155 | 0 | 7 | 43 | 42 | 60 | 31 | 66 |
| Binary | 10101000 | 10011100 | 1101101 | 0 | 111 | 100011 | 100010 | 110000 | 11001 | 110110 |
Color Harmonies of #A89C6D
Complementary color
Monochromatic Colors of #A89C6D
Black with #A89C6D
Text Example
Text Example
White with #A89C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C6D; }
p { color: rgb(168,156,109); }
H1.HeaderClassName
{
color: #A89C6D;
}
.AnyTagClassName
{
color: #A89C6D;
}
</style>
background-color css
<style>
a { background-color: #A89C6D; }
a { background-color: rgb(168,156,109); }
div.DivClassName
{
background-color: #A89C6D;
}
.BgClassName
{
background-color: #A89C6D;
}
</style>
border-color css
<style>
span { border-color: #A89C6D; }
span { border-color: rgb(168,156,109); }
td.TdClassName
{
border-color: #A89C6D;
}
.TagClassName
{
border-color: #A89C6D;
}
</style>