#A7B9A5

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

Shades of Spring Rain #A7B9A5

Tints of Spring Rain #A7B9A5

Color information

#A7B9A5 (or 0xA7B9A5) is unknown color: approx Spring Rain. HEX triplet: A7, B9 and A5. RGB value is (167,185,165). Sum of RGB (Red+Green+Blue) = 167+185+165=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9A5 is #58465A. Grayscale: #B1B1B1. Windows color (decimal): -5785179 or 10860967. OLE color: 10860967.

HSL color Cylindrical-coordinate representation of color #A7B9A5: hue angle of 114º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B9A5 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB167185165-
CMYK0.1000.110.27
HSL114º12.5%68.63%-
HSV(B)114º10.81%72.55%-
XYZ40.0845.6342.29-
YUV177.34121.04120.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=32.30%
G=35.78%
B=31.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851650.1000.110.2711412.568.63
HexA7B9A5A0B1B72d45
Octal247271245120133316215105
Binary10100111101110011010010110100101111011111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B9A5; }

 p { color: rgb(167,185,165); }

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

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

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

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

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

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

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