COLOR #A6A06A

HEX: #A6A06A RGB: (166,160,106)

Color info

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

RGB color model

#A6A06A color RGB value is (166,160,106).

RGB: (166,160,106) (65%, 63%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 106 of 255 = 42%

166
160
106

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

Portions of RGB colors in percentages

R + G + B = 166 + 160 + 106 = 432 (100%)
R 166 of 432 ~ 38.43%
G 160 of 432 ~ 37.04%
B 106 of 432 ~ 24.54'%

%38.43
%37.04
%24.54

CMYK color model

#A6A06A color CMYK value is (0,4,36,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 36.14%
  • key color value is 34.90%

CMYK: (0,4,36,35)
C0M4Y36K35 (0%, 4%, 36%, 35%)
(0.00 / 0.04 / 0.36 / 0.35)

CMYK percentages

%0
%3.61
%36.14
%34.9

Codes

Color #A6A06A in popluar color models

A6 A0 6A
RGB 166 160 106
HSL 54° 25.21% 53.33%
HSB/HSV 54° 36.14% 65.10%
CMYK 0.00% 3.61% 36.14%
34.90%

Color #A6A06A in popluar number systems.

HEX A6 A0 6A
Decimal 166 160 106
Binary 10100110 10100000 1101010
Octal 246 240 152

Shades and tints

Shades of #A6A06A

#A6A06A
(166,160,106)
#979261
(151,146,97)
#888458
(136,132,88)
#79764F
(121,118,79)
#6A6846
(106,104,70)
#5B5A3D
(91,90,61)
#4C4C34
(76,76,52)
#3D3E2B
(61,62,43)
#2E3022
(46,48,34)
#1F2219
(31,34,25)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A6A06A

#A6A06A
(166,160,106)
#AEA877
(174,168,119)
#B6B084
(182,176,132)
#BEB891
(190,184,145)
#C6C09E
(198,192,158)
#CEC8AB
(206,200,171)
#D6D0B8
(214,208,184)
#DED8C5
(222,216,197)
#E6E0D2
(230,224,210)
#EEE8DF
(238,232,223)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A06A; }

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

This text font color is #A6A06A.

Background Color

.myBgColor { background-color: #A6A06A; }

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

This div background color is #A6A06A.

Border color

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

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

This div border color is #A6A06A.

Opacity

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

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

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

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

This text has shadow with #A6A06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A06A.

Preview

Color preview on black background

This text has color #A6A06A on black background.


Color preview on white background

This text has color #A6A06A on white background.


Black color preview on #A6A06A background

This text has black color on #A6A06A background.


White color preview on #A6A06A background

This text has white color on #A6A06A background.


Related colors

Complementary color

Complementary color for #hex is #595F95.


I love getcolorcode.com

Triadic colors

1 #6AA6A0 and #A06AA6 with #A6A06A are triadic colors.

2 #6AA0A6 and #A0A66A with #A6A06A are triadic colors.