#A5A48B

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

Shades of Neutral Green #A5A48B

Tints of Neutral Green #A5A48B

Color information

#A5A48B (or 0xA5A48B) is unknown color: approx Neutral Green. HEX triplet: A5, A4 and 8B. RGB value is (165,164,139). Sum of RGB (Red+Green+Blue) = 165+164+139=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A48B is #5A5B74. Grayscale: #A1A1A1. Windows color (decimal): -5921653 or 9151653. OLE color: 9151653.

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

Color convert

RGB165164139-
CMYK00.010.160.35
HSL57.69º12.62%59.61%-
HSV(B)57.69º15.76%64.71%-
XYZ33.4536.4129.69-
YUV161.45115.33130.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=35.26%
G=35.04%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516413900.010.160.3557.6912.6259.61
HexA5A48B0110233ad3c
Octal245244213012043721574
Binary10100101101001001000101101100001000111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A48B; }

 p { color: rgb(165,164,139); }

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

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

 a { background-color: rgb(165,164,139); }

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

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

 span { border-color: rgb(165,164,139); }

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