#A2AB8D

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

Shades of Green Spring #A2AB8D

Tints of Green Spring #A2AB8D

Color information

#A2AB8D (or 0xA2AB8D) is unknown color: approx Green Spring. HEX triplet: A2, AB and 8D. RGB value is (162,171,141). Sum of RGB (Red+Green+Blue) = 162+171+141=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8D is #5D5472. Grayscale: #A5A5A5. Windows color (decimal): -6116467 or 9284514. OLE color: 9284514.

HSL color Cylindrical-coordinate representation of color #A2AB8D: hue angle of 78º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AB8D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB162171141-
CMYK0.0500.180.33
HSL78º15.15%61.18%-
HSV(B)78º17.54%67.06%-
XYZ34.2738.7330.87-
YUV164.89114.52125.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=34.18%
G=36.08%
B=29.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711410.0500.180.337815.1561.18
HexA2AB8D5012214ef3d
Octal2422532155022411161775
Binary10100010101010111000110110101001010000110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB8D; }

 p { color: rgb(162,171,141); }

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

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

 a { background-color: rgb(162,171,141); }

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

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

 span { border-color: rgb(162,171,141); }

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