#A7B7A4

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

Shades of Spring Rain #A7B7A4

Tints of Spring Rain #A7B7A4

Color information

#A7B7A4 (or 0xA7B7A4) is unknown color: approx Spring Rain. HEX triplet: A7, B7 and A4. RGB value is (167,183,164). Sum of RGB (Red+Green+Blue) = 167+183+164=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B7A4 is #58485B. Grayscale: #B0B0B0. Windows color (decimal): -5785692 or 10794919. OLE color: 10794919.

HSL color Cylindrical-coordinate representation of color #A7B7A4: hue angle of 110.53º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B7A4 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB167183164-
CMYK0.0900.100.28
HSL110.53º11.66%68.04%-
HSV(B)110.53º10.38%71.76%-
XYZ39.5744.7641.68-
YUV176.05121.2121.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=32.49%
G=35.60%
B=31.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831640.0900.100.28110.5311.6668.04
HexA7B7A490A1C6fc44
Octal247267244110123415714104
Binary10100111101101111010010010010101011100110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B7A4; }

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

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

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

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

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

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

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

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