COLOR #A4B172

HEX: #A4B172
RGB: (164,177,114)

Color info

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

RGB color model

#A4B172 color RGB value is (164,177,114).

  • red value is 164;
  • green value is 177;
  • blue value is 114.
RGB:
(164,177,114)
(64%,69%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 114 of 255 = 45%

164
177
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 114 = 455 (100%)
R 164 of 455 ~ 36.04%
G 177 of 455 ~ 38.9%
B 114 of 455 ~ 25.05%

%36.04
%38.9
%25.05

CMYK color model

#A4B172 color CMYK value is (7,0,36,31).

  • cyan value is 7.34%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(7,0,36,31)
C7M0Y36K31 
(7%,0%,36%,31%)
(0.07/0.00/0.36/0.31)	

CMYK percentages

%7.34
%0
%35.59
%30.59

Codes

Color #A4B172 in popluar color models

A4B172
RGB164177114
HSL72°28.77%57.06%
HSB/HSV72°35.59%69.41%
CMYK7.34%0.00%35.59%
30.59%

Color #A4B172 in popluar number systems.

HEXA4B172
Decimal164177114
Binary10100100101100011110010
Octal244261162

Shades and tints

Shades of #A4B172

#A4B172
(164,177,114)
#96A168
(150,161,104)
#88915E
(136,145,94)
#7A8154
(122,129,84)
#6C714A
(108,113,74)
#5E6140
(94,97,64)
#505136
(80,81,54)
#42412C
(66,65,44)
#343122
(52,49,34)
#262118
(38,33,24)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A4B172

#A4B172
(164,177,114)
#ACB87E
(172,184,126)
#B4BF8A
(180,191,138)
#BCC696
(188,198,150)
#C4CDA2
(196,205,162)
#CCD4AE
(204,212,174)
#D4DBBA
(212,219,186)
#DCE2C6
(220,226,198)
#E4E9D2
(228,233,210)
#ECF0DE
(236,240,222)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B172 color. Also use rgb(164,177,114) instead hex code.

Text Font Color

.myTextColor { color: #A4B172; }

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

This text font color is #A4B172.


Background Color

.myBgColor { background-color: #A4B172; }

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

This div background color is #A4B172.


Border color

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

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

This div border color is #A4B172.


Opacity

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

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

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

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

This text has shadow with #A4B172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B172 on black background.


Color preview on white background

This text has color #A4B172 on white background.



Black color preview on #A4B172 background

This text has black color on #A4B172 background.


White color preview on #A4B172 background

This text has white color on #A4B172 background.