COLOR #ABA144

HEX: #ABA144 RGB: (171,161,68)

Color info

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

RGB color model

#ABA144 color RGB value is (171,161,68).

RGB: (171,161,68) (67%, 63%, 27%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 68 of 255 = 27%

171
161
68

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

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 68 = 400 (100%)
R 171 of 400 ~ 42.75%
G 161 of 400 ~ 40.25%
B 68 of 400 ~ 17'%

%42.75
%40.25
%17

CMYK color model

#ABA144 color CMYK value is (0,6,60,33).

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

CMYK: (0,6,60,33)
C0M6Y60K33 (0%, 6%, 60%, 33%)
(0.00 / 0.06 / 0.60 / 0.33)

CMYK percentages

%0
%5.85
%60.23
%32.94

Codes

Color #ABA144 in popluar color models

AB A1 44
RGB 171 161 68
HSL 54° 43.10% 46.86%
HSB/HSV 54° 60.23% 67.06%
CMYK 0.00% 5.85% 60.23%
32.94%

Color #ABA144 in popluar number systems.

HEX AB A1 44
Decimal 171 161 68
Binary 10101011 10100001 1000100
Octal 253 241 104

Shades and tints

Shades of #ABA144

#ABA144
(171,161,68)
#9C933E
(156,147,62)
#8D8538
(141,133,56)
#7E7732
(126,119,50)
#6F692C
(111,105,44)
#605B26
(96,91,38)
#514D20
(81,77,32)
#423F1A
(66,63,26)
#333114
(51,49,20)
#24230E
(36,35,14)
#151508
(21,21,8)
#000000
(0,0,0)

Tints of #ABA144

#ABA144
(171,161,68)
#B2A955
(178,169,85)
#B9B166
(185,177,102)
#C0B977
(192,185,119)
#C7C188
(199,193,136)
#CEC999
(206,201,153)
#D5D1AA
(213,209,170)
#DCD9BB
(220,217,187)
#E3E1CC
(227,225,204)
#EAE9DD
(234,233,221)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA144; }

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

This text font color is #ABA144.

Background Color

.myBgColor { background-color: #ABA144; }

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

This div background color is #ABA144.

Border color

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

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

This div border color is #ABA144.

Opacity

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

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

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

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

This text has shadow with #ABA144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA144.

Preview

Color preview on black background

This text has color #ABA144 on black background.


Color preview on white background

This text has color #ABA144 on white background.


Black color preview on #ABA144 background

This text has black color on #ABA144 background.


White color preview on #ABA144 background

This text has white color on #ABA144 background.


Related colors

Complementary color

Complementary color for #hex is #545EBB.


I love getcolorcode.com

Triadic colors

1 #44ABA1 and #A144AB with #ABA144 are triadic colors.

2 #44A1AB and #A1AB44 with #ABA144 are triadic colors.