#A7A06E

Color #A7A06E Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A7A06E

Tints of Tallow #A7A06E

Color information

#A7A06E (or 0xA7A06E) is unknown color: approx Tallow. HEX triplet: A7, A0 and 6E. RGB value is (167,160,110). Sum of RGB (Red+Green+Blue) = 167+160+110=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A06E is #585F91. Grayscale: #9C9C9C. Windows color (decimal): -5791634 or 7250087. OLE color: 7250087.

HSL color Cylindrical-coordinate representation of color #A7A06E: hue angle of 52.63º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A06E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB167160110-
CMYK00.040.340.35
HSL52.63º24.46%54.31%-
HSV(B)52.63º34.13%65.49%-
XYZ31.3234.4819.76-
YUV156.39101.82135.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=38.22%
G=36.61%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716011000.040.340.3552.6324.4654.31
HexA7A06E042223351836
Octal247240156044243653066
Binary10100111101000001101110010010001010001111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A06E; }

 p { color: rgb(167,160,110); }

 H1.HeaderClassName
 {
   color: #A7A06E;
 }
 .AnyTagClassName
 {
   color: #A7A06E;
 }
</style>
background-color css

<style>
 a { background-color: #A7A06E; }

 a { background-color: rgb(167,160,110); }

 div.DivClassName
 {
   background-color: #A7A06E;
 }
 .BgClassName
 {
   background-color: #A7A06E;
 }
</style>
border-color css

<style>
 span { border-color: #A7A06E; }

 span { border-color: rgb(167,160,110); }

 td.TdClassName
 {
   border-color: #A7A06E;
 }
 .TagClassName
 {
   border-color: #A7A06E;
 }
</style>