#A5CA9F

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

Shades of Spring Rain #A5CA9F

Tints of Spring Rain #A5CA9F

Color information

#A5CA9F (or 0xA5CA9F) is unknown color: approx Spring Rain. HEX triplet: A5, CA and 9F. RGB value is (165,202,159). Sum of RGB (Red+Green+Blue) = 165+202+159=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA9F is #5A3560. Grayscale: #BABABA. Windows color (decimal): -5911905 or 10472101. OLE color: 10472101.

HSL color Cylindrical-coordinate representation of color #A5CA9F: hue angle of 111.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5CA9F is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB165202159-
CMYK0.1800.210.21
HSL111.63º28.86%70.78%-
HSV(B)111.63º21.29%79.22%-
XYZ42.952.7440.72-
YUV186.04112.74113-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=31.37%
G=38.40%
B=30.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021590.1800.210.21111.6328.8670.78
HexA5CA9F1201515701d47
Octal245312237220252516035107
Binary10100101110010101001111110010010101101011110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA9F; }

 p { color: rgb(165,202,159); }

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

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

 a { background-color: rgb(165,202,159); }

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

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

 span { border-color: rgb(165,202,159); }

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