#A5B49E

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

Shades of Spring Rain #A5B49E

Tints of Spring Rain #A5B49E

Color information

#A5B49E (or 0xA5B49E) is unknown color: approx Spring Rain. HEX triplet: A5, B4 and 9E. RGB value is (165,180,158). Sum of RGB (Red+Green+Blue) = 165+180+158=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49E is #5A4B61. Grayscale: #ADADAD. Windows color (decimal): -5917538 or 10400933. OLE color: 10400933.

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

Color convert

RGB165180158-
CMYK0.0800.120.29
HSL100.91º12.79%66.27%-
HSV(B)100.91º12.22%70.59%-
XYZ38.0143.1138.67-
YUV173.01119.53122.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=32.80%
G=35.79%
B=31.41%

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
Decimal1651801580.0800.120.29100.9112.7966.27
HexA5B49E80C1D65d42
Octal245264236100143514515102
Binary10100101101101001001111010000110011101110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B49E; }

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

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

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

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

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

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

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

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