COLOR #ABA14A

HEX: #ABA14A RGB: (171,161,74)

Color info

#ABA14A contains mainly red and green colors. Web safe color of #ABA14A is #999933 (or #993).

RGB color model

#ABA14A color RGB value is (171,161,74).

RGB: (171,161,74) (67%, 63%, 29%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 74 of 255 = 29%

171
161
74

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

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 74 = 406 (100%)
R 171 of 406 ~ 42.12%
G 161 of 406 ~ 39.66%
B 74 of 406 ~ 18.23'%

%42.12
%39.66
%18.23

CMYK color model

#ABA14A color CMYK value is (0,6,57,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 56.73%
  • key color value is 32.94%

CMYK: (0,6,57,33)
C0M6Y57K33 (0%, 6%, 57%, 33%)
(0.00 / 0.06 / 0.57 / 0.33)

CMYK percentages

%0
%5.85
%56.73
%32.94

Codes

Color #ABA14A in popluar color models

AB A1 4A
RGB 171 161 74
HSL 54° 39.59% 48.04%
HSB/HSV 54° 56.73% 67.06%
CMYK 0.00% 5.85% 56.73%
32.94%

Color #ABA14A in popluar number systems.

HEX AB A1 4A
Decimal 171 161 74
Binary 10101011 10100001 1001010
Octal 253 241 112

Shades and tints

Shades of #ABA14A

#ABA14A
(171,161,74)
#9C9344
(156,147,68)
#8D853E
(141,133,62)
#7E7738
(126,119,56)
#6F6932
(111,105,50)
#605B2C
(96,91,44)
#514D26
(81,77,38)
#423F20
(66,63,32)
#33311A
(51,49,26)
#242314
(36,35,20)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABA14A

#ABA14A
(171,161,74)
#B2A95A
(178,169,90)
#B9B16A
(185,177,106)
#C0B97A
(192,185,122)
#C7C18A
(199,193,138)
#CEC99A
(206,201,154)
#D5D1AA
(213,209,170)
#DCD9BA
(220,217,186)
#E3E1CA
(227,225,202)
#EAE9DA
(234,233,218)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA14A color. Also use rgb(171,161,74) instead hex code.

Text Font Color

.myTextColor { color: #ABA14A; }

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

This text font color is #ABA14A.

Background Color

.myBgColor { background-color: #ABA14A; }

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

This div background color is #ABA14A.

Border color

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

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

This div border color is #ABA14A.

Opacity

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

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

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

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

This text has shadow with #ABA14A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA14A.

Preview

Color preview on black background

This text has color #ABA14A on black background.


Color preview on white background

This text has color #ABA14A on white background.


Black color preview on #ABA14A background

This text has black color on #ABA14A background.


White color preview on #ABA14A background

This text has white color on #ABA14A background.


Related colors

Complementary color

Complementary color for #hex is #545EB5.


I love getcolorcode.com

Triadic colors

1 #4AABA1 and #A14AAB with #ABA14A are triadic colors.

2 #4AA1AB and #A1AB4A with #ABA14A are triadic colors.