COLOR #A4AB7D

HEX: #A4AB7D
RGB: (164,171,125)

Color info

#A4AB7D contains red, green and blue colors in about the same proportion. Web safe color of #A4AB7D is #999966 (or #996).

RGB color model

#A4AB7D color RGB value is (164,171,125).

  • red value is 164;
  • green value is 171;
  • blue value is 125.
RGB:
(164,171,125)
(64%,67%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 125 of 255 = 49%

164
171
125

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

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 125 = 460 (100%)
R 164 of 460 ~ 35.65%
G 171 of 460 ~ 37.17%
B 125 of 460 ~ 27.17%

%35.65
%37.17
%27.17

CMYK color model

#A4AB7D color CMYK value is (4,0,27,33).

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(4,0,27,33)
C4M0Y27K33 
(4%,0%,27%,33%)
(0.04/0.00/0.27/0.33)	

CMYK percentages

%4.09
%0
%26.9
%32.94

Codes

Color #A4AB7D in popluar color models

A4AB7D
RGB164171125
HSL69°21.50%58.04%
HSB/HSV69°26.90%67.06%
CMYK4.09%0.00%26.90%
32.94%

Color #A4AB7D in popluar number systems.

HEXA4AB7D
Decimal164171125
Binary10100100101010111111101
Octal244253175

Shades and tints

Shades of #A4AB7D

#A4AB7D
(164,171,125)
#969C72
(150,156,114)
#888D67
(136,141,103)
#7A7E5C
(122,126,92)
#6C6F51
(108,111,81)
#5E6046
(94,96,70)
#50513B
(80,81,59)
#424230
(66,66,48)
#343325
(52,51,37)
#26241A
(38,36,26)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4AB7D

#A4AB7D
(164,171,125)
#ACB288
(172,178,136)
#B4B993
(180,185,147)
#BCC09E
(188,192,158)
#C4C7A9
(196,199,169)
#CCCEB4
(204,206,180)
#D4D5BF
(212,213,191)
#DCDCCA
(220,220,202)
#E4E3D5
(228,227,213)
#ECEAE0
(236,234,224)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AB7D color. Also use rgb(164,171,125) instead hex code.

Text Font Color

.myTextColor { color: #A4AB7D; }

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

This text font color is #A4AB7D.


Background Color

.myBgColor { background-color: #A4AB7D; }

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

This div background color is #A4AB7D.


Border color

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

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

This div border color is #A4AB7D.


Opacity

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

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

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

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

This text has shadow with #A4AB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AB7D on black background.


Color preview on white background

This text has color #A4AB7D on white background.



Black color preview on #A4AB7D background

This text has black color on #A4AB7D background.


White color preview on #A4AB7D background

This text has white color on #A4AB7D background.