COLOR #A1AB6E

HEX: #A1AB6E
RGB: (161,171,110)

Color info

#A1AB6E contains mainly red and green colors. Web safe color of #A1AB6E is #999966 (or #996).

RGB color model

#A1AB6E color RGB value is (161,171,110).

  • red value is 161;
  • green value is 171;
  • blue value is 110.
RGB:
(161,171,110)
(63%,67%,43%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 110 of 255 = 43%

161
171
110

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 110 = 442 (100%)
R 161 of 442 ~ 36.43%
G 171 of 442 ~ 38.69%
B 110 of 442 ~ 24.89%

%36.43
%38.69
%24.89

CMYK color model

#A1AB6E color CMYK value is (6,0,36,33).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(6,0,36,33)
C6M0Y36K33 
(6%,0%,36%,33%)
(0.06/0.00/0.36/0.33)	

CMYK percentages

%5.85
%0
%35.67
%32.94

Codes

Color #A1AB6E in popluar color models

A1AB6E
RGB161171110
HSL70°26.64%55.10%
HSB/HSV70°35.67%67.06%
CMYK5.85%0.00%35.67%
32.94%

Color #A1AB6E in popluar number systems.

HEXA1AB6E
Decimal161171110
Binary10100001101010111101110
Octal241253156

Shades and tints

Shades of #A1AB6E

#A1AB6E
(161,171,110)
#939C64
(147,156,100)
#858D5A
(133,141,90)
#777E50
(119,126,80)
#696F46
(105,111,70)
#5B603C
(91,96,60)
#4D5132
(77,81,50)
#3F4228
(63,66,40)
#31331E
(49,51,30)
#232414
(35,36,20)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #A1AB6E

#A1AB6E
(161,171,110)
#A9B27B
(169,178,123)
#B1B988
(177,185,136)
#B9C095
(185,192,149)
#C1C7A2
(193,199,162)
#C9CEAF
(201,206,175)
#D1D5BC
(209,213,188)
#D9DCC9
(217,220,201)
#E1E3D6
(225,227,214)
#E9EAE3
(233,234,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AB6E color. Also use rgb(161,171,110) instead hex code.

Text Font Color

.myTextColor { color: #A1AB6E; }

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

This text font color is #A1AB6E.


Background Color

.myBgColor { background-color: #A1AB6E; }

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

This div background color is #A1AB6E.


Border color

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

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

This div border color is #A1AB6E.


Opacity

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

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

Text with #A1AB6E 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 #A1AB6E;}

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

This text has shadow with #A1AB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AB6E on black background.


Color preview on white background

This text has color #A1AB6E on white background.



Black color preview on #A1AB6E background

This text has black color on #A1AB6E background.


White color preview on #A1AB6E background

This text has white color on #A1AB6E background.