#A0B79F

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

Shades of Spring Rain #A0B79F

Tints of Spring Rain #A0B79F

Color information

#A0B79F (or 0xA0B79F) is unknown color: approx Spring Rain. HEX triplet: A0, B7 and 9F. RGB value is (160,183,159). Sum of RGB (Red+Green+Blue) = 160+183+159=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B79F is #5F4860. Grayscale: #ADADAD. Windows color (decimal): -6244449 or 10467232. OLE color: 10467232.

HSL color Cylindrical-coordinate representation of color #A0B79F: hue angle of 117.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B79F is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB160183159-
CMYK0.1300.130.28
HSL117.5º14.29%67.06%-
HSV(B)117.5º13.11%71.76%-
XYZ37.6943.8439.28-
YUV173.39119.88118.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=31.87%
G=36.45%
B=31.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831590.1300.130.28117.514.2967.06
HexA0B79FD0D1C75e43
Octal240267237150153416516103
Binary10100000101101111001111111010110111100111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B79F; }

 p { color: rgb(160,183,159); }

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

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

 a { background-color: rgb(160,183,159); }

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

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

 span { border-color: rgb(160,183,159); }

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