#A9AF9B

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

Shades of Green Spring #A9AF9B

Tints of Green Spring #A9AF9B

Color information

#A9AF9B (or 0xA9AF9B) is unknown color: approx Green Spring. HEX triplet: A9, AF and 9B. RGB value is (169,175,155). Sum of RGB (Red+Green+Blue) = 169+175+155=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF9B is #565064. Grayscale: #ABABAB. Windows color (decimal): -5656677 or 10203049. OLE color: 10203049.

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

Color convert

RGB169175155-
CMYK0.0300.110.31
HSL78º11.11%64.71%-
HSV(B)78º11.43%68.63%-
XYZ37.6141.4637.03-
YUV170.93119.01126.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=33.87%
G=35.07%
B=31.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751550.0300.110.317811.1164.71
HexA9AF9B30B1F4eb41
Octal25125723330133711613101
Binary101010011010111110011011110101111111100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF9B; }

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

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

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

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

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

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

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

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