Shades of Tallow #A79B6F
Tints of Tallow #A79B6F
RGB
CMYK
RGB Variations
Color information
#A79B6F (or 0xA79B6F) is known color: Tallow. HEX triplet: A7, 9B and 6F. RGB value is (167,155,111). Sum of RGB (Red+Green+Blue) = 167+155+111=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B6F is #586490. Grayscale: #999999. Windows color (decimal): -5792913 or 7314343. OLE color: 7314343.
HSL color Cylindrical-coordinate representation of color #A79B6F: hue angle of 47.14º 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 #A79B6F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 111 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.35 |
| HSL | 47.14º | 0.24% | 0.55% | - |
| HSV(B) | 47.14º | 0.34% | 0.65% | - |
| XYZ | 30.53 | 32.81 | 19.76 | - |
| YUV | 153.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 111 | 0 | 0.07 | 0.34 | 0.35 | 47.14 | 0.24 | 0.55 |
| Hex | A7 | 9B | 6F | 0 | 7 | 22 | 23 | 2F | 18 | 37 |
| Octal | 247 | 233 | 157 | 0 | 7 | 42 | 43 | 57 | 30 | 67 |
| Binary | 10100111 | 10011011 | 1101111 | 0 | 111 | 100010 | 100011 | 101111 | 11000 | 110111 |
Color Harmonies of #A79B6F
Complementary color
Monochromatic Colors of #A79B6F
Black with #A79B6F
Text Example
Text Example
White with #A79B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79B6F; }
p { color: rgb(167,155,111); }
H1.HeaderClassName
{
color: #A79B6F;
}
.AnyTagClassName
{
color: #A79B6F;
}
</style>
background-color css
<style>
a { background-color: #A79B6F; }
a { background-color: rgb(167,155,111); }
div.DivClassName
{
background-color: #A79B6F;
}
.BgClassName
{
background-color: #A79B6F;
}
</style>
border-color css
<style>
span { border-color: #A79B6F; }
span { border-color: rgb(167,155,111); }
td.TdClassName
{
border-color: #A79B6F;
}
.TagClassName
{
border-color: #A79B6F;
}
</style>