Shades of Tallow #A89C6F
Tints of Tallow #A89C6F
RGB
CMYK
RGB Variations
Color information
#A89C6F (or 0xA89C6F) is known color: Tallow. HEX triplet: A8, 9C and 6F. RGB value is (168,156,111). Sum of RGB (Red+Green+Blue) = 168+156+111=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C6F is #576390. Grayscale: #9A9A9A. Windows color (decimal): -5727121 or 7314600. OLE color: 7314600.
HSL color Cylindrical-coordinate representation of color #A89C6F: hue angle of 47.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89C6F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 111 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.34 |
| HSL | 47.37º | 0.25% | 0.55% | - |
| HSV(B) | 47.37º | 0.34% | 0.66% | - |
| XYZ | 30.91 | 33.25 | 19.83 | - |
| YUV | 154.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 111 | 0 | 0.07 | 0.34 | 0.34 | 47.37 | 0.25 | 0.55 |
| Hex | A8 | 9C | 6F | 0 | 7 | 22 | 22 | 2F | 19 | 37 |
| Octal | 250 | 234 | 157 | 0 | 7 | 42 | 42 | 57 | 31 | 67 |
| Binary | 10101000 | 10011100 | 1101111 | 0 | 111 | 100010 | 100010 | 101111 | 11001 | 110111 |
Color Harmonies of #A89C6F
Complementary color
Monochromatic Colors of #A89C6F
Black with #A89C6F
Text Example
Text Example
White with #A89C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C6F; }
p { color: rgb(168,156,111); }
H1.HeaderClassName
{
color: #A89C6F;
}
.AnyTagClassName
{
color: #A89C6F;
}
</style>
background-color css
<style>
a { background-color: #A89C6F; }
a { background-color: rgb(168,156,111); }
div.DivClassName
{
background-color: #A89C6F;
}
.BgClassName
{
background-color: #A89C6F;
}
</style>
border-color css
<style>
span { border-color: #A89C6F; }
span { border-color: rgb(168,156,111); }
td.TdClassName
{
border-color: #A89C6F;
}
.TagClassName
{
border-color: #A89C6F;
}
</style>