COLOR #ABA03E

HEX: #ABA03E
RGB: (171,160,62)

Color info

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

RGB color model

#ABA03E color RGB value is (171,160,62).

  • red value is 171;
  • green value is 160;
  • blue value is 62.
RGB:
(171,160,62)
(67%,63%,24%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 62 of 255 = 24%

171
160
62

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

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 62 = 393 (100%)
R 171 of 393 ~ 43.51%
G 160 of 393 ~ 40.71%
B 62 of 393 ~ 15.78%

%43.51
%40.71
%15.78

CMYK color model

#ABA03E color CMYK value is (0,6,64,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 63.74%
  • key color value is 32.94%
CMYK:
(0,6,64,33)
C0M6Y64K33 
(0%,6%,64%,33%)
(0.00/0.06/0.64/0.33)	

CMYK percentages

%0
%6.43
%63.74
%32.94

Codes

Color #ABA03E in popluar color models

ABA03E
RGB17116062
HSL54°46.78%45.69%
HSB/HSV54°63.74%67.06%
CMYK0.00%6.43%63.74%
32.94%

Color #ABA03E in popluar number systems.

HEXABA03E
Decimal17116062
Binary1010101110100000111110
Octal25324076

Shades and tints

Shades of #ABA03E

#ABA03E
(171,160,62)
#9C9239
(156,146,57)
#8D8434
(141,132,52)
#7E762F
(126,118,47)
#6F682A
(111,104,42)
#605A25
(96,90,37)
#514C20
(81,76,32)
#423E1B
(66,62,27)
#333016
(51,48,22)
#242211
(36,34,17)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #ABA03E

#ABA03E
(171,160,62)
#B2A84F
(178,168,79)
#B9B060
(185,176,96)
#C0B871
(192,184,113)
#C7C082
(199,192,130)
#CEC893
(206,200,147)
#D5D0A4
(213,208,164)
#DCD8B5
(220,216,181)
#E3E0C6
(227,224,198)
#EAE8D7
(234,232,215)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA03E color. Also use rgb(171,160,62) instead hex code.

Text Font Color

.myTextColor { color: #ABA03E; }

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

This text font color is #ABA03E.


Background Color

.myBgColor { background-color: #ABA03E; }

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

This div background color is #ABA03E.


Border color

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

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

This div border color is #ABA03E.


Opacity

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

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

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

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

This text has shadow with #ABA03E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA03E on black background.


Color preview on white background

This text has color #ABA03E on white background.



Black color preview on #ABA03E background

This text has black color on #ABA03E background.


White color preview on #ABA03E background

This text has white color on #ABA03E background.