#A1B79E

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

Shades of Spring Rain #A1B79E

Tints of Spring Rain #A1B79E

Color information

#A1B79E (or 0xA1B79E) is unknown color: approx Spring Rain. HEX triplet: A1, B7 and 9E. RGB value is (161,183,158). Sum of RGB (Red+Green+Blue) = 161+183+158=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B79E is #5E4861. Grayscale: #ADADAD. Windows color (decimal): -6178914 or 10401697. OLE color: 10401697.

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

Color convert

RGB161183158-
CMYK0.1200.140.28
HSL112.8º14.79%66.86%-
HSV(B)112.8º13.66%71.76%-
XYZ37.843.9138.83-
YUV173.57119.21119.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=32.07%
G=36.45%
B=31.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831580.1200.140.28112.814.7966.86
HexA1B79EC0E1C71f43
Octal241267236140163416117103
Binary10100001101101111001111011000111011100111000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B79E; }

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

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

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

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

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

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

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

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