#A5B49F

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

Shades of Spring Rain #A5B49F

Tints of Spring Rain #A5B49F

Color information

#A5B49F (or 0xA5B49F) is unknown color: approx Spring Rain. HEX triplet: A5, B4 and 9F. RGB value is (165,180,159). Sum of RGB (Red+Green+Blue) = 165+180+159=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49F is #5A4B60. Grayscale: #ADADAD. Windows color (decimal): -5917537 or 10466469. OLE color: 10466469.

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

Color convert

RGB165180159-
CMYK0.0800.120.29
HSL102.86º12.28%66.47%-
HSV(B)102.86º11.67%70.59%-
XYZ38.143.1539.12-
YUV173.12120.03122.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=32.74%
G=35.71%
B=31.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801590.0800.120.29102.8612.2866.47
HexA5B49F80C1D67c42
Octal245264237100143514714102
Binary10100101101101001001111110000110011101110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B49F; }

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

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

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

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

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

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

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

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