COLOR #ACB775

HEX: #ACB775
RGB: (172,183,117)

Color info

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

RGB color model

#ACB775 color RGB value is (172,183,117).

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

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 117 of 255 = 46%

172
183
117

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 117 = 472 (100%)
R 172 of 472 ~ 36.44%
G 183 of 472 ~ 38.77%
B 117 of 472 ~ 24.79%

%36.44
%38.77
%24.79

CMYK color model

#ACB775 color CMYK value is (6,0,36,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%
CMYK:
(6,0,36,28)
C6M0Y36K28 
(6%,0%,36%,28%)
(0.06/0.00/0.36/0.28)	

CMYK percentages

%6.01
%0
%36.07
%28.24

Codes

Color #ACB775 in popluar color models

ACB775
RGB172183117
HSL70°31.43%58.82%
HSB/HSV70°36.07%71.76%
CMYK6.01%0.00%36.07%
28.24%

Color #ACB775 in popluar number systems.

HEXACB775
Decimal172183117
Binary10101100101101111110101
Octal254267165

Shades and tints

Shades of #ACB775

#ACB775
(172,183,117)
#9DA76B
(157,167,107)
#8E9761
(142,151,97)
#7F8757
(127,135,87)
#70774D
(112,119,77)
#616743
(97,103,67)
#525739
(82,87,57)
#43472F
(67,71,47)
#343725
(52,55,37)
#25271B
(37,39,27)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACB775

#ACB775
(172,183,117)
#B3BD81
(179,189,129)
#BAC38D
(186,195,141)
#C1C999
(193,201,153)
#C8CFA5
(200,207,165)
#CFD5B1
(207,213,177)
#D6DBBD
(214,219,189)
#DDE1C9
(221,225,201)
#E4E7D5
(228,231,213)
#EBEDE1
(235,237,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB775; }

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

This text font color is #ACB775.


Background Color

.myBgColor { background-color: #ACB775; }

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

This div background color is #ACB775.


Border color

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

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

This div border color is #ACB775.


Opacity

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

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

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

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

This text has shadow with #ACB775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB775 on black background.


Color preview on white background

This text has color #ACB775 on white background.



Black color preview on #ACB775 background

This text has black color on #ACB775 background.


White color preview on #ACB775 background

This text has white color on #ACB775 background.