#A9BAA1

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

Shades of Spring Rain #A9BAA1

Tints of Spring Rain #A9BAA1

Color information

#A9BAA1 (or 0xA9BAA1) is unknown color: approx Spring Rain. HEX triplet: A9, BA and A1. RGB value is (169,186,161). Sum of RGB (Red+Green+Blue) = 169+186+161=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA1 is #56455E. Grayscale: #B2B2B2. Windows color (decimal): -5653855 or 10599081. OLE color: 10599081.

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

Color convert

RGB169186161-
CMYK0.0900.130.27
HSL100.8º15.34%68.04%-
HSV(B)100.8º13.44%72.94%-
XYZ40.3546.1340.49-
YUV178.07118.37121.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=32.75%
G=36.05%
B=31.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861610.0900.130.27100.815.3468.04
HexA9BAA190D1B65f44
Octal251272241110153314517104
Binary10101001101110101010000110010110111011110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA1; }

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

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

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

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

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

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

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

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