#A9BAA0

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

Shades of Spring Rain #A9BAA0

Tints of Spring Rain #A9BAA0

Color information

#A9BAA0 (or 0xA9BAA0) is unknown color: approx Spring Rain. HEX triplet: A9, BA and A0. RGB value is (169,186,160). Sum of RGB (Red+Green+Blue) = 169+186+160=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA0 is #56455F. Grayscale: #B2B2B2. Windows color (decimal): -5653856 or 10533545. OLE color: 10533545.

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

Color convert

RGB169186160-
CMYK0.0900.140.27
HSL99.23º15.85%67.84%-
HSV(B)99.23º13.98%72.94%-
XYZ40.2746.0940.03-
YUV177.95117.87121.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=32.82%
G=36.12%
B=31.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861600.0900.140.2799.2315.8567.84
HexA9BAA090E1B631044
Octal251272240110163314320104
Binary101010011011101010100000100101110110111100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA0; }

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

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

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

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

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

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

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

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