COLOR #ABA47F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
164
127

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

Portions of RGB colors in percentages

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

%37.01
%35.5
%27.49

CMYK color model

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

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

CMYK percentages

%0
%4.09
%25.73
%32.94

Codes

Color #ABA47F in popluar color models

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

Color #ABA47F in popluar number systems.

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

Shades and tints

Shades of #ABA47F

#ABA47F
(171,164,127)
#9C9674
(156,150,116)
#8D8869
(141,136,105)
#7E7A5E
(126,122,94)
#6F6C53
(111,108,83)
#605E48
(96,94,72)
#51503D
(81,80,61)
#424232
(66,66,50)
#333427
(51,52,39)
#24261C
(36,38,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #ABA47F

#ABA47F
(171,164,127)
#B2AC8A
(178,172,138)
#B9B495
(185,180,149)
#C0BCA0
(192,188,160)
#C7C4AB
(199,196,171)
#CECCB6
(206,204,182)
#D5D4C1
(213,212,193)
#DCDCCC
(220,220,204)
#E3E4D7
(227,228,215)
#EAECE2
(234,236,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA47F; }

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

This text font color is #ABA47F.

Background Color

.myBgColor { background-color: #ABA47F; }

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

This div background color is #ABA47F.

Border color

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

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

This div border color is #ABA47F.

Opacity

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

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

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

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

This text has shadow with #ABA47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA47F.

Preview

Color preview on black background

This text has color #ABA47F on black background.


Color preview on white background

This text has color #ABA47F on white background.


Black color preview on #ABA47F background

This text has black color on #ABA47F background.


White color preview on #ABA47F background

This text has white color on #ABA47F background.


Related colors

Complementary color

Complementary color for #hex is #545B80.


I love getcolorcode.com

Triadic colors

1 #7FABA4 and #A47FAB with #ABA47F are triadic colors.

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