Shades of Tallow #A7976F
Tints of Tallow #A7976F
RGB
CMYK
RGB Variations
Color information
#A7976F (or 0xA7976F) is known color: Tallow. HEX triplet: A7, 97 and 6F. RGB value is (167,151,111). Sum of RGB (Red+Green+Blue) = 167+151+111=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7976F is #586890. Grayscale: #979797. Windows color (decimal): -5793937 or 7313319. OLE color: 7313319.
HSL color Cylindrical-coordinate representation of color #A7976F: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7976F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 111 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.35 |
| HSL | 42.86º | 0.24% | 0.55% | - |
| HSV(B) | 42.86º | 0.34% | 0.65% | - |
| XYZ | 29.87 | 31.5 | 19.54 | - |
| YUV | 151.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 111 | 0 | 0.10 | 0.34 | 0.35 | 42.86 | 0.24 | 0.55 |
| Hex | A7 | 97 | 6F | 0 | A | 22 | 23 | 2B | 18 | 37 |
| Octal | 247 | 227 | 157 | 0 | 12 | 42 | 43 | 53 | 30 | 67 |
| Binary | 10100111 | 10010111 | 1101111 | 0 | 1010 | 100010 | 100011 | 101011 | 11000 | 110111 |
Color Harmonies of #A7976F
Complementary color
Monochromatic Colors of #A7976F
Black with #A7976F
Text Example
Text Example
White with #A7976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7976F; }
p { color: rgb(167,151,111); }
H1.HeaderClassName
{
color: #A7976F;
}
.AnyTagClassName
{
color: #A7976F;
}
</style>
background-color css
<style>
a { background-color: #A7976F; }
a { background-color: rgb(167,151,111); }
div.DivClassName
{
background-color: #A7976F;
}
.BgClassName
{
background-color: #A7976F;
}
</style>
border-color css
<style>
span { border-color: #A7976F; }
span { border-color: rgb(167,151,111); }
td.TdClassName
{
border-color: #A7976F;
}
.TagClassName
{
border-color: #A7976F;
}
</style>