#A9AF9F

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

Shades of Green Spring #A9AF9F

Tints of Green Spring #A9AF9F

Color information

#A9AF9F (or 0xA9AF9F) is unknown color: approx Green Spring. HEX triplet: A9, AF and 9F. RGB value is (169,175,159). Sum of RGB (Red+Green+Blue) = 169+175+159=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF9F is #565060. Grayscale: #ABABAB. Windows color (decimal): -5656673 or 10465193. OLE color: 10465193.

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

Color convert

RGB169175159-
CMYK0.0300.090.31
HSL82.5º9.09%65.49%-
HSV(B)82.5º9.14%68.63%-
XYZ37.9541.638.83-
YUV171.38121.01126.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=33.60%
G=34.79%
B=31.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751590.0300.090.3182.59.0965.49
HexA9AF9F3091F52941
Octal25125723730113712211101
Binary101010011010111110011111110100111111101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF9F; }

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

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

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

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

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

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

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

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