COLOR #ACAC67

HEX: #ACAC67 RGB: (172,172,103)

Color info

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

RGB color model

#ACAC67 color RGB value is (172,172,103).

RGB: (172,172,103) (67%, 67%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 103 of 255 = 40%

172
172
103

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

Portions of RGB colors in percentages

R + G + B = 172 + 172 + 103 = 447 (100%)
R 172 of 447 ~ 38.48%
G 172 of 447 ~ 38.48%
B 103 of 447 ~ 23.04'%

%38.48
%38.48
%23.04

CMYK color model

#ACAC67 color CMYK value is (0,0,40,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 32.55%
CMYK: (0,0,40,33) C0M0Y40K33 (0%,0%,40%,33%) (0.00/0.00/0.40/0.33) 

CMYK percentages

%0
%0
%40.12
%32.55

Codes

Color #ACAC67 in popluar color models

AC AC 67
RGB 172 172 103
HSL 60° 29.36% 53.92%
HSB/HSV 60° 40.12% 67.45%
CMYK 0.00% 0.00% 40.12%
32.55%

Color #ACAC67 in popluar number systems.

HEX AC AC 67
Decimal 172 172 103
Binary 10101100 10101100 1100111
Octal 254 254 147

Shades and tints

Shades of #ACAC67

#ACAC67
(172,172,103)
#9D9D5E
(157,157,94)
#8E8E55
(142,142,85)
#7F7F4C
(127,127,76)
#707043
(112,112,67)
#61613A
(97,97,58)
#525231
(82,82,49)
#434328
(67,67,40)
#34341F
(52,52,31)
#252516
(37,37,22)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #ACAC67

#ACAC67
(172,172,103)
#B3B374
(179,179,116)
#BABA81
(186,186,129)
#C1C18E
(193,193,142)
#C8C89B
(200,200,155)
#CFCFA8
(207,207,168)
#D6D6B5
(214,214,181)
#DDDDC2
(221,221,194)
#E4E4CF
(228,228,207)
#EBEBDC
(235,235,220)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC67; }

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

This text font color is #ACAC67.

Background Color

.myBgColor { background-color: #ACAC67; }

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

This div background color is #ACAC67.

Border color

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

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

This div border color is #ACAC67.

Opacity

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

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

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

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

This text has shadow with #ACAC67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAC67.

Preview

Color preview on black background

This text has color #ACAC67 on black background.


Color preview on white background

This text has color #ACAC67 on white background.


Black color preview on #ACAC67 background

This text has black color on #ACAC67 background.


White color preview on #ACAC67 background

This text has white color on #ACAC67 background.


Related colors

Complementary color

Complementary color for #hex is #535398.


I love getcolorcode.com