#A9BAA3

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

Shades of Spring Rain #A9BAA3

Tints of Spring Rain #A9BAA3

Color information

#A9BAA3 (or 0xA9BAA3) is unknown color: approx Spring Rain. HEX triplet: A9, BA and A3. RGB value is (169,186,163). Sum of RGB (Red+Green+Blue) = 169+186+163=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA3 is #56455C. Grayscale: #B2B2B2. Windows color (decimal): -5653853 or 10730153. OLE color: 10730153.

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

Color convert

RGB169186163-
CMYK0.0900.120.27
HSL104.35º14.29%68.43%-
HSV(B)104.35º12.37%72.94%-
XYZ40.5346.241.43-
YUV178.3119.37121.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 163 (64.06% from 255) = 31.47%
R=32.63%
G=35.91%
B=31.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861630.0900.120.27104.3514.2968.43
HexA9BAA390C1B68e44
Octal251272243110143315016104
Binary10101001101110101010001110010110011011110100011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA3; }

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

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

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

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

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

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

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

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