#A9AB9D

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

Shades of Green Spring #A9AB9D

Tints of Green Spring #A9AB9D

Color information

#A9AB9D (or 0xA9AB9D) is unknown color: approx Green Spring. HEX triplet: A9, AB and 9D. RGB value is (169,171,157). Sum of RGB (Red+Green+Blue) = 169+171+157=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB9D is #565462. Grayscale: #A8A8A8. Windows color (decimal): -5657699 or 10333097. OLE color: 10333097.

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

Color convert

RGB169171157-
CMYK0.0100.080.33
HSL68.57º7.69%64.31%-
HSV(B)68.57º8.19%67.06%-
XYZ37.014037.67-
YUV168.81121.34128.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=34.00%
G=34.41%
B=31.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711570.0100.080.3368.577.6964.31
HexA9AB9D1082145840
Octal25125323510104110510100
Binary101010011010101110011101101000100001100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB9D; }

 p { color: rgb(169,171,157); }

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

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

 a { background-color: rgb(169,171,157); }

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

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

 span { border-color: rgb(169,171,157); }

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