#A0B39B

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

Shades of Spring Rain #A0B39B

Tints of Spring Rain #A0B39B

Color information

#A0B39B (or 0xA0B39B) is unknown color: approx Spring Rain. HEX triplet: A0, B3 and 9B. RGB value is (160,179,155). Sum of RGB (Red+Green+Blue) = 160+179+155=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B39B is #5F4C64. Grayscale: #AAAAAA. Windows color (decimal): -6245477 or 10204064. OLE color: 10204064.

HSL color Cylindrical-coordinate representation of color #A0B39B: hue angle of 107.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B39B is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB160179155-
CMYK0.1100.130.30
HSL107.5º13.64%65.49%-
HSV(B)107.5º13.41%70.2%-
XYZ36.5342.0837.21-
YUV170.58119.21120.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=32.39%
G=36.23%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791550.1100.130.30107.513.6465.49
HexA0B39BB0D1E6be41
Octal240263233130153615316101
Binary10100000101100111001101110110110111110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B39B; }

 p { color: rgb(160,179,155); }

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

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

 a { background-color: rgb(160,179,155); }

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

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

 span { border-color: rgb(160,179,155); }

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