COLOR #A8AC52

HEX: #A8AC52
RGB: (168,172,82)

Color info

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

RGB color model

#A8AC52 color RGB value is (168,172,82).

  • red value is 168;
  • green value is 172;
  • blue value is 82.
RGB:
(168,172,82)
(66%,67%,32%)

RGB channels and saturation

R 168 of 255 = 66%
G 172 of 255 = 67%
B 82 of 255 = 32%

168
172
82

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

Portions of RGB colors in percentages

R + G + B =
168 + 172 + 82 = 422 (100%)
R 168 of 422 ~ 39.81%
G 172 of 422 ~ 40.76%
B 82 of 422 ~ 19.43%

%39.81
%40.76
%19.43

CMYK color model

#A8AC52 color CMYK value is (2,0,52,33).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(2,0,52,33)
C2M0Y52K33 
(2%,0%,52%,33%)
(0.02/0.00/0.52/0.33)	

CMYK percentages

%2.33
%0
%52.33
%32.55

Codes

Color #A8AC52 in popluar color models

A8AC52
RGB16817282
HSL63°35.43%49.80%
HSB/HSV63°52.33%67.45%
CMYK2.33%0.00%52.33%
32.55%

Color #A8AC52 in popluar number systems.

HEXA8AC52
Decimal16817282
Binary10101000101011001010010
Octal250254122

Shades and tints

Shades of #A8AC52

#A8AC52
(168,172,82)
#999D4B
(153,157,75)
#8A8E44
(138,142,68)
#7B7F3D
(123,127,61)
#6C7036
(108,112,54)
#5D612F
(93,97,47)
#4E5228
(78,82,40)
#3F4321
(63,67,33)
#30341A
(48,52,26)
#212513
(33,37,19)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #A8AC52

#A8AC52
(168,172,82)
#AFB361
(175,179,97)
#B6BA70
(182,186,112)
#BDC17F
(189,193,127)
#C4C88E
(196,200,142)
#CBCF9D
(203,207,157)
#D2D6AC
(210,214,172)
#D9DDBB
(217,221,187)
#E0E4CA
(224,228,202)
#E7EBD9
(231,235,217)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AC52 color. Also use rgb(168,172,82) instead hex code.

Text Font Color

.myTextColor { color: #A8AC52; }

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

This text font color is #A8AC52.


Background Color

.myBgColor { background-color: #A8AC52; }

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

This div background color is #A8AC52.


Border color

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

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

This div border color is #A8AC52.


Opacity

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

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

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

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

This text has shadow with #A8AC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AC52 on black background.


Color preview on white background

This text has color #A8AC52 on white background.



Black color preview on #A8AC52 background

This text has black color on #A8AC52 background.


White color preview on #A8AC52 background

This text has white color on #A8AC52 background.