COLOR #ABA47D

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

Color info

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

RGB color model

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

RGB: (171,164,125) (67%, 64%, 49%)

RGB channels and saturation

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

171
164
125

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

Portions of RGB colors in percentages

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

%37.17
%35.65
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,4,27,33)
C0M4Y27K33 (0%, 4%, 27%, 33%)
(0.00 / 0.04 / 0.27 / 0.33)

CMYK percentages

%0
%4.09
%26.9
%32.94

Codes

Color #ABA47D in popluar color models

AB A4 7D
RGB 171 164 125
HSL 51° 21.50% 58.04%
HSB/HSV 51° 26.90% 67.06%
CMYK 0.00% 4.09% 26.90%
32.94%

Color #ABA47D in popluar number systems.

HEX AB A4 7D
Decimal 171 164 125
Binary 10101011 10100100 1111101
Octal 253 244 175

Shades and tints

Shades of #ABA47D

#ABA47D
(171,164,125)
#9C9672
(156,150,114)
#8D8867
(141,136,103)
#7E7A5C
(126,122,92)
#6F6C51
(111,108,81)
#605E46
(96,94,70)
#51503B
(81,80,59)
#424230
(66,66,48)
#333425
(51,52,37)
#24261A
(36,38,26)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABA47D

#ABA47D
(171,164,125)
#B2AC88
(178,172,136)
#B9B493
(185,180,147)
#C0BC9E
(192,188,158)
#C7C4A9
(199,196,169)
#CECCB4
(206,204,180)
#D5D4BF
(213,212,191)
#DCDCCA
(220,220,202)
#E3E4D5
(227,228,213)
#EAECE0
(234,236,224)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA47D; }

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

This text font color is #ABA47D.

Background Color

.myBgColor { background-color: #ABA47D; }

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

This div background color is #ABA47D.

Border color

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

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

This div border color is #ABA47D.

Opacity

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

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

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

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

This text has shadow with #ABA47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA47D.

Preview

Color preview on black background

This text has color #ABA47D on black background.


Color preview on white background

This text has color #ABA47D on white background.


Black color preview on #ABA47D background

This text has black color on #ABA47D background.


White color preview on #ABA47D background

This text has white color on #ABA47D background.


Related colors

Complementary color

Complementary color for #hex is #545B82.


I love getcolorcode.com

Triadic colors

1 #7DABA4 and #A47DAB with #ABA47D are triadic colors.

2 #7DA4AB and #A4AB7D with #ABA47D are triadic colors.