#A1B79F

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

Shades of Spring Rain #A1B79F

Tints of Spring Rain #A1B79F

Color information

#A1B79F (or 0xA1B79F) is unknown color: approx Spring Rain. HEX triplet: A1, B7 and 9F. RGB value is (161,183,159). Sum of RGB (Red+Green+Blue) = 161+183+159=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B79F is #5E4860. Grayscale: #ADADAD. Windows color (decimal): -6178913 or 10467233. OLE color: 10467233.

HSL color Cylindrical-coordinate representation of color #A1B79F: hue angle of 115º 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 #A1B79F is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB161183159-
CMYK0.1200.130.28
HSL115º14.29%67.06%-
HSV(B)115º13.11%71.76%-
XYZ37.8943.9539.29-
YUV173.69119.71118.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=32.01%
G=36.38%
B=31.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831590.1200.130.2811514.2967.06
HexA1B79FC0D1C73e43
Octal241267237140153416316103
Binary10100001101101111001111111000110111100111001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B79F; }

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

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

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

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

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

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

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

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