#A3B8A2

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

Shades of Spring Rain #A3B8A2

Tints of Spring Rain #A3B8A2

Color information

#A3B8A2 (or 0xA3B8A2) is unknown color: approx Spring Rain. HEX triplet: A3, B8 and A2. RGB value is (163,184,162). Sum of RGB (Red+Green+Blue) = 163+184+162=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8A2 is #5C475D. Grayscale: #AFAFAF. Windows color (decimal): -6047582 or 10664099. OLE color: 10664099.

HSL color Cylindrical-coordinate representation of color #A3B8A2: hue angle of 117.27º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B8A2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB163184162-
CMYK0.1100.120.28
HSL117.27º13.41%67.84%-
HSV(B)117.27º11.96%72.16%-
XYZ38.7744.6840.76-
YUV175.21120.54119.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=32.02%
G=36.15%
B=31.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841620.1100.120.28117.2713.4167.84
HexA3B8A2B0C1C75d44
Octal243270242130143416515104
Binary10100011101110001010001010110110011100111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8A2; }

 p { color: rgb(163,184,162); }

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

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

 a { background-color: rgb(163,184,162); }

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

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

 span { border-color: rgb(163,184,162); }

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