COLOR #A6B981

HEX: #A6B981 RGB: (166,185,129)

Color info

#A6B981 contains red, green and blue colors in about the same proportion. Web safe color of #A6B981 is #99CC99 (or #9C9).

RGB color model

#A6B981 color RGB value is (166,185,129).

RGB: (166,185,129) (65%, 73%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 129 of 255 = 51%

166
185
129

R + G + B ~ 63%. #A6B981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 185 + 129 = 480 (100%)
R 166 of 480 ~ 34.58%
G 185 of 480 ~ 38.54%
B 129 of 480 ~ 26.88'%

%34.58
%38.54
%26.88

CMYK color model

#A6B981 color CMYK value is (10,0,30,27).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%

CMYK: (10,0,30,27)
C10M0Y30K27 (10%, 0%, 30%, 27%)
(0.10 / 0.00 / 0.30 / 0.27)

CMYK percentages

%10.27
%0
%30.27
%27.45

Codes

Color #A6B981 in popluar color models

A6 B9 81
RGB 166 185 129
HSL 80° 28.57% 61.57%
HSB/HSV 80° 30.27% 72.55%
CMYK 10.27% 0.00% 30.27%
27.45%

Color #A6B981 in popluar number systems.

HEX A6 B9 81
Decimal 166 185 129
Binary 10100110 10111001 10000001
Octal 246 271 201

Shades and tints

Shades of #A6B981

#A6B981
(166,185,129)
#97A976
(151,169,118)
#88996B
(136,153,107)
#798960
(121,137,96)
#6A7955
(106,121,85)
#5B694A
(91,105,74)
#4C593F
(76,89,63)
#3D4934
(61,73,52)
#2E3929
(46,57,41)
#1F291E
(31,41,30)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #A6B981

#A6B981
(166,185,129)
#AEBF8C
(174,191,140)
#B6C597
(182,197,151)
#BECBA2
(190,203,162)
#C6D1AD
(198,209,173)
#CED7B8
(206,215,184)
#D6DDC3
(214,221,195)
#DEE3CE
(222,227,206)
#E6E9D9
(230,233,217)
#EEEFE4
(238,239,228)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B981 color. Also use rgb(166,185,129) instead hex code.

Text Font Color

.myTextColor { color: #A6B981; }

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

This text font color is #A6B981.

Background Color

.myBgColor { background-color: #A6B981; }

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

This div background color is #A6B981.

Border color

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

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

This div border color is #A6B981.

Opacity

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

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

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

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

This text has shadow with #A6B981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B981.

Preview

Color preview on black background

This text has color #A6B981 on black background.


Color preview on white background

This text has color #A6B981 on white background.


Black color preview on #A6B981 background

This text has black color on #A6B981 background.


White color preview on #A6B981 background

This text has white color on #A6B981 background.


Related colors

Complementary color

Complementary color for #hex is #59467E.


I love getcolorcode.com

Triadic colors

1 #81A6B9 and #B981A6 with #A6B981 are triadic colors.

2 #81B9A6 and #B9A681 with #A6B981 are triadic colors.