COLOR #A7B56E

HEX: #A7B56E
RGB: (167,181,110)

Color info

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

RGB color model

#A7B56E color RGB value is (167,181,110).

  • red value is 167;
  • green value is 181;
  • blue value is 110.
RGB:
(167,181,110)
(65%,71%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 110 of 255 = 43%

167
181
110

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

Portions of RGB colors in percentages

R + G + B =
167 + 181 + 110 = 458 (100%)
R 167 of 458 ~ 36.46%
G 181 of 458 ~ 39.52%
B 110 of 458 ~ 24.02%

%36.46
%39.52
%24.02

CMYK color model

#A7B56E color CMYK value is (8,0,39,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(8,0,39,29)
C8M0Y39K29 
(8%,0%,39%,29%)
(0.08/0.00/0.39/0.29)	

CMYK percentages

%7.73
%0
%39.23
%29.02

Codes

Color #A7B56E in popluar color models

A7B56E
RGB167181110
HSL72°32.42%57.06%
HSB/HSV72°39.23%70.98%
CMYK7.73%0.00%39.23%
29.02%

Color #A7B56E in popluar number systems.

HEXA7B56E
Decimal167181110
Binary10100111101101011101110
Octal247265156

Shades and tints

Shades of #A7B56E

#A7B56E
(167,181,110)
#98A564
(152,165,100)
#89955A
(137,149,90)
#7A8550
(122,133,80)
#6B7546
(107,117,70)
#5C653C
(92,101,60)
#4D5532
(77,85,50)
#3E4528
(62,69,40)
#2F351E
(47,53,30)
#202514
(32,37,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #A7B56E

#A7B56E
(167,181,110)
#AFBB7B
(175,187,123)
#B7C188
(183,193,136)
#BFC795
(191,199,149)
#C7CDA2
(199,205,162)
#CFD3AF
(207,211,175)
#D7D9BC
(215,217,188)
#DFDFC9
(223,223,201)
#E7E5D6
(231,229,214)
#EFEBE3
(239,235,227)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B56E color. Also use rgb(167,181,110) instead hex code.

Text Font Color

.myTextColor { color: #A7B56E; }

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

This text font color is #A7B56E.


Background Color

.myBgColor { background-color: #A7B56E; }

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

This div background color is #A7B56E.


Border color

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

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

This div border color is #A7B56E.


Opacity

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

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

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

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

This text has shadow with #A7B56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B56E on black background.


Color preview on white background

This text has color #A7B56E on white background.



Black color preview on #A7B56E background

This text has black color on #A7B56E background.


White color preview on #A7B56E background

This text has white color on #A7B56E background.