#A2A993

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

Shades of Green Spring #A2A993

Tints of Green Spring #A2A993

Color information

#A2A993 (or 0xA2A993) is unknown color: approx Green Spring. HEX triplet: A2, A9 and 93. RGB value is (162,169,147). Sum of RGB (Red+Green+Blue) = 162+169+147=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A993 is #5D566C. Grayscale: #A4A4A4. Windows color (decimal): -6116973 or 9677218. OLE color: 9677218.

HSL color Cylindrical-coordinate representation of color #A2A993: hue angle of 79.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2A993 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB162169147-
CMYK0.0400.130.34
HSL79.09º11.34%61.96%-
HSV(B)79.09º13.02%66.27%-
XYZ34.3538.1633.16-
YUV164.4118.18126.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=33.89%
G=35.36%
B=30.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691470.0400.130.3479.0911.3461.96
HexA2A99340D224fb3e
Octal2422512234015421171376
Binary1010001010101001100100111000110110001010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A993; }

 p { color: rgb(162,169,147); }

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

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

 a { background-color: rgb(162,169,147); }

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

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

 span { border-color: rgb(162,169,147); }

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