#A3B19E

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

Shades of Spring Rain #A3B19E

Tints of Spring Rain #A3B19E

Color information

#A3B19E (or 0xA3B19E) is unknown color: approx Spring Rain. HEX triplet: A3, B1 and 9E. RGB value is (163,177,158). Sum of RGB (Red+Green+Blue) = 163+177+158=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B19E is #5C4E61. Grayscale: #AAAAAA. Windows color (decimal): -6049378 or 10400163. OLE color: 10400163.

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

Color convert

RGB163177158-
CMYK0.0800.110.31
HSL104.21º10.86%65.69%-
HSV(B)104.21º10.73%69.41%-
XYZ3741.738.45-
YUV170.65120.86122.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=32.73%
G=35.54%
B=31.73%

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
Decimal1631771580.0800.110.31104.2110.8665.69
HexA3B19E80B1F68b42
Octal243261236100133715013102
Binary10100011101100011001111010000101111111110100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B19E; }

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

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

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

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

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

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

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

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