#A7AB9D

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

Shades of Green Spring #A7AB9D

Tints of Green Spring #A7AB9D

Color information

#A7AB9D (or 0xA7AB9D) is unknown color: approx Green Spring. HEX triplet: A7, AB and 9D. RGB value is (167,171,157). Sum of RGB (Red+Green+Blue) = 167+171+157=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB9D is #585462. Grayscale: #A8A8A8. Windows color (decimal): -5788771 or 10333095. OLE color: 10333095.

HSL color Cylindrical-coordinate representation of color #A7AB9D: hue angle of 77.14º 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 #A7AB9D is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB167171157-
CMYK0.0200.080.33
HSL77.14º7.69%64.31%-
HSV(B)77.14º8.19%67.06%-
XYZ36.5939.7837.65-
YUV168.21121.67127.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=33.74%
G=34.55%
B=31.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711570.0200.080.3377.147.6964.31
HexA7AB9D208214d840
Octal24725323520104111510100
Binary1010011110101011100111011001000100001100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB9D; }

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

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

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

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

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

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

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

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