COLOR #ACB469

HEX: #ACB469 RGB: (172,180,105)

Color info

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

RGB color model

#ACB469 color RGB value is (172,180,105).

RGB: (172,180,105) (67%, 71%, 41%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 105 of 255 = 41%

172
180
105

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 105 = 457 (100%)
R 172 of 457 ~ 37.64%
G 180 of 457 ~ 39.39%
B 105 of 457 ~ 22.98'%

%37.64
%39.39
%22.98

CMYK color model

#ACB469 color CMYK value is (4,0,42,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%

CMYK: (4,0,42,29)
C4M0Y42K29 (4%, 0%, 42%, 29%)
(0.04 / 0.00 / 0.42 / 0.29)

CMYK percentages

%4.44
%0
%41.67
%29.41

Codes

Color #ACB469 in popluar color models

AC B4 69
RGB 172 180 105
HSL 66° 33.33% 55.88%
HSB/HSV 66° 41.67% 70.59%
CMYK 4.44% 0.00% 41.67%
29.41%

Color #ACB469 in popluar number systems.

HEX AC B4 69
Decimal 172 180 105
Binary 10101100 10110100 1101001
Octal 254 264 151

Shades and tints

Shades of #ACB469

#ACB469
(172,180,105)
#9DA460
(157,164,96)
#8E9457
(142,148,87)
#7F844E
(127,132,78)
#707445
(112,116,69)
#61643C
(97,100,60)
#525433
(82,84,51)
#43442A
(67,68,42)
#343421
(52,52,33)
#252418
(37,36,24)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACB469

#ACB469
(172,180,105)
#B3BA76
(179,186,118)
#BAC083
(186,192,131)
#C1C690
(193,198,144)
#C8CC9D
(200,204,157)
#CFD2AA
(207,210,170)
#D6D8B7
(214,216,183)
#DDDEC4
(221,222,196)
#E4E4D1
(228,228,209)
#EBEADE
(235,234,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB469 color. Also use rgb(172,180,105) instead hex code.

Text Font Color

.myTextColor { color: #ACB469; }

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

This text font color is #ACB469.

Background Color

.myBgColor { background-color: #ACB469; }

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

This div background color is #ACB469.

Border color

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

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

This div border color is #ACB469.

Opacity

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

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

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

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

This text has shadow with #ACB469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB469.

Preview

Color preview on black background

This text has color #ACB469 on black background.


Color preview on white background

This text has color #ACB469 on white background.


Black color preview on #ACB469 background

This text has black color on #ACB469 background.


White color preview on #ACB469 background

This text has white color on #ACB469 background.


Related colors

Complementary color

Complementary color for #hex is #534B96.


I love getcolorcode.com

Triadic colors

1 #69ACB4 and #B469AC with #ACB469 are triadic colors.

2 #69B4AC and #B4AC69 with #ACB469 are triadic colors.