#A5A383

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

Shades of Neutral Green #A5A383

Tints of Neutral Green #A5A383

Color information

#A5A383 (or 0xA5A383) is unknown color: approx Neutral Green. HEX triplet: A5, A3 and 83. RGB value is (165,163,131). Sum of RGB (Red+Green+Blue) = 165+163+131=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A383 is #5A5C7C. Grayscale: #A0A0A0. Windows color (decimal): -5921917 or 8627109. OLE color: 8627109.

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

Color convert

RGB165163131-
CMYK00.010.210.35
HSL56.47º15.89%58.04%-
HSV(B)56.47º20.61%64.71%-
XYZ32.7135.8326.67-
YUV159.95111.66131.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=35.95%
G=35.51%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516313100.010.210.3556.4715.8958.04
HexA5A38301152338103a
Octal245243203012543702072
Binary101001011010001110000011011010110001111100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A383; }

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

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

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

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

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

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

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

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