COLOR #ACA82C

HEX: #ACA82C RGB: (172,168,44)

Color info

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

RGB color model

#ACA82C color RGB value is (172,168,44).

RGB: (172,168,44) (67%, 66%, 17%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 44 of 255 = 17%

172
168
44

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 44 = 384 (100%)
R 172 of 384 ~ 44.79%
G 168 of 384 ~ 43.75%
B 44 of 384 ~ 11.46'%

%44.79
%43.75
%11.46

CMYK color model

#ACA82C color CMYK value is (0,2,74,33).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 74.42%
  • key color value is 32.55%

CMYK: (0,2,74,33)
C0M2Y74K33 (0%, 2%, 74%, 33%)
(0.00 / 0.02 / 0.74 / 0.33)

CMYK percentages

%0
%2.33
%74.42
%32.55

Codes

Color #ACA82C in popluar color models

AC A8 2C
RGB 172 168 44
HSL 58° 59.26% 42.35%
HSB/HSV 58° 74.42% 67.45%
CMYK 0.00% 2.33% 74.42%
32.55%

Color #ACA82C in popluar number systems.

HEX AC A8 2C
Decimal 172 168 44
Binary 10101100 10101000 101100
Octal 254 250 54

Shades and tints

Shades of #ACA82C

#ACA82C
(172,168,44)
#9D9928
(157,153,40)
#8E8A24
(142,138,36)
#7F7B20
(127,123,32)
#706C1C
(112,108,28)
#615D18
(97,93,24)
#524E14
(82,78,20)
#433F10
(67,63,16)
#34300C
(52,48,12)
#252108
(37,33,8)
#161204
(22,18,4)
#000000
(0,0,0)

Tints of #ACA82C

#ACA82C
(172,168,44)
#B3AF3F
(179,175,63)
#BAB652
(186,182,82)
#C1BD65
(193,189,101)
#C8C478
(200,196,120)
#CFCB8B
(207,203,139)
#D6D29E
(214,210,158)
#DDD9B1
(221,217,177)
#E4E0C4
(228,224,196)
#EBE7D7
(235,231,215)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA82C color. Also use rgb(172,168,44) instead hex code.

Text Font Color

.myTextColor { color: #ACA82C; }

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

This text font color is #ACA82C.

Background Color

.myBgColor { background-color: #ACA82C; }

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

This div background color is #ACA82C.

Border color

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

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

This div border color is #ACA82C.

Opacity

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

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

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

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

This text has shadow with #ACA82C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA82C.

Preview

Color preview on black background

This text has color #ACA82C on black background.


Color preview on white background

This text has color #ACA82C on white background.


Black color preview on #ACA82C background

This text has black color on #ACA82C background.


White color preview on #ACA82C background

This text has white color on #ACA82C background.


Related colors

Complementary color

Complementary color for #hex is #5357D3.


I love getcolorcode.com

Triadic colors

1 #2CACA8 and #A82CAC with #ACA82C are triadic colors.

2 #2CA8AC and #A8AC2C with #ACA82C are triadic colors.