COLOR #ACA365

HEX: #ACA365
RGB: (172,163,101)

Color info

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

RGB color model

#ACA365 color RGB value is (172,163,101).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 101 of 255 = 40%

172
163
101

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 101 = 436 (100%)
R 172 of 436 ~ 39.45%
G 163 of 436 ~ 37.39%
B 101 of 436 ~ 23.17%

%39.45
%37.39
%23.17

CMYK color model

#ACA365 color CMYK value is (0,5,41,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 41.28%
  • key color value is 32.55%
CMYK:
(0,5,41,33)
C0M5Y41K33 
(0%,5%,41%,33%)
(0.00/0.05/0.41/0.33)	

CMYK percentages

%0
%5.23
%41.28
%32.55

Codes

Color #ACA365 in popluar color models

ACA365
RGB172163101
HSL52°29.96%53.53%
HSB/HSV52°41.28%67.45%
CMYK0.00%5.23%41.28%
32.55%

Color #ACA365 in popluar number systems.

HEXACA365
Decimal172163101
Binary10101100101000111100101
Octal254243145

Shades and tints

Shades of #ACA365

#ACA365
(172,163,101)
#9D955C
(157,149,92)
#8E8753
(142,135,83)
#7F794A
(127,121,74)
#706B41
(112,107,65)
#615D38
(97,93,56)
#524F2F
(82,79,47)
#434126
(67,65,38)
#34331D
(52,51,29)
#252514
(37,37,20)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #ACA365

#ACA365
(172,163,101)
#B3AB73
(179,171,115)
#BAB381
(186,179,129)
#C1BB8F
(193,187,143)
#C8C39D
(200,195,157)
#CFCBAB
(207,203,171)
#D6D3B9
(214,211,185)
#DDDBC7
(221,219,199)
#E4E3D5
(228,227,213)
#EBEBE3
(235,235,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA365; }

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

This text font color is #ACA365.


Background Color

.myBgColor { background-color: #ACA365; }

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

This div background color is #ACA365.


Border color

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

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

This div border color is #ACA365.


Opacity

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

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

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

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

This text has shadow with #ACA365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA365 on black background.


Color preview on white background

This text has color #ACA365 on white background.



Black color preview on #ACA365 background

This text has black color on #ACA365 background.


White color preview on #ACA365 background

This text has white color on #ACA365 background.