COLOR #ACB57A

HEX: #ACB57A
RGB: (172,181,122)

Color info

#ACB57A contains red, green and blue colors in about the same proportion. Web safe color of #ACB57A is #99CC66 (or #9C6).

RGB color model

#ACB57A color RGB value is (172,181,122).

  • red value is 172;
  • green value is 181;
  • blue value is 122.
RGB:
(172,181,122)
(67%,71%,48%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 122 of 255 = 48%

172
181
122

R + G + B ~ 62%. #ACB57A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 122 = 475 (100%)
R 172 of 475 ~ 36.21%
G 181 of 475 ~ 38.11%
B 122 of 475 ~ 25.68%

%36.21
%38.11
%25.68

CMYK color model

#ACB57A color CMYK value is (5,0,33,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK:
(5,0,33,29)
C5M0Y33K29 
(5%,0%,33%,29%)
(0.05/0.00/0.33/0.29)	

CMYK percentages

%4.97
%0
%32.6
%29.02

Codes

Color #ACB57A in popluar color models

ACB57A
RGB172181122
HSL69°28.50%59.41%
HSB/HSV69°32.60%70.98%
CMYK4.97%0.00%32.60%
29.02%

Color #ACB57A in popluar number systems.

HEXACB57A
Decimal172181122
Binary10101100101101011111010
Octal254265172

Shades and tints

Shades of #ACB57A

#ACB57A
(172,181,122)
#9DA56F
(157,165,111)
#8E9564
(142,149,100)
#7F8559
(127,133,89)
#70754E
(112,117,78)
#616543
(97,101,67)
#525538
(82,85,56)
#43452D
(67,69,45)
#343522
(52,53,34)
#252517
(37,37,23)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #ACB57A

#ACB57A
(172,181,122)
#B3BB86
(179,187,134)
#BAC192
(186,193,146)
#C1C79E
(193,199,158)
#C8CDAA
(200,205,170)
#CFD3B6
(207,211,182)
#D6D9C2
(214,217,194)
#DDDFCE
(221,223,206)
#E4E5DA
(228,229,218)
#EBEBE6
(235,235,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB57A color. Also use rgb(172,181,122) instead hex code.

Text Font Color

.myTextColor { color: #ACB57A; }

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

This text font color is #ACB57A.


Background Color

.myBgColor { background-color: #ACB57A; }

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

This div background color is #ACB57A.


Border color

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

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

This div border color is #ACB57A.


Opacity

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

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

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

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

This text has shadow with #ACB57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB57A on black background.


Color preview on white background

This text has color #ACB57A on white background.



Black color preview on #ACB57A background

This text has black color on #ACB57A background.


White color preview on #ACB57A background

This text has white color on #ACB57A background.