#A2A39F

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

Shades of Green Spring #A2A39F

Tints of Green Spring #A2A39F

Color information

#A2A39F (or 0xA2A39F) is unknown color: approx Green Spring. HEX triplet: A2, A3 and 9F. RGB value is (162,163,159). Sum of RGB (Red+Green+Blue) = 162+163+159=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A39F is #5D5C60. Grayscale: #A2A2A2. Windows color (decimal): -6118497 or 10462114. OLE color: 10462114.

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

Color convert

RGB162163159-
CMYK0.0100.020.36
HSL75º2.13%63.14%-
HSV(B)75º2.45%63.92%-
XYZ34.2636.3838.02-
YUV162.24126.17127.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=33.47%
G=33.68%
B=32.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631590.0100.020.36752.1363.14
HexA2A39F102244b23f
Octal24224323710244113277
Binary1010001010100011100111111010100100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A39F; }

 p { color: rgb(162,163,159); }

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

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

 a { background-color: rgb(162,163,159); }

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

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

 span { border-color: rgb(162,163,159); }

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