Shades of Tallow #A8956F
Tints of Tallow #A8956F
RGB
CMYK
RGB Variations
Color information
#A8956F (or 0xA8956F) is known color: Tallow. HEX triplet: A8, 95 and 6F. RGB value is (168,149,111). Sum of RGB (Red+Green+Blue) = 168+149+111=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8956F is #576A90. Grayscale: #969696. Windows color (decimal): -5728913 or 7312808. OLE color: 7312808.
HSL color Cylindrical-coordinate representation of color #A8956F: hue angle of 40º 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 #A8956F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 111 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.34 |
| HSL | 40º | 0.25% | 0.55% | - |
| HSV(B) | 40º | 0.34% | 0.66% | - |
| XYZ | 29.77 | 30.97 | 19.45 | - |
| YUV | 150.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 111 | 0 | 0.11 | 0.34 | 0.34 | 40 | 0.25 | 0.55 |
| Hex | A8 | 95 | 6F | 0 | B | 22 | 22 | 28 | 19 | 37 |
| Octal | 250 | 225 | 157 | 0 | 13 | 42 | 42 | 50 | 31 | 67 |
| Binary | 10101000 | 10010101 | 1101111 | 0 | 1011 | 100010 | 100010 | 101000 | 11001 | 110111 |
Color Harmonies of #A8956F
Complementary color
Monochromatic Colors of #A8956F
Black with #A8956F
Text Example
Text Example
White with #A8956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8956F; }
p { color: rgb(168,149,111); }
H1.HeaderClassName
{
color: #A8956F;
}
.AnyTagClassName
{
color: #A8956F;
}
</style>
background-color css
<style>
a { background-color: #A8956F; }
a { background-color: rgb(168,149,111); }
div.DivClassName
{
background-color: #A8956F;
}
.BgClassName
{
background-color: #A8956F;
}
</style>
border-color css
<style>
span { border-color: #A8956F; }
span { border-color: rgb(168,149,111); }
td.TdClassName
{
border-color: #A8956F;
}
.TagClassName
{
border-color: #A8956F;
}
</style>