COLOR #ACB065

HEX: #ACB065 RGB: (172,176,101)

Color info

#ACB065 contains mainly red and green colors. Web safe color of #ACB065 is #999966 (or #996).

RGB color model

#ACB065 color RGB value is (172,176,101).

RGB: (172,176,101) (67%, 69%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 101 of 255 = 40%

172
176
101

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 101 = 449 (100%)
R 172 of 449 ~ 38.31%
G 176 of 449 ~ 39.2%
B 101 of 449 ~ 22.49'%

%38.31
%39.2
%22.49

CMYK color model

#ACB065 color CMYK value is (2,0,43,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 30.98%

CMYK: (2,0,43,31)
C2M0Y43K31 (2%, 0%, 43%, 31%)
(0.02 / 0.00 / 0.43 / 0.31)

CMYK percentages

%2.27
%0
%42.61
%30.98

Codes

Color #ACB065 in popluar color models

AC B0 65
RGB 172 176 101
HSL 63° 32.19% 54.31%
HSB/HSV 63° 42.61% 69.02%
CMYK 2.27% 0.00% 42.61%
30.98%

Color #ACB065 in popluar number systems.

HEX AC B0 65
Decimal 172 176 101
Binary 10101100 10110000 1100101
Octal 254 260 145

Shades and tints

Shades of #ACB065

#ACB065
(172,176,101)
#9DA05C
(157,160,92)
#8E9053
(142,144,83)
#7F804A
(127,128,74)
#707041
(112,112,65)
#616038
(97,96,56)
#52502F
(82,80,47)
#434026
(67,64,38)
#34301D
(52,48,29)
#252014
(37,32,20)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #ACB065

#ACB065
(172,176,101)
#B3B773
(179,183,115)
#BABE81
(186,190,129)
#C1C58F
(193,197,143)
#C8CC9D
(200,204,157)
#CFD3AB
(207,211,171)
#D6DAB9
(214,218,185)
#DDE1C7
(221,225,199)
#E4E8D5
(228,232,213)
#EBEFE3
(235,239,227)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB065 color. Also use rgb(172,176,101) instead hex code.

Text Font Color

.myTextColor { color: #ACB065; }

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

This text font color is #ACB065.

Background Color

.myBgColor { background-color: #ACB065; }

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

This div background color is #ACB065.

Border color

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

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

This div border color is #ACB065.

Opacity

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

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

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

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

This text has shadow with #ACB065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB065.

Preview

Color preview on black background

This text has color #ACB065 on black background.


Color preview on white background

This text has color #ACB065 on white background.


Black color preview on #ACB065 background

This text has black color on #ACB065 background.


White color preview on #ACB065 background

This text has white color on #ACB065 background.


Related colors

Complementary color

Complementary color for #hex is #534F9A.


I love getcolorcode.com

Triadic colors

1 #65ACB0 and #B065AC with #ACB065 are triadic colors.

2 #65B0AC and #B0AC65 with #ACB065 are triadic colors.