Shades of Tallow #A89A6D
Tints of Tallow #A89A6D
RGB
CMYK
RGB Variations
Color information
#A89A6D (or 0xA89A6D) is known color: Tallow. HEX triplet: A8, 9A and 6D. RGB value is (168,154,109). Sum of RGB (Red+Green+Blue) = 168+154+109=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A6D is #576592. Grayscale: #999999. Windows color (decimal): -5727635 or 7183016. OLE color: 7183016.
HSL color Cylindrical-coordinate representation of color #A89A6D: hue angle of 45.76º 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 #A89A6D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 109 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.34 |
| HSL | 45.76º | 0.25% | 0.54% | - |
| HSV(B) | 45.76º | 0.35% | 0.66% | - |
| XYZ | 30.46 | 32.54 | 19.14 | - |
| YUV | 153.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 109 | 0 | 0.08 | 0.35 | 0.34 | 45.76 | 0.25 | 0.54 |
| Hex | A8 | 9A | 6D | 0 | 8 | 23 | 22 | 2E | 19 | 36 |
| Octal | 250 | 232 | 155 | 0 | 10 | 43 | 42 | 56 | 31 | 66 |
| Binary | 10101000 | 10011010 | 1101101 | 0 | 1000 | 100011 | 100010 | 101110 | 11001 | 110110 |
Color Harmonies of #A89A6D
Complementary color
Monochromatic Colors of #A89A6D
Black with #A89A6D
Text Example
Text Example
White with #A89A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A6D; }
p { color: rgb(168,154,109); }
H1.HeaderClassName
{
color: #A89A6D;
}
.AnyTagClassName
{
color: #A89A6D;
}
</style>
background-color css
<style>
a { background-color: #A89A6D; }
a { background-color: rgb(168,154,109); }
div.DivClassName
{
background-color: #A89A6D;
}
.BgClassName
{
background-color: #A89A6D;
}
</style>
border-color css
<style>
span { border-color: #A89A6D; }
span { border-color: rgb(168,154,109); }
td.TdClassName
{
border-color: #A89A6D;
}
.TagClassName
{
border-color: #A89A6D;
}
</style>