#A0B59C

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

Shades of Spring Rain #A0B59C

Tints of Spring Rain #A0B59C

Color information

#A0B59C (or 0xA0B59C) is unknown color: approx Spring Rain. HEX triplet: A0, B5 and 9C. RGB value is (160,181,156). Sum of RGB (Red+Green+Blue) = 160+181+156=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B59C is #5F4A63. Grayscale: #ABABAB. Windows color (decimal): -6244964 or 10270112. OLE color: 10270112.

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

Color convert

RGB160181156-
CMYK0.1200.140.29
HSL110.4º14.45%66.08%-
HSV(B)110.4º13.81%70.98%-
XYZ37.0242.9237.79-
YUV171.87119.04119.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=32.19%
G=36.42%
B=31.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811560.1200.140.29110.414.4566.08
HexA0B59CC0E1D6ee42
Octal240265234140163515616102
Binary10100000101101011001110011000111011101110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B59C; }

 p { color: rgb(160,181,156); }

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

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

 a { background-color: rgb(160,181,156); }

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

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

 span { border-color: rgb(160,181,156); }

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