#A5A18A

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

Shades of Neutral Green #A5A18A

Tints of Neutral Green #A5A18A

Color information

#A5A18A (or 0xA5A18A) is unknown color: approx Neutral Green. HEX triplet: A5, A1 and 8A. RGB value is (165,161,138). Sum of RGB (Red+Green+Blue) = 165+161+138=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A18A is #5A5E75. Grayscale: #9F9F9F. Windows color (decimal): -5922422 or 9085349. OLE color: 9085349.

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

Color convert

RGB165161138-
CMYK00.020.160.35
HSL51.11º13.04%59.41%-
HSV(B)51.11º16.36%64.71%-
XYZ32.8535.3229.13-
YUV159.57115.83131.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=35.56%
G=34.70%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516113800.020.160.3551.1113.0459.41
HexA5A18A02102333d3b
Octal245241212022043631573
Binary101001011010000110001010010100001000111100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A18A; }

 p { color: rgb(165,161,138); }

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

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

 a { background-color: rgb(165,161,138); }

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

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

 span { border-color: rgb(165,161,138); }

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