#A1B39E

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

Shades of Spring Rain #A1B39E

Tints of Spring Rain #A1B39E

Color information

#A1B39E (or 0xA1B39E) is unknown color: approx Spring Rain. HEX triplet: A1, B3 and 9E. RGB value is (161,179,158). Sum of RGB (Red+Green+Blue) = 161+179+158=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B39E is #5E4C61. Grayscale: #ABABAB. Windows color (decimal): -6179938 or 10400673. OLE color: 10400673.

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

Color convert

RGB161179158-
CMYK0.1000.120.30
HSL111.43º12.14%66.08%-
HSV(B)111.43º11.73%70.2%-
XYZ36.9942.2938.56-
YUV171.22120.54120.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=32.33%
G=35.94%
B=31.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791580.1000.120.30111.4312.1466.08
HexA1B39EA0C1E6fc42
Octal241263236120143615714102
Binary10100001101100111001111010100110011110110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B39E; }

 p { color: rgb(161,179,158); }

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

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

 a { background-color: rgb(161,179,158); }

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

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

 span { border-color: rgb(161,179,158); }

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