Shades of Tallow #A89D6D
Tints of Tallow #A89D6D
RGB
CMYK
RGB Variations
Color information
#A89D6D (or 0xA89D6D) is known color: Tallow. HEX triplet: A8, 9D and 6D. RGB value is (168,157,109). Sum of RGB (Red+Green+Blue) = 168+157+109=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D6D is #576292. Grayscale: #9B9B9B. Windows color (decimal): -5726867 or 7183784. OLE color: 7183784.
HSL color Cylindrical-coordinate representation of color #A89D6D: hue angle of 48.81º 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 #A89D6D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 109 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.34 |
| HSL | 48.81º | 0.25% | 0.54% | - |
| HSV(B) | 48.81º | 0.35% | 0.66% | - |
| XYZ | 30.97 | 33.54 | 19.31 | - |
| YUV | 154.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 109 | 0 | 0.07 | 0.35 | 0.34 | 48.81 | 0.25 | 0.54 |
| Hex | A8 | 9D | 6D | 0 | 7 | 23 | 22 | 31 | 19 | 36 |
| Octal | 250 | 235 | 155 | 0 | 7 | 43 | 42 | 61 | 31 | 66 |
| Binary | 10101000 | 10011101 | 1101101 | 0 | 111 | 100011 | 100010 | 110001 | 11001 | 110110 |
Color Harmonies of #A89D6D
Complementary color
Monochromatic Colors of #A89D6D
Black with #A89D6D
Text Example
Text Example
White with #A89D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D6D; }
p { color: rgb(168,157,109); }
H1.HeaderClassName
{
color: #A89D6D;
}
.AnyTagClassName
{
color: #A89D6D;
}
</style>
background-color css
<style>
a { background-color: #A89D6D; }
a { background-color: rgb(168,157,109); }
div.DivClassName
{
background-color: #A89D6D;
}
.BgClassName
{
background-color: #A89D6D;
}
</style>
border-color css
<style>
span { border-color: #A89D6D; }
span { border-color: rgb(168,157,109); }
td.TdClassName
{
border-color: #A89D6D;
}
.TagClassName
{
border-color: #A89D6D;
}
</style>