COLOR #ACAF7D

HEX: #ACAF7D
RGB: (172,175,125)

Color info

#ACAF7D contains red, green and blue colors in about the same proportion. Web safe color of #ACAF7D is #999966 (or #996).

RGB color model

#ACAF7D color RGB value is (172,175,125).

  • red value is 172;
  • green value is 175;
  • blue value is 125.
RGB:
(172,175,125)
(67%,69%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 125 of 255 = 49%

172
175
125

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 125 = 472 (100%)
R 172 of 472 ~ 36.44%
G 175 of 472 ~ 37.08%
B 125 of 472 ~ 26.48%

%36.44
%37.08
%26.48

CMYK color model

#ACAF7D color CMYK value is (2,0,29,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(2,0,29,31)
C2M0Y29K31 
(2%,0%,29%,31%)
(0.02/0.00/0.29/0.31)	

CMYK percentages

%1.71
%0
%28.57
%31.37

Codes

Color #ACAF7D in popluar color models

ACAF7D
RGB172175125
HSL64°23.81%58.82%
HSB/HSV64°28.57%68.63%
CMYK1.71%0.00%28.57%
31.37%

Color #ACAF7D in popluar number systems.

HEXACAF7D
Decimal172175125
Binary10101100101011111111101
Octal254257175

Shades and tints

Shades of #ACAF7D

#ACAF7D
(172,175,125)
#9DA072
(157,160,114)
#8E9167
(142,145,103)
#7F825C
(127,130,92)
#707351
(112,115,81)
#616446
(97,100,70)
#52553B
(82,85,59)
#434630
(67,70,48)
#343725
(52,55,37)
#25281A
(37,40,26)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #ACAF7D

#ACAF7D
(172,175,125)
#B3B688
(179,182,136)
#BABD93
(186,189,147)
#C1C49E
(193,196,158)
#C8CBA9
(200,203,169)
#CFD2B4
(207,210,180)
#D6D9BF
(214,217,191)
#DDE0CA
(221,224,202)
#E4E7D5
(228,231,213)
#EBEEE0
(235,238,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAF7D color. Also use rgb(172,175,125) instead hex code.

Text Font Color

.myTextColor { color: #ACAF7D; }

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

This text font color is #ACAF7D.


Background Color

.myBgColor { background-color: #ACAF7D; }

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

This div background color is #ACAF7D.


Border color

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

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

This div border color is #ACAF7D.


Opacity

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

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

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

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

This text has shadow with #ACAF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAF7D on black background.


Color preview on white background

This text has color #ACAF7D on white background.



Black color preview on #ACAF7D background

This text has black color on #ACAF7D background.


White color preview on #ACAF7D background

This text has white color on #ACAF7D background.