#A9BAA5

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

Shades of Spring Rain #A9BAA5

Tints of Spring Rain #A9BAA5

Color information

#A9BAA5 (or 0xA9BAA5) is unknown color: approx Spring Rain. HEX triplet: A9, BA and A5. RGB value is (169,186,165). Sum of RGB (Red+Green+Blue) = 169+186+165=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA5 is #56455A. Grayscale: #B2B2B2. Windows color (decimal): -5653851 or 10861225. OLE color: 10861225.

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

Color convert

RGB169186165-
CMYK0.0900.110.27
HSL108.57º13.21%68.82%-
HSV(B)108.57º11.29%72.94%-
XYZ40.7146.2742.38-
YUV178.52120.37121.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=32.5%
G=35.77%
B=31.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861650.0900.110.27108.5713.2168.82
HexA9BAA590B1B6dd45
Octal251272245110133315515105
Binary10101001101110101010010110010101111011110110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA5; }

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

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

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

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

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

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

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

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