#A3B6A0

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

Shades of Spring Rain #A3B6A0

Tints of Spring Rain #A3B6A0

Color information

#A3B6A0 (or 0xA3B6A0) is unknown color: approx Spring Rain. HEX triplet: A3, B6 and A0. RGB value is (163,182,160). Sum of RGB (Red+Green+Blue) = 163+182+160=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B6A0 is #5C495F. Grayscale: #ADADAD. Windows color (decimal): -6048096 or 10532515. OLE color: 10532515.

HSL color Cylindrical-coordinate representation of color #A3B6A0: hue angle of 111.82º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B6A0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB163182160-
CMYK0.1000.120.29
HSL111.82º13.1%67.06%-
HSV(B)111.82º12.09%71.37%-
XYZ38.1843.7839.7-
YUV173.81120.21120.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=32.28%
G=36.04%
B=31.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821600.1000.120.29111.8213.167.06
HexA3B6A0A0C1D70d43
Octal243266240120143516015103
Binary10100011101101101010000010100110011101111000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6A0; }

 p { color: rgb(163,182,160); }

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

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

 a { background-color: rgb(163,182,160); }

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

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

 span { border-color: rgb(163,182,160); }

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