COLOR #ACB77E

HEX: #ACB77E RGB: (172,183,126)

Color info

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

RGB color model

#ACB77E color RGB value is (172,183,126).

RGB: (172,183,126) (67%, 72%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 126 of 255 = 49%

172
183
126

R + G + B ~ 63%. #ACB77E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 183 + 126 = 481 (100%)
R 172 of 481 ~ 35.76%
G 183 of 481 ~ 38.05%
B 126 of 481 ~ 26.2'%

%35.76
%38.05
%26.2

CMYK color model

#ACB77E color CMYK value is (6,0,31,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%

CMYK: (6,0,31,28)
C6M0Y31K28 (6%, 0%, 31%, 28%)
(0.06 / 0.00 / 0.31 / 0.28)

CMYK percentages

%6.01
%0
%31.15
%28.24

Codes

Color #ACB77E in popluar color models

AC B7 7E
RGB 172 183 126
HSL 72° 28.36% 60.59%
HSB/HSV 72° 31.15% 71.76%
CMYK 6.01% 0.00% 31.15%
28.24%

Color #ACB77E in popluar number systems.

HEX AC B7 7E
Decimal 172 183 126
Binary 10101100 10110111 1111110
Octal 254 267 176

Shades and tints

Shades of #ACB77E

#ACB77E
(172,183,126)
#9DA773
(157,167,115)
#8E9768
(142,151,104)
#7F875D
(127,135,93)
#707752
(112,119,82)
#616747
(97,103,71)
#52573C
(82,87,60)
#434731
(67,71,49)
#343726
(52,55,38)
#25271B
(37,39,27)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #ACB77E

#ACB77E
(172,183,126)
#B3BD89
(179,189,137)
#BAC394
(186,195,148)
#C1C99F
(193,201,159)
#C8CFAA
(200,207,170)
#CFD5B5
(207,213,181)
#D6DBC0
(214,219,192)
#DDE1CB
(221,225,203)
#E4E7D6
(228,231,214)
#EBEDE1
(235,237,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB77E; }

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

This text font color is #ACB77E.

Background Color

.myBgColor { background-color: #ACB77E; }

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

This div background color is #ACB77E.

Border color

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

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

This div border color is #ACB77E.

Opacity

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

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

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

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

This text has shadow with #ACB77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB77E.

Preview

Color preview on black background

This text has color #ACB77E on black background.


Color preview on white background

This text has color #ACB77E on white background.


Black color preview on #ACB77E background

This text has black color on #ACB77E background.


White color preview on #ACB77E background

This text has white color on #ACB77E background.


Related colors

Complementary color

Complementary color for #hex is #534881.


I love getcolorcode.com

Triadic colors

1 #7EACB7 and #B77EAC with #ACB77E are triadic colors.

2 #7EB7AC and #B7AC7E with #ACB77E are triadic colors.