#A0B49C

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

Shades of Spring Rain #A0B49C

Tints of Spring Rain #A0B49C

Color information

#A0B49C (or 0xA0B49C) is unknown color: approx Spring Rain. HEX triplet: A0, B4 and 9C. RGB value is (160,180,156). Sum of RGB (Red+Green+Blue) = 160+180+156=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49C is #5F4B63. Grayscale: #ABABAB. Windows color (decimal): -6245220 or 10269856. OLE color: 10269856.

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

Color convert

RGB160180156-
CMYK0.1100.130.29
HSL110º13.79%65.88%-
HSV(B)110º13.33%70.59%-
XYZ36.8242.5237.72-
YUV171.28119.37119.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=32.26%
G=36.29%
B=31.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801560.1100.130.2911013.7965.88
HexA0B49CB0D1D6ee42
Octal240264234130153515616102
Binary10100000101101001001110010110110111101110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B49C; }

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

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

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

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

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

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

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

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