COLOR #A6A57C

HEX: #A6A57C
RGB: (166,165,124)

Color info

#A6A57C contains red, green and blue colors in about the same proportion. Web safe color of #A6A57C is #999966 (or #996).

RGB color model

#A6A57C color RGB value is (166,165,124).

  • red value is 166;
  • green value is 165;
  • blue value is 124.
RGB:
(166,165,124)
(65%,65%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 165 of 255 = 65%
B 124 of 255 = 49%

166
165
124

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

Portions of RGB colors in percentages

R + G + B =
166 + 165 + 124 = 455 (100%)
R 166 of 455 ~ 36.48%
G 165 of 455 ~ 36.26%
B 124 of 455 ~ 27.25%

%36.48
%36.26
%27.25

CMYK color model

#A6A57C color CMYK value is (0,1,25,35).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 25.30%
  • key color value is 34.90%
CMYK:
(0,1,25,35)
C0M1Y25K35 
(0%,1%,25%,35%)
(0.00/0.01/0.25/0.35)	

CMYK percentages

%0
%0.6
%25.3
%34.9

Codes

Color #A6A57C in popluar color models

A6A57C
RGB166165124
HSL59°19.09%56.86%
HSB/HSV59°25.30%65.10%
CMYK0.00%0.60%25.30%
34.90%

Color #A6A57C in popluar number systems.

HEXA6A57C
Decimal166165124
Binary10100110101001011111100
Octal246245174

Shades and tints

Shades of #A6A57C

#A6A57C
(166,165,124)
#979671
(151,150,113)
#888766
(136,135,102)
#79785B
(121,120,91)
#6A6950
(106,105,80)
#5B5A45
(91,90,69)
#4C4B3A
(76,75,58)
#3D3C2F
(61,60,47)
#2E2D24
(46,45,36)
#1F1E19
(31,30,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A6A57C

#A6A57C
(166,165,124)
#AEAD87
(174,173,135)
#B6B592
(182,181,146)
#BEBD9D
(190,189,157)
#C6C5A8
(198,197,168)
#CECDB3
(206,205,179)
#D6D5BE
(214,213,190)
#DEDDC9
(222,221,201)
#E6E5D4
(230,229,212)
#EEEDDF
(238,237,223)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A57C color. Also use rgb(166,165,124) instead hex code.

Text Font Color

.myTextColor { color: #A6A57C; }

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

This text font color is #A6A57C.


Background Color

.myBgColor { background-color: #A6A57C; }

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

This div background color is #A6A57C.


Border color

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

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

This div border color is #A6A57C.


Opacity

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

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

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

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

This text has shadow with #A6A57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A57C on black background.


Color preview on white background

This text has color #A6A57C on white background.



Black color preview on #A6A57C background

This text has black color on #A6A57C background.


White color preview on #A6A57C background

This text has white color on #A6A57C background.