#A3B19D

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

Shades of Spring Rain #A3B19D

Tints of Spring Rain #A3B19D

Color information

#A3B19D (or 0xA3B19D) is unknown color: approx Spring Rain. HEX triplet: A3, B1 and 9D. RGB value is (163,177,157). Sum of RGB (Red+Green+Blue) = 163+177+157=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B19D is #5C4E62. Grayscale: #AAAAAA. Windows color (decimal): -6049379 or 10334627. OLE color: 10334627.

HSL color Cylindrical-coordinate representation of color #A3B19D: hue angle of 102º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B19D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB163177157-
CMYK0.0800.110.31
HSL102º11.36%65.49%-
HSV(B)102º11.3%69.41%-
XYZ36.9141.6737.99-
YUV170.53120.36122.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=32.80%
G=35.61%
B=31.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771570.0800.110.3110211.3665.49
HexA3B19D80B1F66b41
Octal243261235100133714613101
Binary10100011101100011001110110000101111111110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B19D; }

 p { color: rgb(163,177,157); }

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

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

 a { background-color: rgb(163,177,157); }

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

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

 span { border-color: rgb(163,177,157); }

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