#A7A185

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

Shades of Neutral Green #A7A185

Tints of Neutral Green #A7A185

Color information

#A7A185 (or 0xA7A185) is unknown color: approx Neutral Green. HEX triplet: A7, A1 and 85. RGB value is (167,161,133). Sum of RGB (Red+Green+Blue) = 167+161+133=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A185 is #585E7A. Grayscale: #9F9F9F. Windows color (decimal): -5791355 or 8757671. OLE color: 8757671.

HSL color Cylindrical-coordinate representation of color #A7A185: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7A185 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167161133-
CMYK00.040.200.35
HSL49.41º16.19%58.82%-
HSV(B)49.41º20.36%65.49%-
XYZ32.9135.427.29-
YUV159.6112.99133.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=36.23%
G=34.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716113300.040.200.3549.4116.1958.82
HexA7A18504142331103b
Octal247241205042443612073
Binary10100111101000011000010101001010010001111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A185; }

 p { color: rgb(167,161,133); }

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

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

 a { background-color: rgb(167,161,133); }

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

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

 span { border-color: rgb(167,161,133); }

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