COLOR #A6A078

HEX: #A6A078
RGB: (166,160,120)

Color info

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

RGB color model

#A6A078 color RGB value is (166,160,120).

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

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 120 of 255 = 47%

166
160
120

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

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 120 = 446 (100%)
R 166 of 446 ~ 37.22%
G 160 of 446 ~ 35.87%
B 120 of 446 ~ 26.91%

%37.22
%35.87
%26.91

CMYK color model

#A6A078 color CMYK value is (0,4,28,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 27.71%
  • key color value is 34.90%
CMYK:
(0,4,28,35)
C0M4Y28K35 
(0%,4%,28%,35%)
(0.00/0.04/0.28/0.35)	

CMYK percentages

%0
%3.61
%27.71
%34.9

Codes

Color #A6A078 in popluar color models

A6A078
RGB166160120
HSL52°20.54%56.08%
HSB/HSV52°27.71%65.10%
CMYK0.00%3.61%27.71%
34.90%

Color #A6A078 in popluar number systems.

HEXA6A078
Decimal166160120
Binary10100110101000001111000
Octal246240170

Shades and tints

Shades of #A6A078

#A6A078
(166,160,120)
#97926E
(151,146,110)
#888464
(136,132,100)
#79765A
(121,118,90)
#6A6850
(106,104,80)
#5B5A46
(91,90,70)
#4C4C3C
(76,76,60)
#3D3E32
(61,62,50)
#2E3028
(46,48,40)
#1F221E
(31,34,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6A078

#A6A078
(166,160,120)
#AEA884
(174,168,132)
#B6B090
(182,176,144)
#BEB89C
(190,184,156)
#C6C0A8
(198,192,168)
#CEC8B4
(206,200,180)
#D6D0C0
(214,208,192)
#DED8CC
(222,216,204)
#E6E0D8
(230,224,216)
#EEE8E4
(238,232,228)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A078; }

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

This text font color is #A6A078.


Background Color

.myBgColor { background-color: #A6A078; }

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

This div background color is #A6A078.


Border color

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

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

This div border color is #A6A078.


Opacity

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

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

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

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

This text has shadow with #A6A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A078 on black background.


Color preview on white background

This text has color #A6A078 on white background.



Black color preview on #A6A078 background

This text has black color on #A6A078 background.


White color preview on #A6A078 background

This text has white color on #A6A078 background.