#A5AA9B

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

Shades of Green Spring #A5AA9B

Tints of Green Spring #A5AA9B

Color information

#A5AA9B (or 0xA5AA9B) is unknown color: approx Green Spring. HEX triplet: A5, AA and 9B. RGB value is (165,170,155). Sum of RGB (Red+Green+Blue) = 165+170+155=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA9B is #5A5564. Grayscale: #A6A6A6. Windows color (decimal): -5920101 or 10201765. OLE color: 10201765.

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

Color convert

RGB165170155-
CMYK0.0300.090.33
HSL80º8.11%63.73%-
HSV(B)80º8.82%66.67%-
XYZ35.8139.1236.67-
YUV166.8121.34126.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=33.67%
G=34.69%
B=31.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701550.0300.090.33808.1163.73
HexA5AA9B3092150840
Octal24525223330114112010100
Binary1010010110101010100110111101001100001101000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA9B; }

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

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

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

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

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

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

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

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