#A9AF9D

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

Shades of Green Spring #A9AF9D

Tints of Green Spring #A9AF9D

Color information

#A9AF9D (or 0xA9AF9D) is unknown color: approx Green Spring. HEX triplet: A9, AF and 9D. RGB value is (169,175,157). Sum of RGB (Red+Green+Blue) = 169+175+157=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF9D is #565062. Grayscale: #ABABAB. Windows color (decimal): -5656675 or 10334121. OLE color: 10334121.

HSL color Cylindrical-coordinate representation of color #A9AF9D: hue angle of 80º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AF9D is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB169175157-
CMYK0.0300.100.31
HSL80º10.11%65.1%-
HSV(B)80º10.29%68.63%-
XYZ37.7841.5337.92-
YUV171.15120.01126.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=33.73%
G=34.93%
B=31.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751570.0300.100.318010.1165.1
HexA9AF9D30A1F50a41
Octal25125723530123712012101
Binary101010011010111110011101110101011111101000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF9D; }

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

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

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

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

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

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

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

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