#A7B3A4

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

Shades of Spring Rain #A7B3A4

Tints of Spring Rain #A7B3A4

Color information

#A7B3A4 (or 0xA7B3A4) is unknown color: approx Spring Rain. HEX triplet: A7, B3 and A4. RGB value is (167,179,164). Sum of RGB (Red+Green+Blue) = 167+179+164=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B3A4 is #584C5B. Grayscale: #ADADAD. Windows color (decimal): -5786716 or 10793895. OLE color: 10793895.

HSL color Cylindrical-coordinate representation of color #A7B3A4: hue angle of 108º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7B3A4 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB167179164-
CMYK0.0700.080.30
HSL108º8.98%67.25%-
HSV(B)108º8.38%70.2%-
XYZ38.7643.1441.41-
YUV173.7122.52123.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=32.75%
G=35.10%
B=32.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671791640.0700.080.301088.9867.25
HexA7B3A47081E6c943
Octal24726324470103615411103
Binary1010011110110011101001001110100011110110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B3A4; }

 p { color: rgb(167,179,164); }

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

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

 a { background-color: rgb(167,179,164); }

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

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

 span { border-color: rgb(167,179,164); }

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