COLOR #A4B472

HEX: #A4B472
RGB: (164,180,114)

Color info

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

RGB color model

#A4B472 color RGB value is (164,180,114).

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

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 114 of 255 = 45%

164
180
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 114 = 458 (100%)
R 164 of 458 ~ 35.81%
G 180 of 458 ~ 39.3%
B 114 of 458 ~ 24.89%

%35.81
%39.3
%24.89

CMYK color model

#A4B472 color CMYK value is (9,0,37,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK:
(9,0,37,29)
C9M0Y37K29 
(9%,0%,37%,29%)
(0.09/0.00/0.37/0.29)	

CMYK percentages

%8.89
%0
%36.67
%29.41

Codes

Color #A4B472 in popluar color models

A4B472
RGB164180114
HSL75°30.56%57.65%
HSB/HSV75°36.67%70.59%
CMYK8.89%0.00%36.67%
29.41%

Color #A4B472 in popluar number systems.

HEXA4B472
Decimal164180114
Binary10100100101101001110010
Octal244264162

Shades and tints

Shades of #A4B472

#A4B472
(164,180,114)
#96A468
(150,164,104)
#88945E
(136,148,94)
#7A8454
(122,132,84)
#6C744A
(108,116,74)
#5E6440
(94,100,64)
#505436
(80,84,54)
#42442C
(66,68,44)
#343422
(52,52,34)
#262418
(38,36,24)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #A4B472

#A4B472
(164,180,114)
#ACBA7E
(172,186,126)
#B4C08A
(180,192,138)
#BCC696
(188,198,150)
#C4CCA2
(196,204,162)
#CCD2AE
(204,210,174)
#D4D8BA
(212,216,186)
#DCDEC6
(220,222,198)
#E4E4D2
(228,228,210)
#ECEADE
(236,234,222)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B472; }

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

This text font color is #A4B472.


Background Color

.myBgColor { background-color: #A4B472; }

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

This div background color is #A4B472.


Border color

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

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

This div border color is #A4B472.


Opacity

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

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

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

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

This text has shadow with #A4B472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B472 on black background.


Color preview on white background

This text has color #A4B472 on white background.



Black color preview on #A4B472 background

This text has black color on #A4B472 background.


White color preview on #A4B472 background

This text has white color on #A4B472 background.