#A9AD9D

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

Shades of Green Spring #A9AD9D

Tints of Green Spring #A9AD9D

Color information

#A9AD9D (or 0xA9AD9D) is unknown color: approx Green Spring. HEX triplet: A9, AD and 9D. RGB value is (169,173,157). Sum of RGB (Red+Green+Blue) = 169+173+157=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD9D is #565262. Grayscale: #AAAAAA. Windows color (decimal): -5657187 or 10333609. OLE color: 10333609.

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

Color convert

RGB169173157-
CMYK0.0200.090.32
HSL75º8.89%64.71%-
HSV(B)75º9.25%67.84%-
XYZ37.3940.7637.79-
YUV169.98120.67127.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=33.87%
G=34.67%
B=31.46%

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
Decimal1691731570.0200.090.32758.8964.71
HexA9AD9D209204b941
Octal25125523520114011311101
Binary1010100110101101100111011001001100000100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD9D; }

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

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

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

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

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

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

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

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