#A2A59D

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

Shades of Green Spring #A2A59D

Tints of Green Spring #A2A59D

Color information

#A2A59D (or 0xA2A59D) is unknown color: approx Green Spring. HEX triplet: A2, A5 and 9D. RGB value is (162,165,157). Sum of RGB (Red+Green+Blue) = 162+165+157=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A59D is #5D5A62. Grayscale: #A3A3A3. Windows color (decimal): -6117987 or 10331554. OLE color: 10331554.

HSL color Cylindrical-coordinate representation of color #A2A59D: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A59D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB162165157-
CMYK0.0200.050.35
HSL82.5º4.26%63.14%-
HSV(B)82.5º4.85%64.71%-
XYZ34.4437.0337.23-
YUV163.19124.51127.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=33.47%
G=34.09%
B=32.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621651570.0200.050.3582.54.2663.14
HexA2A59D205235243f
Octal24224523520543122477
Binary1010001010100101100111011001011000111010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A59D; }

 p { color: rgb(162,165,157); }

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

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

 a { background-color: rgb(162,165,157); }

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

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

 span { border-color: rgb(162,165,157); }

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