COLOR #ACA362

HEX: #ACA362
RGB: (172,163,98)

Color info

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

RGB color model

#ACA362 color RGB value is (172,163,98).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 98 of 255 = 38%

172
163
98

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 98 = 433 (100%)
R 172 of 433 ~ 39.72%
G 163 of 433 ~ 37.64%
B 98 of 433 ~ 22.63%

%39.72
%37.64
%22.63

CMYK color model

#ACA362 color CMYK value is (0,5,43,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(0,5,43,33)
C0M5Y43K33 
(0%,5%,43%,33%)
(0.00/0.05/0.43/0.33)	

CMYK percentages

%0
%5.23
%43.02
%32.55

Codes

Color #ACA362 in popluar color models

ACA362
RGB17216398
HSL53°30.83%52.94%
HSB/HSV53°43.02%67.45%
CMYK0.00%5.23%43.02%
32.55%

Color #ACA362 in popluar number systems.

HEXACA362
Decimal17216398
Binary10101100101000111100010
Octal254243142

Shades and tints

Shades of #ACA362

#ACA362
(172,163,98)
#9D955A
(157,149,90)
#8E8752
(142,135,82)
#7F794A
(127,121,74)
#706B42
(112,107,66)
#615D3A
(97,93,58)
#524F32
(82,79,50)
#43412A
(67,65,42)
#343322
(52,51,34)
#25251A
(37,37,26)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACA362

#ACA362
(172,163,98)
#B3AB70
(179,171,112)
#BAB37E
(186,179,126)
#C1BB8C
(193,187,140)
#C8C39A
(200,195,154)
#CFCBA8
(207,203,168)
#D6D3B6
(214,211,182)
#DDDBC4
(221,219,196)
#E4E3D2
(228,227,210)
#EBEBE0
(235,235,224)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA362; }

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

This text font color is #ACA362.


Background Color

.myBgColor { background-color: #ACA362; }

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

This div background color is #ACA362.


Border color

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

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

This div border color is #ACA362.


Opacity

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

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

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

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

This text has shadow with #ACA362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA362 on black background.


Color preview on white background

This text has color #ACA362 on white background.



Black color preview on #ACA362 background

This text has black color on #ACA362 background.


White color preview on #ACA362 background

This text has white color on #ACA362 background.