COLOR #ACA37B

HEX: #ACA37B
RGB: (172,163,123)

Color info

#ACA37B contains red, green and blue colors in about the same proportion. Web safe color of #ACA37B is #999966 (or #996).

RGB color model

#ACA37B color RGB value is (172,163,123).

  • red value is 172;
  • green value is 163;
  • blue value is 123.
RGB:
(172,163,123)
(67%,64%,48%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 123 of 255 = 48%

172
163
123

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 123 = 458 (100%)
R 172 of 458 ~ 37.55%
G 163 of 458 ~ 35.59%
B 123 of 458 ~ 26.86%

%37.55
%35.59
%26.86

CMYK color model

#ACA37B color CMYK value is (0,5,28,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(0,5,28,33)
C0M5Y28K33 
(0%,5%,28%,33%)
(0.00/0.05/0.28/0.33)	

CMYK percentages

%0
%5.23
%28.49
%32.55

Codes

Color #ACA37B in popluar color models

ACA37B
RGB172163123
HSL49°22.79%57.84%
HSB/HSV49°28.49%67.45%
CMYK0.00%5.23%28.49%
32.55%

Color #ACA37B in popluar number systems.

HEXACA37B
Decimal172163123
Binary10101100101000111111011
Octal254243173

Shades and tints

Shades of #ACA37B

#ACA37B
(172,163,123)
#9D9570
(157,149,112)
#8E8765
(142,135,101)
#7F795A
(127,121,90)
#706B4F
(112,107,79)
#615D44
(97,93,68)
#524F39
(82,79,57)
#43412E
(67,65,46)
#343323
(52,51,35)
#252518
(37,37,24)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #ACA37B

#ACA37B
(172,163,123)
#B3AB87
(179,171,135)
#BAB393
(186,179,147)
#C1BB9F
(193,187,159)
#C8C3AB
(200,195,171)
#CFCBB7
(207,203,183)
#D6D3C3
(214,211,195)
#DDDBCF
(221,219,207)
#E4E3DB
(228,227,219)
#EBEBE7
(235,235,231)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA37B; }

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

This text font color is #ACA37B.


Background Color

.myBgColor { background-color: #ACA37B; }

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

This div background color is #ACA37B.


Border color

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

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

This div border color is #ACA37B.


Opacity

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

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

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

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

This text has shadow with #ACA37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA37B on black background.


Color preview on white background

This text has color #ACA37B on white background.



Black color preview on #ACA37B background

This text has black color on #ACA37B background.


White color preview on #ACA37B background

This text has white color on #ACA37B background.