#A9BAA7

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

Shades of Spring Rain #A9BAA7

Tints of Spring Rain #A9BAA7

Color information

#A9BAA7 (or 0xA9BAA7) is unknown color: approx Spring Rain. HEX triplet: A9, BA and A7. RGB value is (169,186,167). Sum of RGB (Red+Green+Blue) = 169+186+167=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA7 is #564558. Grayscale: #B2B2B2. Windows color (decimal): -5653849 or 10992297. OLE color: 10992297.

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

Color convert

RGB169186167-
CMYK0.0900.100.27
HSL113.68º12.1%69.22%-
HSV(B)113.68º10.22%72.94%-
XYZ40.946.3443.35-
YUV178.75121.37121.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=32.38%
G=35.63%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861670.0900.100.27113.6812.169.22
HexA9BAA790A1B72c45
Octal251272247110123316214105
Binary10101001101110101010011110010101011011111001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAA7; }

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

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

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

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

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

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

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

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