#A4A38A

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

Shades of Neutral Green #A4A38A

Tints of Neutral Green #A4A38A

Color information

#A4A38A (or 0xA4A38A) is unknown color: approx Neutral Green. HEX triplet: A4, A3 and 8A. RGB value is (164,163,138). Sum of RGB (Red+Green+Blue) = 164+163+138=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A38A is #5B5C75. Grayscale: #A0A0A0. Windows color (decimal): -5987446 or 9085860. OLE color: 9085860.

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

Color convert

RGB164163138-
CMYK00.010.160.36
HSL57.69º12.5%59.22%-
HSV(B)57.69º15.85%64.31%-
XYZ32.9935.9229.24-
YUV160.45115.33130.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=35.27%
G=35.05%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416313800.010.160.3657.6912.559.22
HexA4A38A0110243ad3b
Octal244243212012044721573
Binary10100100101000111000101001100001001001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A38A; }

 p { color: rgb(164,163,138); }

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

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

 a { background-color: rgb(164,163,138); }

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

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

 span { border-color: rgb(164,163,138); }

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