#A1B895

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

Shades of Spring Rain #A1B895

Tints of Spring Rain #A1B895

Color information

#A1B895 (or 0xA1B895) is unknown color: approx Spring Rain. HEX triplet: A1, B8 and 95. RGB value is (161,184,149). Sum of RGB (Red+Green+Blue) = 161+184+149=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B895 is #5E476A. Grayscale: #ADADAD. Windows color (decimal): -6178667 or 9812129. OLE color: 9812129.

HSL color Cylindrical-coordinate representation of color #A1B895: hue angle of 99.43º 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 #A1B895 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB161184149-
CMYK0.1200.190.28
HSL99.43º19.77%65.29%-
HSV(B)99.43º19.02%72.16%-
XYZ37.2644.0334.97-
YUV173.13114.38119.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=32.59%
G=37.25%
B=30.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841490.1200.190.2899.4319.7765.29
HexA1B895C0131C631441
Octal241270225140233414324101
Binary1010000110111000100101011100010011111001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B895; }

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

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

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

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

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

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

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

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