COLOR #A6A052

HEX: #A6A052
RGB: (166,160,82)

Color info

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

RGB color model

#A6A052 color RGB value is (166,160,82).

  • red value is 166;
  • green value is 160;
  • blue value is 82.
RGB:
(166,160,82)
(65%,63%,32%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 82 of 255 = 32%

166
160
82

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

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 82 = 408 (100%)
R 166 of 408 ~ 40.69%
G 160 of 408 ~ 39.22%
B 82 of 408 ~ 20.1%

%40.69
%39.22
%20.1

CMYK color model

#A6A052 color CMYK value is (0,4,51,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 50.60%
  • key color value is 34.90%
CMYK:
(0,4,51,35)
C0M4Y51K35 
(0%,4%,51%,35%)
(0.00/0.04/0.51/0.35)	

CMYK percentages

%0
%3.61
%50.6
%34.9

Codes

Color #A6A052 in popluar color models

A6A052
RGB16616082
HSL56°33.87%48.63%
HSB/HSV56°50.60%65.10%
CMYK0.00%3.61%50.60%
34.90%

Color #A6A052 in popluar number systems.

HEXA6A052
Decimal16616082
Binary10100110101000001010010
Octal246240122

Shades and tints

Shades of #A6A052

#A6A052
(166,160,82)
#97924B
(151,146,75)
#888444
(136,132,68)
#79763D
(121,118,61)
#6A6836
(106,104,54)
#5B5A2F
(91,90,47)
#4C4C28
(76,76,40)
#3D3E21
(61,62,33)
#2E301A
(46,48,26)
#1F2213
(31,34,19)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #A6A052

#A6A052
(166,160,82)
#AEA861
(174,168,97)
#B6B070
(182,176,112)
#BEB87F
(190,184,127)
#C6C08E
(198,192,142)
#CEC89D
(206,200,157)
#D6D0AC
(214,208,172)
#DED8BB
(222,216,187)
#E6E0CA
(230,224,202)
#EEE8D9
(238,232,217)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A052 color. Also use rgb(166,160,82) instead hex code.

Text Font Color

.myTextColor { color: #A6A052; }

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

This text font color is #A6A052.


Background Color

.myBgColor { background-color: #A6A052; }

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

This div background color is #A6A052.


Border color

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

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

This div border color is #A6A052.


Opacity

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

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

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

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

This text has shadow with #A6A052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A052 on black background.


Color preview on white background

This text has color #A6A052 on white background.



Black color preview on #A6A052 background

This text has black color on #A6A052 background.


White color preview on #A6A052 background

This text has white color on #A6A052 background.