#A5A287

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

Shades of Neutral Green #A5A287

Tints of Neutral Green #A5A287

Color information

#A5A287 (or 0xA5A287) is unknown color: approx Neutral Green. HEX triplet: A5, A2 and 87. RGB value is (165,162,135). Sum of RGB (Red+Green+Blue) = 165+162+135=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A287 is #5A5D78. Grayscale: #9F9F9F. Windows color (decimal): -5922169 or 8888997. OLE color: 8888997.

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

Color convert

RGB165162135-
CMYK00.020.180.35
HSL54º14.29%58.82%-
HSV(B)54º18.18%64.71%-
XYZ32.8135.5928.06-
YUV159.82113.99131.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=35.71%
G=35.06%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516213500.020.180.355414.2958.82
HexA5A28702122336e3b
Octal245242207022243661673
Binary101001011010001010000111010100101000111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A287; }

 p { color: rgb(165,162,135); }

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

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

 a { background-color: rgb(165,162,135); }

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

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

 span { border-color: rgb(165,162,135); }

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