COLOR #A1B96D

HEX: #A1B96D
RGB: (161,185,109)

Color info

#A1B96D contains mainly red and green colors. Web safe color of #A1B96D is #99CC66 (or #9C6).

RGB color model

#A1B96D color RGB value is (161,185,109).

  • red value is 161;
  • green value is 185;
  • blue value is 109.
RGB:
(161,185,109)
(63%,73%,43%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 109 of 255 = 43%

161
185
109

R + G + B ~ 60%. #A1B96D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 185 + 109 = 455 (100%)
R 161 of 455 ~ 35.38%
G 185 of 455 ~ 40.66%
B 109 of 455 ~ 23.96%

%35.38
%40.66
%23.96

CMYK color model

#A1B96D color CMYK value is (13,0,41,27).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 41.08%
  • key color value is 27.45%
CMYK:
(13,0,41,27)
C13M0Y41K27 
(13%,0%,41%,27%)
(0.13/0.00/0.41/0.27)	

CMYK percentages

%12.97
%0
%41.08
%27.45

Codes

Color #A1B96D in popluar color models

A1B96D
RGB161185109
HSL79°35.19%57.65%
HSB/HSV79°41.08%72.55%
CMYK12.97%0.00%41.08%
27.45%

Color #A1B96D in popluar number systems.

HEXA1B96D
Decimal161185109
Binary10100001101110011101101
Octal241271155

Shades and tints

Shades of #A1B96D

#A1B96D
(161,185,109)
#93A964
(147,169,100)
#85995B
(133,153,91)
#778952
(119,137,82)
#697949
(105,121,73)
#5B6940
(91,105,64)
#4D5937
(77,89,55)
#3F492E
(63,73,46)
#313925
(49,57,37)
#23291C
(35,41,28)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #A1B96D

#A1B96D
(161,185,109)
#A9BF7A
(169,191,122)
#B1C587
(177,197,135)
#B9CB94
(185,203,148)
#C1D1A1
(193,209,161)
#C9D7AE
(201,215,174)
#D1DDBB
(209,221,187)
#D9E3C8
(217,227,200)
#E1E9D5
(225,233,213)
#E9EFE2
(233,239,226)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B96D color. Also use rgb(161,185,109) instead hex code.

Text Font Color

.myTextColor { color: #A1B96D; }

<p style="color:#A1B96D">This sample text font color is #A1B96D.</p>

This text font color is #A1B96D.


Background Color

.myBgColor { background-color: #A1B96D; }

<div style="background-color:#A1B96D">Inner text</div>

This div background color is #A1B96D.


Border color

.myBorderColor { border: 1px solid #A1B96D; }

<div style="border:3px solid #A1B96D">Div</div>

This div border color is #A1B96D.


Opacity

.myOpacity80 { color: #A1B96D; opacity: 0.8; }

<p style="color:#A1B96D;opacity:0.8;">80%</p>

Text with #A1B96D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1B96D;}

<p style="text-shadow: 3px 3px 1px #A1B96D">Text here.</p>

This text has shadow with #A1B96D color.

.textShadow {text-shadow: 3px 3px 1px #A1B96D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1B96D, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1B96D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1B96D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1B96D, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1B96D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A1B96D;
  -webkit-box-shadow:	1px 1px 3px 2px #A1B96D;
  box-shadow:		1px 1px 3px 2px #A1B96D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1B96D;
-webkit-box-shadow: 1px 1px 3px 2px #A1B96D;
box-shadow:1px 1px 3px 2px #A1B96D;">
Div content here</div>
This div box has shadow with color #A1B96D.

Preview

Color preview on black background

This text has color #A1B96D on black background.


Color preview on white background

This text has color #A1B96D on white background.



Black color preview on #A1B96D background

This text has black color on #A1B96D background.


White color preview on #A1B96D background

This text has white color on #A1B96D background.