#A9BA9E

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

Shades of Spring Rain #A9BA9E

Tints of Spring Rain #A9BA9E

Color information

#A9BA9E (or 0xA9BA9E) is unknown color: approx Spring Rain. HEX triplet: A9, BA and 9E. RGB value is (169,186,158). Sum of RGB (Red+Green+Blue) = 169+186+158=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA9E is #564561. Grayscale: #B1B1B1. Windows color (decimal): -5653858 or 10402473. OLE color: 10402473.

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

Color convert

RGB169186158-
CMYK0.0900.150.27
HSL96.43º16.87%67.45%-
HSV(B)96.43º15.05%72.94%-
XYZ40.0946.0239.12-
YUV177.72116.87121.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=32.94%
G=36.26%
B=30.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861580.0900.150.2796.4316.8767.45
HexA9BA9E90F1B601143
Octal251272236110173314021103
Binary101010011011101010011110100101111110111100000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA9E; }

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

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

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

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

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

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

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

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