#A5A384

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

Shades of Neutral Green #A5A384

Tints of Neutral Green #A5A384

Color information

#A5A384 (or 0xA5A384) is unknown color: approx Neutral Green. HEX triplet: A5, A3 and 84. RGB value is (165,163,132). Sum of RGB (Red+Green+Blue) = 165+163+132=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A384 is #5A5C7B. Grayscale: #A0A0A0. Windows color (decimal): -5921916 or 8692645. OLE color: 8692645.

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

Color convert

RGB165163132-
CMYK00.010.200.35
HSL56.36º15.49%58.24%-
HSV(B)56.36º20%64.71%-
XYZ32.7835.8627.02-
YUV160.06112.16131.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=35.87%
G=35.43%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516313200.010.200.3556.3615.4958.24
HexA5A38401142338f3a
Octal245243204012443701772
Binary10100101101000111000010001101001000111110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A384; }

 p { color: rgb(165,163,132); }

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

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

 a { background-color: rgb(165,163,132); }

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

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

 span { border-color: rgb(165,163,132); }

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