#A3B4A4

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

Shades of Spring Rain #A3B4A4

Tints of Spring Rain #A3B4A4

Color information

#A3B4A4 (or 0xA3B4A4) is unknown color: approx Spring Rain. HEX triplet: A3, B4 and A4. RGB value is (163,180,164). Sum of RGB (Red+Green+Blue) = 163+180+164=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4A4 is #5C4B5B. Grayscale: #ADADAD. Windows color (decimal): -6048604 or 10794147. OLE color: 10794147.

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

Color convert

RGB163180164-
CMYK0.0900.090.29
HSL123.53º10.18%67.25%-
HSV(B)123.53º9.44%70.59%-
XYZ38.1343.1141.43-
YUV173.09122.87120.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=32.15%
G=35.50%
B=32.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801640.0900.090.29123.5310.1867.25
HexA3B4A49091D7ca43
Octal243264244110113517412103
Binary10100011101101001010010010010100111101111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4A4; }

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

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

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

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

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

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

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

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