Shades of Tallow #A7A06F
Tints of Tallow #A7A06F
RGB
CMYK
RGB Variations
Color information
#A7A06F (or 0xA7A06F) is known color: Tallow. HEX triplet: A7, A0 and 6F. RGB value is (167,160,111). Sum of RGB (Red+Green+Blue) = 167+160+111=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A06F is #585F90. Grayscale: #9C9C9C. Windows color (decimal): -5791633 or 7315623. OLE color: 7315623.
HSL color Cylindrical-coordinate representation of color #A7A06F: hue angle of 52.5º 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 #A7A06F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 160 | 111 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.35 |
| HSL | 52.5º | 0.24% | 0.55% | - |
| HSV(B) | 52.5º | 0.34% | 0.65% | - |
| XYZ | 31.38 | 34.5 | 20.05 | - |
| YUV | 156.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 111 | 0 | 0.04 | 0.34 | 0.35 | 52.5 | 0.24 | 0.55 |
| Hex | A7 | A0 | 6F | 0 | 4 | 22 | 23 | 34 | 18 | 37 |
| Octal | 247 | 240 | 157 | 0 | 4 | 42 | 43 | 64 | 30 | 67 |
| Binary | 10100111 | 10100000 | 1101111 | 0 | 100 | 100010 | 100011 | 110100 | 11000 | 110111 |
Color Harmonies of #A7A06F
Complementary color
Monochromatic Colors of #A7A06F
Black with #A7A06F
Text Example
Text Example
White with #A7A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A06F; }
p { color: rgb(167,160,111); }
H1.HeaderClassName
{
color: #A7A06F;
}
.AnyTagClassName
{
color: #A7A06F;
}
</style>
background-color css
<style>
a { background-color: #A7A06F; }
a { background-color: rgb(167,160,111); }
div.DivClassName
{
background-color: #A7A06F;
}
.BgClassName
{
background-color: #A7A06F;
}
</style>
border-color css
<style>
span { border-color: #A7A06F; }
span { border-color: rgb(167,160,111); }
td.TdClassName
{
border-color: #A7A06F;
}
.TagClassName
{
border-color: #A7A06F;
}
</style>