#A5AA9A

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

Shades of Green Spring #A5AA9A

Tints of Green Spring #A5AA9A

Color information

#A5AA9A (or 0xA5AA9A) is unknown color: approx Green Spring. HEX triplet: A5, AA and 9A. RGB value is (165,170,154). Sum of RGB (Red+Green+Blue) = 165+170+154=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA9A is #5A5565. Grayscale: #A6A6A6. Windows color (decimal): -5920102 or 10136229. OLE color: 10136229.

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

Color convert

RGB165170154-
CMYK0.0300.090.33
HSL78.75º8.6%63.53%-
HSV(B)78.75º9.41%66.67%-
XYZ35.7239.0836.23-
YUV166.68120.84126.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=33.74%
G=34.76%
B=31.49%

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
Decimal1651701540.0300.090.3378.758.663.53
HexA5AA9A309214f940
Octal24525223230114111711100
Binary1010010110101010100110101101001100001100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA9A; }

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

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

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

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

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

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

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

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