#A0B895

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

Shades of Spring Rain #A0B895

Tints of Spring Rain #A0B895

Color information

#A0B895 (or 0xA0B895) is unknown color: approx Spring Rain. HEX triplet: A0, B8 and 95. RGB value is (160,184,149). Sum of RGB (Red+Green+Blue) = 160+184+149=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B895 is #5F476A. Grayscale: #ACACAC. Windows color (decimal): -6244203 or 9812128. OLE color: 9812128.

HSL color Cylindrical-coordinate representation of color #A0B895: hue angle of 101.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0B895 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB160184149-
CMYK0.1300.190.28
HSL101.14º19.77%65.29%-
HSV(B)101.14º19.02%72.16%-
XYZ37.0643.9234.96-
YUV172.83114.55118.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=32.45%
G=37.32%
B=30.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841490.1300.190.28101.1419.7765.29
HexA0B895D0131C651441
Octal240270225150233414524101
Binary1010000010111000100101011101010011111001100101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B895; }

 p { color: rgb(160,184,149); }

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

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

 a { background-color: rgb(160,184,149); }

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

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

 span { border-color: rgb(160,184,149); }

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