COLOR #ACAD77

HEX: #ACAD77 RGB: (172,173,119)

Color info

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

RGB color model

#ACAD77 color RGB value is (172,173,119).

RGB: (172,173,119) (67%, 68%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 119 of 255 = 47%

172
173
119

R + G + B ~ 61%. #ACAD77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 119 = 464 (100%)
R 172 of 464 ~ 37.07%
G 173 of 464 ~ 37.28%
B 119 of 464 ~ 25.65'%

%37.07
%37.28
%25.65

CMYK color model

#ACAD77 color CMYK value is (1,0,31,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK: (1,0,31,32) C1M0Y31K32 (1%,0%,31%,32%) (0.01/0.00/0.31/0.32) 

CMYK percentages

%0.58
%0
%31.21
%32.16

Codes

Color #ACAD77 in popluar color models

AC AD 77
RGB 172 173 119
HSL 61° 24.77% 57.25%
HSB/HSV 61° 31.21% 67.84%
CMYK 0.58% 0.00% 31.21%
32.16%

Color #ACAD77 in popluar number systems.

HEX AC AD 77
Decimal 172 173 119
Binary 10101100 10101101 1110111
Octal 254 255 167

Shades and tints

Shades of #ACAD77

#ACAD77
(172,173,119)
#9D9E6D
(157,158,109)
#8E8F63
(142,143,99)
#7F8059
(127,128,89)
#70714F
(112,113,79)
#616245
(97,98,69)
#52533B
(82,83,59)
#434431
(67,68,49)
#343527
(52,53,39)
#25261D
(37,38,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACAD77

#ACAD77
(172,173,119)
#B3B483
(179,180,131)
#BABB8F
(186,187,143)
#C1C29B
(193,194,155)
#C8C9A7
(200,201,167)
#CFD0B3
(207,208,179)
#D6D7BF
(214,215,191)
#DDDECB
(221,222,203)
#E4E5D7
(228,229,215)
#EBECE3
(235,236,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAD77 color. Also use rgb(172,173,119) instead hex code.

Text Font Color

.myTextColor { color: #ACAD77; }

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

This text font color is #ACAD77.

Background Color

.myBgColor { background-color: #ACAD77; }

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

This div background color is #ACAD77.

Border color

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

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

This div border color is #ACAD77.

Opacity

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

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

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

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

This text has shadow with #ACAD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAD77.

Preview

Color preview on black background

This text has color #ACAD77 on black background.


Color preview on white background

This text has color #ACAD77 on white background.


Black color preview on #ACAD77 background

This text has black color on #ACAD77 background.


White color preview on #ACAD77 background

This text has white color on #ACAD77 background.


Related colors

Complementary color

Complementary color for #hex is #535288.


I love getcolorcode.com

Triadic colors

1 #77ACAD and #AD77AC with #ACAD77 are triadic colors.

2 #77ADAC and #ADAC77 with #ACAD77 are triadic colors.