#A5B59D

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

Shades of Spring Rain #A5B59D

Tints of Spring Rain #A5B59D

Color information

#A5B59D (or 0xA5B59D) is unknown color: approx Spring Rain. HEX triplet: A5, B5 and 9D. RGB value is (165,181,157). Sum of RGB (Red+Green+Blue) = 165+181+157=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B59D is #5A4A62. Grayscale: #ADADAD. Windows color (decimal): -5917283 or 10335653. OLE color: 10335653.

HSL color Cylindrical-coordinate representation of color #A5B59D: hue angle of 100º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B59D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB165181157-
CMYK0.0900.130.29
HSL100º13.95%66.27%-
HSV(B)100º13.26%70.98%-
XYZ38.1343.4838.28-
YUV173.48118.7121.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=32.80%
G=35.98%
B=31.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811570.0900.130.2910013.9566.27
HexA5B59D90D1D64e42
Octal245265235110153514416102
Binary10100101101101011001110110010110111101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B59D; }

 p { color: rgb(165,181,157); }

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

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

 a { background-color: rgb(165,181,157); }

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

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

 span { border-color: rgb(165,181,157); }

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