COLOR #A1B06A

HEX: #A1B06A RGB: (161,176,106)

Color info

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

RGB color model

#A1B06A color RGB value is (161,176,106).

RGB: (161,176,106) (63%, 69%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 106 of 255 = 42%

161
176
106

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

Portions of RGB colors in percentages

R + G + B = 161 + 176 + 106 = 443 (100%)
R 161 of 443 ~ 36.34%
G 176 of 443 ~ 39.73%
B 106 of 443 ~ 23.93'%

%36.34
%39.73
%23.93

CMYK color model

#A1B06A color CMYK value is (9,0,40,31).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%

CMYK: (9,0,40,31)
C9M0Y40K31 (9%, 0%, 40%, 31%)
(0.09 / 0.00 / 0.40 / 0.31)

CMYK percentages

%8.52
%0
%39.77
%30.98

Codes

Color #A1B06A in popluar color models

A1 B0 6A
RGB 161 176 106
HSL 73° 30.70% 55.29%
HSB/HSV 73° 39.77% 69.02%
CMYK 8.52% 0.00% 39.77%
30.98%

Color #A1B06A in popluar number systems.

HEX A1 B0 6A
Decimal 161 176 106
Binary 10100001 10110000 1101010
Octal 241 260 152

Shades and tints

Shades of #A1B06A

#A1B06A
(161,176,106)
#93A061
(147,160,97)
#859058
(133,144,88)
#77804F
(119,128,79)
#697046
(105,112,70)
#5B603D
(91,96,61)
#4D5034
(77,80,52)
#3F402B
(63,64,43)
#313022
(49,48,34)
#232019
(35,32,25)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #A1B06A

#A1B06A
(161,176,106)
#A9B777
(169,183,119)
#B1BE84
(177,190,132)
#B9C591
(185,197,145)
#C1CC9E
(193,204,158)
#C9D3AB
(201,211,171)
#D1DAB8
(209,218,184)
#D9E1C5
(217,225,197)
#E1E8D2
(225,232,210)
#E9EFDF
(233,239,223)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B06A color. Also use rgb(161,176,106) instead hex code.

Text Font Color

.myTextColor { color: #A1B06A; }

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

This text font color is #A1B06A.

Background Color

.myBgColor { background-color: #A1B06A; }

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

This div background color is #A1B06A.

Border color

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

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

This div border color is #A1B06A.

Opacity

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

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

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

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

This text has shadow with #A1B06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B06A.

Preview

Color preview on black background

This text has color #A1B06A on black background.


Color preview on white background

This text has color #A1B06A on white background.


Black color preview on #A1B06A background

This text has black color on #A1B06A background.


White color preview on #A1B06A background

This text has white color on #A1B06A background.


Related colors

Complementary color

Complementary color for #hex is #5E4F95.


I love getcolorcode.com

Triadic colors

1 #6AA1B0 and #B06AA1 with #A1B06A are triadic colors.

2 #6AB0A1 and #B0A16A with #A1B06A are triadic colors.