#A7B0A7

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

Shades of Spring Rain #A7B0A7

Tints of Spring Rain #A7B0A7

Color information

#A7B0A7 (or 0xA7B0A7) is unknown color: approx Spring Rain. HEX triplet: A7, B0 and A7. RGB value is (167,176,167). Sum of RGB (Red+Green+Blue) = 167+176+167=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0A7 is #584F58. Grayscale: #ACACAC. Windows color (decimal): -5787481 or 10989735. OLE color: 10989735.

HSL color Cylindrical-coordinate representation of color #A7B0A7: hue angle of 120º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A7B0A7 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB167176167-
CMYK0.0500.050.31
HSL120º5.39%67.25%-
HSV(B)120º5.11%69.02%-
XYZ38.4442.0642.65-
YUV172.28125.02124.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=32.75%
G=34.51%
B=32.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671761670.0500.050.311205.3967.25
HexA7B0A75051F78543
Octal247260247505371705103
Binary10100111101100001010011110101011111111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B0A7; }

 p { color: rgb(167,176,167); }

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

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

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

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

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

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

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