#A0B49B

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

Shades of Spring Rain #A0B49B

Tints of Spring Rain #A0B49B

Color information

#A0B49B (or 0xA0B49B) is unknown color: approx Spring Rain. HEX triplet: A0, B4 and 9B. RGB value is (160,180,155). Sum of RGB (Red+Green+Blue) = 160+180+155=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49B is #5F4B64. Grayscale: #ABABAB. Windows color (decimal): -6245221 or 10204320. OLE color: 10204320.

HSL color Cylindrical-coordinate representation of color #A0B49B: hue angle of 108º 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 #A0B49B is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB160180155-
CMYK0.1100.140.29
HSL108º14.29%65.69%-
HSV(B)108º13.89%70.59%-
XYZ36.7342.4837.27-
YUV171.17118.87120.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=32.32%
G=36.36%
B=31.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801550.1100.140.2910814.2965.69
HexA0B49BB0E1D6ce42
Octal240264233130163515416102
Binary10100000101101001001101110110111011101110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B49B; }

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

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

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

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

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

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

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

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