#A7B99F

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

Shades of Spring Rain #A7B99F

Tints of Spring Rain #A7B99F

Color information

#A7B99F (or 0xA7B99F) is unknown color: approx Spring Rain. HEX triplet: A7, B9 and 9F. RGB value is (167,185,159). Sum of RGB (Red+Green+Blue) = 167+185+159=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B99F is #584660. Grayscale: #B0B0B0. Windows color (decimal): -5785185 or 10467751. OLE color: 10467751.

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

Color convert

RGB167185159-
CMYK0.1000.140.27
HSL101.54º15.66%67.45%-
HSV(B)101.54º14.05%72.55%-
XYZ39.5445.4239.48-
YUV176.65118.04121.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=32.68%
G=36.20%
B=31.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851590.1000.140.27101.5415.6667.45
HexA7B99FA0E1B661043
Octal247271237120163314620103
Binary101001111011100110011111101001110110111100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B99F; }

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

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

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

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

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

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

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

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