#A0B79D

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

Shades of Spring Rain #A0B79D

Tints of Spring Rain #A0B79D

Color information

#A0B79D (or 0xA0B79D) is unknown color: approx Spring Rain. HEX triplet: A0, B7 and 9D. RGB value is (160,183,157). Sum of RGB (Red+Green+Blue) = 160+183+157=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B79D is #5F4862. Grayscale: #ADADAD. Windows color (decimal): -6244451 or 10336160. OLE color: 10336160.

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

Color convert

RGB160183157-
CMYK0.1300.140.28
HSL113.08º15.29%66.67%-
HSV(B)113.08º14.21%71.76%-
XYZ37.5243.7738.37-
YUV173.16118.88118.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=32%
G=36.6%
B=31.4%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831570.1300.140.28113.0815.2966.67
HexA0B79DD0E1C71f43
Octal240267235150163416117103
Binary10100000101101111001110111010111011100111000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B79D; }

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

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

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

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

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

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

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

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