COLOR #A4B481

HEX: #A4B481
RGB: (164,180,129)

Color info

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

RGB color model

#A4B481 color RGB value is (164,180,129).

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

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 129 of 255 = 51%

164
180
129

R + G + B ~ 62%. #A4B481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 129 = 473 (100%)
R 164 of 473 ~ 34.67%
G 180 of 473 ~ 38.05%
B 129 of 473 ~ 27.27%

%34.67
%38.05
%27.27

CMYK color model

#A4B481 color CMYK value is (9,0,28,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(9,0,28,29)
C9M0Y28K29 
(9%,0%,28%,29%)
(0.09/0.00/0.28/0.29)	

CMYK percentages

%8.89
%0
%28.33
%29.41

Codes

Color #A4B481 in popluar color models

A4B481
RGB164180129
HSL79°25.37%60.59%
HSB/HSV79°28.33%70.59%
CMYK8.89%0.00%28.33%
29.41%

Color #A4B481 in popluar number systems.

HEXA4B481
Decimal164180129
Binary101001001011010010000001
Octal244264201

Shades and tints

Shades of #A4B481

#A4B481
(164,180,129)
#96A476
(150,164,118)
#88946B
(136,148,107)
#7A8460
(122,132,96)
#6C7455
(108,116,85)
#5E644A
(94,100,74)
#50543F
(80,84,63)
#424434
(66,68,52)
#343429
(52,52,41)
#26241E
(38,36,30)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4B481

#A4B481
(164,180,129)
#ACBA8C
(172,186,140)
#B4C097
(180,192,151)
#BCC6A2
(188,198,162)
#C4CCAD
(196,204,173)
#CCD2B8
(204,210,184)
#D4D8C3
(212,216,195)
#DCDECE
(220,222,206)
#E4E4D9
(228,228,217)
#ECEAE4
(236,234,228)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B481; }

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

This text font color is #A4B481.


Background Color

.myBgColor { background-color: #A4B481; }

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

This div background color is #A4B481.


Border color

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

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

This div border color is #A4B481.


Opacity

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

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

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

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

This text has shadow with #A4B481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B481 on black background.


Color preview on white background

This text has color #A4B481 on white background.



Black color preview on #A4B481 background

This text has black color on #A4B481 background.


White color preview on #A4B481 background

This text has white color on #A4B481 background.