COLOR #A6AC69

HEX: #A6AC69
RGB: (166,172,105)

Color info

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

RGB color model

#A6AC69 color RGB value is (166,172,105).

  • red value is 166;
  • green value is 172;
  • blue value is 105.
RGB:
(166,172,105)
(65%,67%,41%)

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 105 of 255 = 41%

166
172
105

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

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 105 = 443 (100%)
R 166 of 443 ~ 37.47%
G 172 of 443 ~ 38.83%
B 105 of 443 ~ 23.7%

%37.47
%38.83
%23.7

CMYK color model

#A6AC69 color CMYK value is (3,0,39,33).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 32.55%
CMYK:
(3,0,39,33)
C3M0Y39K33 
(3%,0%,39%,33%)
(0.03/0.00/0.39/0.33)	

CMYK percentages

%3.49
%0
%38.95
%32.55

Codes

Color #A6AC69 in popluar color models

A6AC69
RGB166172105
HSL65°28.76%54.31%
HSB/HSV65°38.95%67.45%
CMYK3.49%0.00%38.95%
32.55%

Color #A6AC69 in popluar number systems.

HEXA6AC69
Decimal166172105
Binary10100110101011001101001
Octal246254151

Shades and tints

Shades of #A6AC69

#A6AC69
(166,172,105)
#979D60
(151,157,96)
#888E57
(136,142,87)
#797F4E
(121,127,78)
#6A7045
(106,112,69)
#5B613C
(91,97,60)
#4C5233
(76,82,51)
#3D432A
(61,67,42)
#2E3421
(46,52,33)
#1F2518
(31,37,24)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6AC69

#A6AC69
(166,172,105)
#AEB376
(174,179,118)
#B6BA83
(182,186,131)
#BEC190
(190,193,144)
#C6C89D
(198,200,157)
#CECFAA
(206,207,170)
#D6D6B7
(214,214,183)
#DEDDC4
(222,221,196)
#E6E4D1
(230,228,209)
#EEEBDE
(238,235,222)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AC69; }

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

This text font color is #A6AC69.


Background Color

.myBgColor { background-color: #A6AC69; }

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

This div background color is #A6AC69.


Border color

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

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

This div border color is #A6AC69.


Opacity

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

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

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

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

This text has shadow with #A6AC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AC69 on black background.


Color preview on white background

This text has color #A6AC69 on white background.



Black color preview on #A6AC69 background

This text has black color on #A6AC69 background.


White color preview on #A6AC69 background

This text has white color on #A6AC69 background.