#A5BAA4

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

Shades of Spring Rain #A5BAA4

Tints of Spring Rain #A5BAA4

Color information

#A5BAA4 (or 0xA5BAA4) is unknown color: approx Spring Rain. HEX triplet: A5, BA and A4. RGB value is (165,186,164). Sum of RGB (Red+Green+Blue) = 165+186+164=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAA4 is #5A455B. Grayscale: #B1B1B1. Windows color (decimal): -5915996 or 10795685. OLE color: 10795685.

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

Color convert

RGB165186164-
CMYK0.1100.120.27
HSL117.27º13.75%68.63%-
HSV(B)117.27º11.83%72.94%-
XYZ39.7845.841.87-
YUV177.21120.54119.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=32.04%
G=36.12%
B=31.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861640.1100.120.27117.2713.7568.63
HexA5BAA4B0C1B75e45
Octal245272244130143316516105
Binary10100101101110101010010010110110011011111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAA4; }

 p { color: rgb(165,186,164); }

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

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

 a { background-color: rgb(165,186,164); }

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

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

 span { border-color: rgb(165,186,164); }

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