#A7A48A

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

Shades of Neutral Green #A7A48A

Tints of Neutral Green #A7A48A

Color information

#A7A48A (or 0xA7A48A) is unknown color: approx Neutral Green. HEX triplet: A7, A4 and 8A. RGB value is (167,164,138). Sum of RGB (Red+Green+Blue) = 167+164+138=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A48A is #585B75. Grayscale: #A2A2A2. Windows color (decimal): -5790582 or 9086119. OLE color: 9086119.

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

Color convert

RGB167164138-
CMYK00.020.170.35
HSL53.79º14.15%59.8%-
HSV(B)53.79º17.37%65.49%-
XYZ33.836.629.33-
YUV161.93114.49131.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=35.61%
G=34.97%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716413800.020.170.3553.7914.1559.8
HexA7A48A02112336e3c
Octal247244212022143661674
Binary101001111010010010001010010100011000111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A48A; }

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

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

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

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

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

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

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

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