COLOR #ACA138

HEX: #ACA138 RGB: (172,161,56)

Color info

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

RGB color model

#ACA138 color RGB value is (172,161,56).

RGB: (172,161,56) (67%, 63%, 22%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 56 of 255 = 22%

172
161
56

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

Portions of RGB colors in percentages

R + G + B = 172 + 161 + 56 = 389 (100%)
R 172 of 389 ~ 44.22%
G 161 of 389 ~ 41.39%
B 56 of 389 ~ 14.4'%

%44.22
%41.39
%14.4

CMYK color model

#ACA138 color CMYK value is (0,6,67,33).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 67.44%
  • key color value is 32.55%

CMYK: (0,6,67,33)
C0M6Y67K33 (0%, 6%, 67%, 33%)
(0.00 / 0.06 / 0.67 / 0.33)

CMYK percentages

%0
%6.4
%67.44
%32.55

Codes

Color #ACA138 in popluar color models

AC A1 38
RGB 172 161 56
HSL 54° 50.88% 44.71%
HSB/HSV 54° 67.44% 67.45%
CMYK 0.00% 6.40% 67.44%
32.55%

Color #ACA138 in popluar number systems.

HEX AC A1 38
Decimal 172 161 56
Binary 10101100 10100001 111000
Octal 254 241 70

Shades and tints

Shades of #ACA138

#ACA138
(172,161,56)
#9D9333
(157,147,51)
#8E852E
(142,133,46)
#7F7729
(127,119,41)
#706924
(112,105,36)
#615B1F
(97,91,31)
#524D1A
(82,77,26)
#433F15
(67,63,21)
#343110
(52,49,16)
#25230B
(37,35,11)
#161506
(22,21,6)
#000000
(0,0,0)

Tints of #ACA138

#ACA138
(172,161,56)
#B3A94A
(179,169,74)
#BAB15C
(186,177,92)
#C1B96E
(193,185,110)
#C8C180
(200,193,128)
#CFC992
(207,201,146)
#D6D1A4
(214,209,164)
#DDD9B6
(221,217,182)
#E4E1C8
(228,225,200)
#EBE9DA
(235,233,218)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA138; }

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

This text font color is #ACA138.

Background Color

.myBgColor { background-color: #ACA138; }

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

This div background color is #ACA138.

Border color

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

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

This div border color is #ACA138.

Opacity

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

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

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

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

This text has shadow with #ACA138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA138.

Preview

Color preview on black background

This text has color #ACA138 on black background.


Color preview on white background

This text has color #ACA138 on white background.


Black color preview on #ACA138 background

This text has black color on #ACA138 background.


White color preview on #ACA138 background

This text has white color on #ACA138 background.


Related colors

Complementary color

Complementary color for #hex is #535EC7.


I love getcolorcode.com

Triadic colors

1 #38ACA1 and #A138AC with #ACA138 are triadic colors.

2 #38A1AC and #A1AC38 with #ACA138 are triadic colors.