#A3B5A4

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

Shades of Spring Rain #A3B5A4

Tints of Spring Rain #A3B5A4

Color information

#A3B5A4 (or 0xA3B5A4) is unknown color: approx Spring Rain. HEX triplet: A3, B5 and A4. RGB value is (163,181,164). Sum of RGB (Red+Green+Blue) = 163+181+164=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5A4 is #5C4A5B. Grayscale: #ADADAD. Windows color (decimal): -6048348 or 10794403. OLE color: 10794403.

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

Color convert

RGB163181164-
CMYK0.1000.090.29
HSL123.33º10.84%67.45%-
HSV(B)123.33º9.94%70.98%-
XYZ38.3343.5141.5-
YUV173.68122.54120.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=32.09%
G=35.63%
B=32.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811640.1000.090.29123.3310.8467.45
HexA3B5A4A091D7bb43
Octal243265244120113517313103
Binary10100011101101011010010010100100111101111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5A4; }

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

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

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

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

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

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

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

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