#A9BEA5

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

Shades of Spring Rain #A9BEA5

Tints of Spring Rain #A9BEA5

Color information

#A9BEA5 (or 0xA9BEA5) is unknown color: approx Spring Rain. HEX triplet: A9, BE and A5. RGB value is (169,190,165). Sum of RGB (Red+Green+Blue) = 169+190+165=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BEA5 is #56415A. Grayscale: #B4B4B4. Windows color (decimal): -5652827 or 10862249. OLE color: 10862249.

HSL color Cylindrical-coordinate representation of color #A9BEA5: hue angle of 110.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BEA5 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB169190165-
CMYK0.1100.130.25
HSL110.4º16.13%69.61%-
HSV(B)110.4º13.16%74.51%-
XYZ41.5747.9842.67-
YUV180.87119.04119.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=32.25%
G=36.26%
B=31.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901650.1100.130.25110.416.1369.61
HexA9BEA5B0D196e1046
Octal251276245130153115620106
Binary101010011011111010100101101101101110011101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEA5; }

 p { color: rgb(169,190,165); }

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

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

 a { background-color: rgb(169,190,165); }

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

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

 span { border-color: rgb(169,190,165); }

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