#A5AA9C

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

Shades of Green Spring #A5AA9C

Tints of Green Spring #A5AA9C

Color information

#A5AA9C (or 0xA5AA9C) is unknown color: approx Green Spring. HEX triplet: A5, AA and 9C. RGB value is (165,170,156). Sum of RGB (Red+Green+Blue) = 165+170+156=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA9C is #5A5563. Grayscale: #A6A6A6. Windows color (decimal): -5920100 or 10267301. OLE color: 10267301.

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

Color convert

RGB165170156-
CMYK0.0300.080.33
HSL81.43º7.61%63.92%-
HSV(B)81.43º8.24%66.67%-
XYZ35.8939.1537.12-
YUV166.91121.84126.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=33.60%
G=34.62%
B=31.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701560.0300.080.3381.437.6163.92
HexA5AA9C3082151840
Octal24525223430104112110100
Binary1010010110101010100111001101000100001101000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA9C; }

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

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

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

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

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

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

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

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