COLOR #ACA61E

HEX: #ACA61E
RGB: (172,166,30)

Color info

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

RGB color model

#ACA61E color RGB value is (172,166,30).

  • red value is 172;
  • green value is 166;
  • blue value is 30.
RGB:
(172,166,30)
(67%,65%,12%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 30 of 255 = 12%

172
166
30

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 30 = 368 (100%)
R 172 of 368 ~ 46.74%
G 166 of 368 ~ 45.11%
B 30 of 368 ~ 8.15%

%46.74
%45.11

CMYK color model

#ACA61E color CMYK value is (0,3,83,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 82.56%
  • key color value is 32.55%
CMYK:
(0,3,83,33)
C0M3Y83K33 
(0%,3%,83%,33%)
(0.00/0.03/0.83/0.33)	

CMYK percentages

%0
%3.49
%82.56
%32.55

Codes

Color #ACA61E in popluar color models

ACA61E
RGB17216630
HSL57°70.30%39.61%
HSB/HSV57°82.56%67.45%
CMYK0.00%3.49%82.56%
32.55%

Color #ACA61E in popluar number systems.

HEXACA61E
Decimal17216630
Binary101011001010011011110
Octal25424636

Shades and tints

Shades of #ACA61E

#ACA61E
(172,166,30)
#9D971C
(157,151,28)
#8E881A
(142,136,26)
#7F7918
(127,121,24)
#706A16
(112,106,22)
#615B14
(97,91,20)
#524C12
(82,76,18)
#433D10
(67,61,16)
#342E0E
(52,46,14)
#251F0C
(37,31,12)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #ACA61E

#ACA61E
(172,166,30)
#B3AE32
(179,174,50)
#BAB646
(186,182,70)
#C1BE5A
(193,190,90)
#C8C66E
(200,198,110)
#CFCE82
(207,206,130)
#D6D696
(214,214,150)
#DDDEAA
(221,222,170)
#E4E6BE
(228,230,190)
#EBEED2
(235,238,210)
#F2F6E6
(242,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA61E color. Also use rgb(172,166,30) instead hex code.

Text Font Color

.myTextColor { color: #ACA61E; }

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

This text font color is #ACA61E.


Background Color

.myBgColor { background-color: #ACA61E; }

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

This div background color is #ACA61E.


Border color

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

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

This div border color is #ACA61E.


Opacity

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

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

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

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

This text has shadow with #ACA61E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA61E on black background.


Color preview on white background

This text has color #ACA61E on white background.



Black color preview on #ACA61E background

This text has black color on #ACA61E background.


White color preview on #ACA61E background

This text has white color on #ACA61E background.