#A5B39F

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

Shades of Spring Rain #A5B39F

Tints of Spring Rain #A5B39F

Color information

#A5B39F (or 0xA5B39F) is unknown color: approx Spring Rain. HEX triplet: A5, B3 and 9F. RGB value is (165,179,159). Sum of RGB (Red+Green+Blue) = 165+179+159=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B39F is #5A4C60. Grayscale: #ACACAC. Windows color (decimal): -5917793 or 10466213. OLE color: 10466213.

HSL color Cylindrical-coordinate representation of color #A5B39F: hue angle of 102º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B39F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB165179159-
CMYK0.0800.110.30
HSL102º11.63%66.27%-
HSV(B)102º11.17%70.2%-
XYZ37.942.7439.05-
YUV172.53120.36122.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=32.80%
G=35.59%
B=31.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791590.0800.110.3010211.6366.27
HexA5B39F80B1E66c42
Octal245263237100133614614102
Binary10100101101100111001111110000101111110110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B39F; }

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

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

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

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

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

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

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

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