#A4A285

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

Shades of Neutral Green #A4A285

Tints of Neutral Green #A4A285

Color information

#A4A285 (or 0xA4A285) is unknown color: approx Neutral Green. HEX triplet: A4, A2 and 85. RGB value is (164,162,133). Sum of RGB (Red+Green+Blue) = 164+162+133=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A285 is #5B5D7A. Grayscale: #9F9F9F. Windows color (decimal): -5987707 or 8757924. OLE color: 8757924.

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

Color convert

RGB164162133-
CMYK00.010.190.36
HSL56.13º14.55%58.24%-
HSV(B)56.13º18.9%64.31%-
XYZ32.4635.4327.32-
YUV159.29113.16131.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=35.73%
G=35.29%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416213300.010.190.3656.1314.5558.24
HexA4A28501132438f3a
Octal244242205012344701772
Binary10100100101000101000010101100111001001110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A285; }

 p { color: rgb(164,162,133); }

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

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

 a { background-color: rgb(164,162,133); }

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

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

 span { border-color: rgb(164,162,133); }

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