Shades of Tallow #A89B64
Tints of Tallow #A89B64
RGB
CMYK
RGB Variations
Color information
#A89B64 (or 0xA89B64) is known color: Tallow. HEX triplet: A8, 9B and 64. RGB value is (168,155,100). Sum of RGB (Red+Green+Blue) = 168+155+100=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B64 is #57649B. Grayscale: #989898. Windows color (decimal): -5727388 or 6593448. OLE color: 6593448.
HSL color Cylindrical-coordinate representation of color #A89B64: hue angle of 48.53º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A89B64 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 100 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.34 |
| HSL | 48.53º | 0.28% | 0.53% | - |
| HSV(B) | 48.53º | 0.4% | 0.66% | - |
| XYZ | 30.17 | 32.69 | 16.78 | - |
| YUV | 152.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 100 | 0 | 0.08 | 0.40 | 0.34 | 48.53 | 0.28 | 0.53 |
| Hex | A8 | 9B | 64 | 0 | 8 | 28 | 22 | 31 | 1C | 35 |
| Octal | 250 | 233 | 144 | 0 | 10 | 50 | 42 | 61 | 34 | 65 |
| Binary | 10101000 | 10011011 | 1100100 | 0 | 1000 | 101000 | 100010 | 110001 | 11100 | 110101 |
Color Harmonies of #A89B64
Complementary color
Monochromatic Colors of #A89B64
Black with #A89B64
Text Example
Text Example
White with #A89B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B64; }
p { color: rgb(168,155,100); }
H1.HeaderClassName
{
color: #A89B64;
}
.AnyTagClassName
{
color: #A89B64;
}
</style>
background-color css
<style>
a { background-color: #A89B64; }
a { background-color: rgb(168,155,100); }
div.DivClassName
{
background-color: #A89B64;
}
.BgClassName
{
background-color: #A89B64;
}
</style>
border-color css
<style>
span { border-color: #A89B64; }
span { border-color: rgb(168,155,100); }
td.TdClassName
{
border-color: #A89B64;
}
.TagClassName
{
border-color: #A89B64;
}
</style>