#A5A38B

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

Shades of Neutral Green #A5A38B

Tints of Neutral Green #A5A38B

Color information

#A5A38B (or 0xA5A38B) is unknown color: approx Neutral Green. HEX triplet: A5, A3 and 8B. RGB value is (165,163,139). Sum of RGB (Red+Green+Blue) = 165+163+139=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A38B is #5A5C74. Grayscale: #A0A0A0. Windows color (decimal): -5921909 or 9151397. OLE color: 9151397.

HSL color Cylindrical-coordinate representation of color #A5A38B: hue angle of 55.38º 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 #A5A38B is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165163139-
CMYK00.010.160.35
HSL55.38º12.62%59.61%-
HSV(B)55.38º15.76%64.71%-
XYZ33.2736.0629.63-
YUV160.86115.66130.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=35.33%
G=34.90%
B=29.76%

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
Decimal16516313900.010.160.3555.3812.6259.61
HexA5A38B01102337d3c
Octal245243213012043671574
Binary10100101101000111000101101100001000111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A38B; }

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

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

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

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

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

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

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

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