COLOR #ACAA43

HEX: #ACAA43
RGB: (172,170,67)

Color info

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

RGB color model

#ACAA43 color RGB value is (172,170,67).

  • red value is 172;
  • green value is 170;
  • blue value is 67.
RGB:
(172,170,67)
(67%,67%,26%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 67 of 255 = 26%

172
170
67

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 67 = 409 (100%)
R 172 of 409 ~ 42.05%
G 170 of 409 ~ 41.56%
B 67 of 409 ~ 16.38%

%42.05
%41.56
%16.38

CMYK color model

#ACAA43 color CMYK value is (0,1,61,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 61.05%
  • key color value is 32.55%
CMYK:
(0,1,61,33)
C0M1Y61K33 
(0%,1%,61%,33%)
(0.00/0.01/0.61/0.33)	

CMYK percentages

%0
%1.16
%61.05
%32.55

Codes

Color #ACAA43 in popluar color models

ACAA43
RGB17217067
HSL59°43.93%46.86%
HSB/HSV59°61.05%67.45%
CMYK0.00%1.16%61.05%
32.55%

Color #ACAA43 in popluar number systems.

HEXACAA43
Decimal17217067
Binary10101100101010101000011
Octal254252103

Shades and tints

Shades of #ACAA43

#ACAA43
(172,170,67)
#9D9B3D
(157,155,61)
#8E8C37
(142,140,55)
#7F7D31
(127,125,49)
#706E2B
(112,110,43)
#615F25
(97,95,37)
#52501F
(82,80,31)
#434119
(67,65,25)
#343213
(52,50,19)
#25230D
(37,35,13)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #ACAA43

#ACAA43
(172,170,67)
#B3B154
(179,177,84)
#BAB865
(186,184,101)
#C1BF76
(193,191,118)
#C8C687
(200,198,135)
#CFCD98
(207,205,152)
#D6D4A9
(214,212,169)
#DDDBBA
(221,219,186)
#E4E2CB
(228,226,203)
#EBE9DC
(235,233,220)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAA43 color. Also use rgb(172,170,67) instead hex code.

Text Font Color

.myTextColor { color: #ACAA43; }

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

This text font color is #ACAA43.


Background Color

.myBgColor { background-color: #ACAA43; }

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

This div background color is #ACAA43.


Border color

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

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

This div border color is #ACAA43.


Opacity

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

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

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

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

This text has shadow with #ACAA43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAA43 on black background.


Color preview on white background

This text has color #ACAA43 on white background.



Black color preview on #ACAA43 background

This text has black color on #ACAA43 background.


White color preview on #ACAA43 background

This text has white color on #ACAA43 background.