COLOR #A4AB7F

HEX: #A4AB7F RGB: (164,171,127)

Color info

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

RGB color model

#A4AB7F color RGB value is (164,171,127).

RGB: (164,171,127) (64%, 67%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 127 of 255 = 50%

164
171
127

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

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 127 = 462 (100%)
R 164 of 462 ~ 35.5%
G 171 of 462 ~ 37.01%
B 127 of 462 ~ 27.49'%

%35.5
%37.01
%27.49

CMYK color model

#A4AB7F color CMYK value is (4,0,26,33).

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK: (4,0,26,33) C4M0Y26K33 (4%,0%,26%,33%) (0.04/0.00/0.26/0.33) 

CMYK percentages

%4.09
%0
%25.73
%32.94

Codes

Color #A4AB7F in popluar color models

A4 AB 7F
RGB 164 171 127
HSL 70° 20.75% 58.43%
HSB/HSV 70° 25.73% 67.06%
CMYK 4.09% 0.00% 25.73%
32.94%

Color #A4AB7F in popluar number systems.

HEX A4 AB 7F
Decimal 164 171 127
Binary 10100100 10101011 1111111
Octal 244 253 177

Shades and tints

Shades of #A4AB7F

#A4AB7F
(164,171,127)
#969C74
(150,156,116)
#888D69
(136,141,105)
#7A7E5E
(122,126,94)
#6C6F53
(108,111,83)
#5E6048
(94,96,72)
#50513D
(80,81,61)
#424232
(66,66,50)
#343327
(52,51,39)
#26241C
(38,36,28)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4AB7F

#A4AB7F
(164,171,127)
#ACB28A
(172,178,138)
#B4B995
(180,185,149)
#BCC0A0
(188,192,160)
#C4C7AB
(196,199,171)
#CCCEB6
(204,206,182)
#D4D5C1
(212,213,193)
#DCDCCC
(220,220,204)
#E4E3D7
(228,227,215)
#ECEAE2
(236,234,226)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AB7F; }

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

This text font color is #A4AB7F.

Background Color

.myBgColor { background-color: #A4AB7F; }

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

This div background color is #A4AB7F.

Border color

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

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

This div border color is #A4AB7F.

Opacity

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

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

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

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

This text has shadow with #A4AB7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AB7F.

Preview

Color preview on black background

This text has color #A4AB7F on black background.


Color preview on white background

This text has color #A4AB7F on white background.


Black color preview on #A4AB7F background

This text has black color on #A4AB7F background.


White color preview on #A4AB7F background

This text has white color on #A4AB7F background.


Related colors

Complementary color

Complementary color for #hex is #5B5480.


I love getcolorcode.com

Triadic colors

1 #7FA4AB and #AB7FA4 with #A4AB7F are triadic colors.

2 #7FABA4 and #ABA47F with #A4AB7F are triadic colors.