#A0B49F

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

Shades of Spring Rain #A0B49F

Tints of Spring Rain #A0B49F

Color information

#A0B49F (or 0xA0B49F) is unknown color: approx Spring Rain. HEX triplet: A0, B4 and 9F. RGB value is (160,180,159). Sum of RGB (Red+Green+Blue) = 160+180+159=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49F is #5F4B60. Grayscale: #ABABAB. Windows color (decimal): -6245217 or 10466464. OLE color: 10466464.

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

Color convert

RGB160180159-
CMYK0.1100.120.29
HSL117.14º12.28%66.47%-
HSV(B)117.14º11.67%70.59%-
XYZ37.0842.6239.07-
YUV171.63120.87119.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=32.06%
G=36.07%
B=31.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801590.1100.120.29117.1412.2866.47
HexA0B49FB0C1D75c42
Octal240264237130143516514102
Binary10100000101101001001111110110110011101111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B49F; }

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

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

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

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

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

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

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

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