#A7AB9B

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

Shades of Green Spring #A7AB9B

Tints of Green Spring #A7AB9B

Color information

#A7AB9B (or 0xA7AB9B) is unknown color: approx Green Spring. HEX triplet: A7, AB and 9B. RGB value is (167,171,155). Sum of RGB (Red+Green+Blue) = 167+171+155=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB9B is #585464. Grayscale: #A8A8A8. Windows color (decimal): -5788773 or 10202023. OLE color: 10202023.

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

Color convert

RGB167171155-
CMYK0.0200.090.33
HSL75º8.7%63.92%-
HSV(B)75º9.36%67.06%-
XYZ36.4239.7136.76-
YUV167.98120.67127.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=33.87%
G=34.69%
B=31.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711550.0200.090.33758.763.92
HexA7AB9B209214b940
Octal24725323320114111311100
Binary1010011110101011100110111001001100001100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB9B; }

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

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

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

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

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

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

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

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