COLOR #ABA151

HEX: #ABA151
RGB: (171,161,81)

Color info

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

RGB color model

#ABA151 color RGB value is (171,161,81).

  • red value is 171;
  • green value is 161;
  • blue value is 81.
RGB:
(171,161,81)
(67%,63%,32%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 81 of 255 = 32%

171
161
81

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

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 81 = 413 (100%)
R 171 of 413 ~ 41.4%
G 161 of 413 ~ 38.98%
B 81 of 413 ~ 19.61%

%41.4
%38.98
%19.61

CMYK color model

#ABA151 color CMYK value is (0,6,53,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 52.63%
  • key color value is 32.94%
CMYK:
(0,6,53,33)
C0M6Y53K33 
(0%,6%,53%,33%)
(0.00/0.06/0.53/0.33)	

CMYK percentages

%0
%5.85
%52.63
%32.94

Codes

Color #ABA151 in popluar color models

ABA151
RGB17116181
HSL53°35.71%49.41%
HSB/HSV53°52.63%67.06%
CMYK0.00%5.85%52.63%
32.94%

Color #ABA151 in popluar number systems.

HEXABA151
Decimal17116181
Binary10101011101000011010001
Octal253241121

Shades and tints

Shades of #ABA151

#ABA151
(171,161,81)
#9C934A
(156,147,74)
#8D8543
(141,133,67)
#7E773C
(126,119,60)
#6F6935
(111,105,53)
#605B2E
(96,91,46)
#514D27
(81,77,39)
#423F20
(66,63,32)
#333119
(51,49,25)
#242312
(36,35,18)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #ABA151

#ABA151
(171,161,81)
#B2A960
(178,169,96)
#B9B16F
(185,177,111)
#C0B97E
(192,185,126)
#C7C18D
(199,193,141)
#CEC99C
(206,201,156)
#D5D1AB
(213,209,171)
#DCD9BA
(220,217,186)
#E3E1C9
(227,225,201)
#EAE9D8
(234,233,216)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA151; }

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

This text font color is #ABA151.


Background Color

.myBgColor { background-color: #ABA151; }

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

This div background color is #ABA151.


Border color

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

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

This div border color is #ABA151.


Opacity

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

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

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

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

This text has shadow with #ABA151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA151 on black background.


Color preview on white background

This text has color #ABA151 on white background.



Black color preview on #ABA151 background

This text has black color on #ABA151 background.


White color preview on #ABA151 background

This text has white color on #ABA151 background.