#A7A47B

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

Shades of Neutral Green #A7A47B

Tints of Neutral Green #A7A47B

Color information

#A7A47B (or 0xA7A47B) is unknown color: approx Neutral Green. HEX triplet: A7, A4 and 7B. RGB value is (167,164,123). Sum of RGB (Red+Green+Blue) = 167+164+123=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A47B is #585B84. Grayscale: #A0A0A0. Windows color (decimal): -5790597 or 8103079. OLE color: 8103079.

HSL color Cylindrical-coordinate representation of color #A7A47B: hue angle of 55.91º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7A47B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167164123-
CMYK00.020.260.35
HSL55.91º20%56.86%-
HSV(B)55.91º26.35%65.49%-
XYZ32.7936.224-
YUV160.22106.99132.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=36.78%
G=36.12%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716412300.020.260.3555.912056.86
HexA7A47B021A23381439
Octal247244173023243702471
Binary101001111010010011110110101101010001111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A47B; }

 p { color: rgb(167,164,123); }

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

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

 a { background-color: rgb(167,164,123); }

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

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

 span { border-color: rgb(167,164,123); }

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