#A3B49B

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

Shades of Spring Rain #A3B49B

Tints of Spring Rain #A3B49B

Color information

#A3B49B (or 0xA3B49B) is unknown color: approx Spring Rain. HEX triplet: A3, B4 and 9B. RGB value is (163,180,155). Sum of RGB (Red+Green+Blue) = 163+180+155=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B49B is #5C4B64. Grayscale: #ACACAC. Windows color (decimal): -6048613 or 10204323. OLE color: 10204323.

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

Color convert

RGB163180155-
CMYK0.0900.140.29
HSL100.8º14.29%65.69%-
HSV(B)100.8º13.89%70.59%-
XYZ37.3442.837.3-
YUV172.07118.37121.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=32.73%
G=36.14%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801550.0900.140.29100.814.2965.69
HexA3B49B90E1D65e42
Octal243264233110163514516102
Binary10100011101101001001101110010111011101110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B49B; }

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

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

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

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

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

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

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

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