COLOR #ACA259

HEX: #ACA259
RGB: (172,162,89)

Color info

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

RGB color model

#ACA259 color RGB value is (172,162,89).

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

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 89 of 255 = 35%

172
162
89

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 89 = 423 (100%)
R 172 of 423 ~ 40.66%
G 162 of 423 ~ 38.3%
B 89 of 423 ~ 21.04%

%40.66
%38.3
%21.04

CMYK color model

#ACA259 color CMYK value is (0,6,48,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 48.26%
  • key color value is 32.55%
CMYK:
(0,6,48,33)
C0M6Y48K33 
(0%,6%,48%,33%)
(0.00/0.06/0.48/0.33)	

CMYK percentages

%0
%5.81
%48.26
%32.55

Codes

Color #ACA259 in popluar color models

ACA259
RGB17216289
HSL53°33.33%51.18%
HSB/HSV53°48.26%67.45%
CMYK0.00%5.81%48.26%
32.55%

Color #ACA259 in popluar number systems.

HEXACA259
Decimal17216289
Binary10101100101000101011001
Octal254242131

Shades and tints

Shades of #ACA259

#ACA259
(172,162,89)
#9D9451
(157,148,81)
#8E8649
(142,134,73)
#7F7841
(127,120,65)
#706A39
(112,106,57)
#615C31
(97,92,49)
#524E29
(82,78,41)
#434021
(67,64,33)
#343219
(52,50,25)
#252411
(37,36,17)
#161609
(22,22,9)
#000000
(0,0,0)

Tints of #ACA259

#ACA259
(172,162,89)
#B3AA68
(179,170,104)
#BAB277
(186,178,119)
#C1BA86
(193,186,134)
#C8C295
(200,194,149)
#CFCAA4
(207,202,164)
#D6D2B3
(214,210,179)
#DDDAC2
(221,218,194)
#E4E2D1
(228,226,209)
#EBEAE0
(235,234,224)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA259; }

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

This text font color is #ACA259.


Background Color

.myBgColor { background-color: #ACA259; }

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

This div background color is #ACA259.


Border color

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

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

This div border color is #ACA259.


Opacity

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

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

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

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

This text has shadow with #ACA259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA259 on black background.


Color preview on white background

This text has color #ACA259 on white background.



Black color preview on #ACA259 background

This text has black color on #ACA259 background.


White color preview on #ACA259 background

This text has white color on #ACA259 background.