#A5B49C

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

Shades of Spring Rain #A5B49C

Tints of Spring Rain #A5B49C

Color information

#A5B49C (or 0xA5B49C) is unknown color: approx Spring Rain. HEX triplet: A5, B4 and 9C. RGB value is (165,180,156). Sum of RGB (Red+Green+Blue) = 165+180+156=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49C is #5A4B63. Grayscale: #ACACAC. Windows color (decimal): -5917540 or 10269861. OLE color: 10269861.

HSL color Cylindrical-coordinate representation of color #A5B49C: hue angle of 97.5º 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 #A5B49C is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB165180156-
CMYK0.0800.130.29
HSL97.5º13.79%65.88%-
HSV(B)97.5º13.33%70.59%-
XYZ37.8443.0437.77-
YUV172.78118.53122.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=32.93%
G=35.93%
B=31.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801560.0800.130.2997.513.7965.88
HexA5B49C80D1D61e42
Octal245264234100153514116102
Binary10100101101101001001110010000110111101110000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B49C; }

 p { color: rgb(165,180,156); }

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

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

 a { background-color: rgb(165,180,156); }

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

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

 span { border-color: rgb(165,180,156); }

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