COLOR #ACA265

HEX: #ACA265
RGB: (172,162,101)

Color info

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

RGB color model

#ACA265 color RGB value is (172,162,101).

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

RGB channels and saturation

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

172
162
101

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 101 = 435 (100%)
R 172 of 435 ~ 39.54%
G 162 of 435 ~ 37.24%
B 101 of 435 ~ 23.22%

%39.54
%37.24
%23.22

CMYK color model

#ACA265 color CMYK value is (0,6,41,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 41.28%
  • key color value is 32.55%
CMYK:
(0,6,41,33)
C0M6Y41K33 
(0%,6%,41%,33%)
(0.00/0.06/0.41/0.33)	

CMYK percentages

%0
%5.81
%41.28
%32.55

Codes

Color #ACA265 in popluar color models

ACA265
RGB172162101
HSL52°29.96%53.53%
HSB/HSV52°41.28%67.45%
CMYK0.00%5.81%41.28%
32.55%

Color #ACA265 in popluar number systems.

HEXACA265
Decimal172162101
Binary10101100101000101100101
Octal254242145

Shades and tints

Shades of #ACA265

#ACA265
(172,162,101)
#9D945C
(157,148,92)
#8E8653
(142,134,83)
#7F784A
(127,120,74)
#706A41
(112,106,65)
#615C38
(97,92,56)
#524E2F
(82,78,47)
#434026
(67,64,38)
#34321D
(52,50,29)
#252414
(37,36,20)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #ACA265

#ACA265
(172,162,101)
#B3AA73
(179,170,115)
#BAB281
(186,178,129)
#C1BA8F
(193,186,143)
#C8C29D
(200,194,157)
#CFCAAB
(207,202,171)
#D6D2B9
(214,210,185)
#DDDAC7
(221,218,199)
#E4E2D5
(228,226,213)
#EBEAE3
(235,234,227)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA265; }

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

This text font color is #ACA265.


Background Color

.myBgColor { background-color: #ACA265; }

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

This div background color is #ACA265.


Border color

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

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

This div border color is #ACA265.


Opacity

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

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

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

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

This text has shadow with #ACA265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA265 on black background.


Color preview on white background

This text has color #ACA265 on white background.



Black color preview on #ACA265 background

This text has black color on #ACA265 background.


White color preview on #ACA265 background

This text has white color on #ACA265 background.