COLOR #ACB662

HEX: #ACB662
RGB: (172,182,98)

Color info

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

RGB color model

#ACB662 color RGB value is (172,182,98).

  • red value is 172;
  • green value is 182;
  • blue value is 98.
RGB:
(172,182,98)
(67%,71%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 98 of 255 = 38%

172
182
98

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

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 98 = 452 (100%)
R 172 of 452 ~ 38.05%
G 182 of 452 ~ 40.27%
B 98 of 452 ~ 21.68%

%38.05
%40.27
%21.68

CMYK color model

#ACB662 color CMYK value is (5,0,46,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 28.63%
CMYK:
(5,0,46,29)
C5M0Y46K29 
(5%,0%,46%,29%)
(0.05/0.00/0.46/0.29)	

CMYK percentages

%5.49
%0
%46.15
%28.63

Codes

Color #ACB662 in popluar color models

ACB662
RGB17218298
HSL67°36.52%54.90%
HSB/HSV67°46.15%71.37%
CMYK5.49%0.00%46.15%
28.63%

Color #ACB662 in popluar number systems.

HEXACB662
Decimal17218298
Binary10101100101101101100010
Octal254266142

Shades and tints

Shades of #ACB662

#ACB662
(172,182,98)
#9DA65A
(157,166,90)
#8E9652
(142,150,82)
#7F864A
(127,134,74)
#707642
(112,118,66)
#61663A
(97,102,58)
#525632
(82,86,50)
#43462A
(67,70,42)
#343622
(52,54,34)
#25261A
(37,38,26)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACB662

#ACB662
(172,182,98)
#B3BC70
(179,188,112)
#BAC27E
(186,194,126)
#C1C88C
(193,200,140)
#C8CE9A
(200,206,154)
#CFD4A8
(207,212,168)
#D6DAB6
(214,218,182)
#DDE0C4
(221,224,196)
#E4E6D2
(228,230,210)
#EBECE0
(235,236,224)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB662 color. Also use rgb(172,182,98) instead hex code.

Text Font Color

.myTextColor { color: #ACB662; }

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

This text font color is #ACB662.


Background Color

.myBgColor { background-color: #ACB662; }

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

This div background color is #ACB662.


Border color

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

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

This div border color is #ACB662.


Opacity

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

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

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

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

This text has shadow with #ACB662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB662 on black background.


Color preview on white background

This text has color #ACB662 on white background.



Black color preview on #ACB662 background

This text has black color on #ACB662 background.


White color preview on #ACB662 background

This text has white color on #ACB662 background.