#A3B5A0

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

Shades of Spring Rain #A3B5A0

Tints of Spring Rain #A3B5A0

Color information

#A3B5A0 (or 0xA3B5A0) is unknown color: approx Spring Rain. HEX triplet: A3, B5 and A0. RGB value is (163,181,160). Sum of RGB (Red+Green+Blue) = 163+181+160=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5A0 is #5C4A5F. Grayscale: #ADADAD. Windows color (decimal): -6048352 or 10532259. OLE color: 10532259.

HSL color Cylindrical-coordinate representation of color #A3B5A0: hue angle of 111.43º degrees, saturation: 0.12, 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 #A3B5A0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB163181160-
CMYK0.1000.120.29
HSL111.43º12.43%66.86%-
HSV(B)111.43º11.6%70.98%-
XYZ37.9743.3739.63-
YUV173.22120.54120.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=32.34%
G=35.91%
B=31.75%

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
Decimal1631811600.1000.120.29111.4312.4366.86
HexA3B5A0A0C1D6fc43
Octal243265240120143515714103
Binary10100011101101011010000010100110011101110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5A0; }

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

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

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

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

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

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

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

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