#A0B79A

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

Shades of Spring Rain #A0B79A

Tints of Spring Rain #A0B79A

Color information

#A0B79A (or 0xA0B79A) is unknown color: approx Spring Rain. HEX triplet: A0, B7 and 9A. RGB value is (160,183,154). Sum of RGB (Red+Green+Blue) = 160+183+154=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B79A is #5F4865. Grayscale: #ACACAC. Windows color (decimal): -6244454 or 10139552. OLE color: 10139552.

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

Color convert

RGB160183154-
CMYK0.1300.160.28
HSL107.59º16.76%66.08%-
HSV(B)107.59º15.85%71.76%-
XYZ37.2643.6737.04-
YUV172.82117.38118.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=32.19%
G=36.82%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831540.1300.160.28107.5916.7666.08
HexA0B79AD0101C6c1142
Octal240267232150203415421102
Binary1010000010110111100110101101010000111001101100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B79A; }

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

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

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

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

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

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

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

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