COLOR #ACB75D

HEX: #ACB75D
RGB: (172,183,93)

Color info

#ACB75D contains mainly red and green colors. Web safe color of #ACB75D is #99CC66 (or #9C6).

RGB color model

#ACB75D color RGB value is (172,183,93).

  • red value is 172;
  • green value is 183;
  • blue value is 93.
RGB:
(172,183,93)
(67%,72%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 93 of 255 = 36%

172
183
93

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 93 = 448 (100%)
R 172 of 448 ~ 38.39%
G 183 of 448 ~ 40.85%
B 93 of 448 ~ 20.76%

%38.39
%40.85
%20.76

CMYK color model

#ACB75D color CMYK value is (6,0,49,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(6,0,49,28)
C6M0Y49K28 
(6%,0%,49%,28%)
(0.06/0.00/0.49/0.28)	

CMYK percentages

%6.01
%0
%49.18
%28.24

Codes

Color #ACB75D in popluar color models

ACB75D
RGB17218393
HSL67°38.46%54.12%
HSB/HSV67°49.18%71.76%
CMYK6.01%0.00%49.18%
28.24%

Color #ACB75D in popluar number systems.

HEXACB75D
Decimal17218393
Binary10101100101101111011101
Octal254267135

Shades and tints

Shades of #ACB75D

#ACB75D
(172,183,93)
#9DA755
(157,167,85)
#8E974D
(142,151,77)
#7F8745
(127,135,69)
#70773D
(112,119,61)
#616735
(97,103,53)
#52572D
(82,87,45)
#434725
(67,71,37)
#34371D
(52,55,29)
#252715
(37,39,21)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #ACB75D

#ACB75D
(172,183,93)
#B3BD6B
(179,189,107)
#BAC379
(186,195,121)
#C1C987
(193,201,135)
#C8CF95
(200,207,149)
#CFD5A3
(207,213,163)
#D6DBB1
(214,219,177)
#DDE1BF
(221,225,191)
#E4E7CD
(228,231,205)
#EBEDDB
(235,237,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB75D color. Also use rgb(172,183,93) instead hex code.

Text Font Color

.myTextColor { color: #ACB75D; }

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

This text font color is #ACB75D.


Background Color

.myBgColor { background-color: #ACB75D; }

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

This div background color is #ACB75D.


Border color

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

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

This div border color is #ACB75D.


Opacity

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

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

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

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

This text has shadow with #ACB75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB75D on black background.


Color preview on white background

This text has color #ACB75D on white background.



Black color preview on #ACB75D background

This text has black color on #ACB75D background.


White color preview on #ACB75D background

This text has white color on #ACB75D background.