#A9AD9B

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

Shades of Green Spring #A9AD9B

Tints of Green Spring #A9AD9B

Color information

#A9AD9B (or 0xA9AD9B) is unknown color: approx Green Spring. HEX triplet: A9, AD and 9B. RGB value is (169,173,155). Sum of RGB (Red+Green+Blue) = 169+173+155=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD9B is #565264. Grayscale: #A9A9A9. Windows color (decimal): -5657189 or 10202537. OLE color: 10202537.

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

Color convert

RGB169173155-
CMYK0.0200.100.32
HSL73.33º9.89%64.31%-
HSV(B)73.33º10.4%67.84%-
XYZ37.2240.6936.9-
YUV169.75119.67127.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=34.00%
G=34.81%
B=31.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731550.0200.100.3273.339.8964.31
HexA9AD9B20A2049a40
Octal25125523320124011112100
Binary1010100110101101100110111001010100000100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD9B; }

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

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

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

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

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

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

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

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