#A7AA9B

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

Shades of Green Spring #A7AA9B

Tints of Green Spring #A7AA9B

Color information

#A7AA9B (or 0xA7AA9B) is unknown color: approx Green Spring. HEX triplet: A7, AA and 9B. RGB value is (167,170,155). Sum of RGB (Red+Green+Blue) = 167+170+155=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA9B is #585564. Grayscale: #A7A7A7. Windows color (decimal): -5789029 or 10201767. OLE color: 10201767.

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

Color convert

RGB167170155-
CMYK0.0200.090.33
HSL72º8.11%63.73%-
HSV(B)72º8.82%66.67%-
XYZ36.2339.3336.69-
YUV167.39121.01127.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=33.94%
G=34.55%
B=31.50%

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
Decimal1671701550.0200.090.33728.1163.73
HexA7AA9B2092148840
Octal24725223320114111010100
Binary1010011110101010100110111001001100001100100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA9B; }

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

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

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

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

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

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

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

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