COLOR #ABA44F

HEX: #ABA44F RGB: (171,164,79)

Color info

#ABA44F contains mainly red and green colors. Web safe color of #ABA44F is #999966 (or #996).

RGB color model

#ABA44F color RGB value is (171,164,79).

RGB: (171,164,79) (67%, 64%, 31%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 79 of 255 = 31%

171
164
79

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

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 79 = 414 (100%)
R 171 of 414 ~ 41.3%
G 164 of 414 ~ 39.61%
B 79 of 414 ~ 19.08'%

%41.3
%39.61
%19.08

CMYK color model

#ABA44F color CMYK value is (0,4,54,33).

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

CMYK: (0,4,54,33)
C0M4Y54K33 (0%, 4%, 54%, 33%)
(0.00 / 0.04 / 0.54 / 0.33)

CMYK percentages

%0
%4.09
%53.8
%32.94

Codes

Color #ABA44F in popluar color models

AB A4 4F
RGB 171 164 79
HSL 55° 36.80% 49.02%
HSB/HSV 55° 53.80% 67.06%
CMYK 0.00% 4.09% 53.80%
32.94%

Color #ABA44F in popluar number systems.

HEX AB A4 4F
Decimal 171 164 79
Binary 10101011 10100100 1001111
Octal 253 244 117

Shades and tints

Shades of #ABA44F

#ABA44F
(171,164,79)
#9C9648
(156,150,72)
#8D8841
(141,136,65)
#7E7A3A
(126,122,58)
#6F6C33
(111,108,51)
#605E2C
(96,94,44)
#515025
(81,80,37)
#42421E
(66,66,30)
#333417
(51,52,23)
#242610
(36,38,16)
#151809
(21,24,9)
#000000
(0,0,0)

Tints of #ABA44F

#ABA44F
(171,164,79)
#B2AC5F
(178,172,95)
#B9B46F
(185,180,111)
#C0BC7F
(192,188,127)
#C7C48F
(199,196,143)
#CECC9F
(206,204,159)
#D5D4AF
(213,212,175)
#DCDCBF
(220,220,191)
#E3E4CF
(227,228,207)
#EAECDF
(234,236,223)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA44F; }

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

This text font color is #ABA44F.

Background Color

.myBgColor { background-color: #ABA44F; }

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

This div background color is #ABA44F.

Border color

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

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

This div border color is #ABA44F.

Opacity

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

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

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

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

This text has shadow with #ABA44F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA44F.

Preview

Color preview on black background

This text has color #ABA44F on black background.


Color preview on white background

This text has color #ABA44F on white background.


Black color preview on #ABA44F background

This text has black color on #ABA44F background.


White color preview on #ABA44F background

This text has white color on #ABA44F background.


Related colors

Complementary color

Complementary color for #hex is #545BB0.


I love getcolorcode.com

Triadic colors

1 #4FABA4 and #A44FAB with #ABA44F are triadic colors.

2 #4FA4AB and #A4AB4F with #ABA44F are triadic colors.