#A9BA9F

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

Shades of Spring Rain #A9BA9F

Tints of Spring Rain #A9BA9F

Color information

#A9BA9F (or 0xA9BA9F) is unknown color: approx Spring Rain. HEX triplet: A9, BA and 9F. RGB value is (169,186,159). Sum of RGB (Red+Green+Blue) = 169+186+159=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA9F is #564560. Grayscale: #B1B1B1. Windows color (decimal): -5653857 or 10468009. OLE color: 10468009.

HSL color Cylindrical-coordinate representation of color #A9BA9F: hue angle of 97.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9BA9F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB169186159-
CMYK0.0900.150.27
HSL97.78º16.36%67.65%-
HSV(B)97.78º14.52%72.94%-
XYZ40.1846.0639.57-
YUV177.84117.37121.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=32.88%
G=36.19%
B=30.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861590.0900.150.2797.7816.3667.65
HexA9BA9F90F1B621044
Octal251272237110173314220104
Binary101010011011101010011111100101111110111100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA9F; }

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

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

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

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

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

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

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

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