#A9AD9E

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

Shades of Green Spring #A9AD9E

Tints of Green Spring #A9AD9E

Color information

#A9AD9E (or 0xA9AD9E) is unknown color: approx Green Spring. HEX triplet: A9, AD and 9E. RGB value is (169,173,158). Sum of RGB (Red+Green+Blue) = 169+173+158=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD9E is #565261. Grayscale: #AAAAAA. Windows color (decimal): -5657186 or 10399145. OLE color: 10399145.

HSL color Cylindrical-coordinate representation of color #A9AD9E: hue angle of 76º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9AD9E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB169173158-
CMYK0.0200.090.32
HSL76º8.38%64.9%-
HSV(B)76º8.67%67.84%-
XYZ37.4840.7938.25-
YUV170.09121.17127.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=33.8%
G=34.6%
B=31.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731580.0200.090.32768.3864.9
HexA9AD9E209204c841
Octal25125523620114011410101
Binary1010100110101101100111101001001100000100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD9E; }

 p { color: rgb(169,173,158); }

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

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

 a { background-color: rgb(169,173,158); }

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

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

 span { border-color: rgb(169,173,158); }

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