COLOR #A6A085

HEX: #A6A085 RGB: (166,160,133)

Color info

#A6A085 contains red, green and blue colors in about the same proportion. Web safe color of #A6A085 is #999999 (or #999).

RGB color model

#A6A085 color RGB value is (166,160,133).

RGB: (166,160,133) (65%, 63%, 52%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 133 of 255 = 52%

166
160
133

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

Portions of RGB colors in percentages

R + G + B = 166 + 160 + 133 = 459 (100%)
R 166 of 459 ~ 36.17%
G 160 of 459 ~ 34.86%
B 133 of 459 ~ 28.98'%

%36.17
%34.86
%28.98

CMYK color model

#A6A085 color CMYK value is (0,4,20,35).

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

CMYK: (0,4,20,35)
C0M4Y20K35 (0%, 4%, 20%, 35%)
(0.00 / 0.04 / 0.20 / 0.35)

CMYK percentages

%0
%3.61
%19.88
%34.9

Codes

Color #A6A085 in popluar color models

A6 A0 85
RGB 166 160 133
HSL 49° 15.64% 58.63%
HSB/HSV 49° 19.88% 65.10%
CMYK 0.00% 3.61% 19.88%
34.90%

Color #A6A085 in popluar number systems.

HEX A6 A0 85
Decimal 166 160 133
Binary 10100110 10100000 10000101
Octal 246 240 205

Shades and tints

Shades of #A6A085

#A6A085
(166,160,133)
#979279
(151,146,121)
#88846D
(136,132,109)
#797661
(121,118,97)
#6A6855
(106,104,85)
#5B5A49
(91,90,73)
#4C4C3D
(76,76,61)
#3D3E31
(61,62,49)
#2E3025
(46,48,37)
#1F2219
(31,34,25)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #A6A085

#A6A085
(166,160,133)
#AEA890
(174,168,144)
#B6B09B
(182,176,155)
#BEB8A6
(190,184,166)
#C6C0B1
(198,192,177)
#CEC8BC
(206,200,188)
#D6D0C7
(214,208,199)
#DED8D2
(222,216,210)
#E6E0DD
(230,224,221)
#EEE8E8
(238,232,232)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A085; }

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

This text font color is #A6A085.

Background Color

.myBgColor { background-color: #A6A085; }

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

This div background color is #A6A085.

Border color

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

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

This div border color is #A6A085.

Opacity

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

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

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

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

This text has shadow with #A6A085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A085.

Preview

Color preview on black background

This text has color #A6A085 on black background.


Color preview on white background

This text has color #A6A085 on white background.


Black color preview on #A6A085 background

This text has black color on #A6A085 background.


White color preview on #A6A085 background

This text has white color on #A6A085 background.


Related colors

Complementary color

Complementary color for #hex is #595F7A.


I love getcolorcode.com

Triadic colors

1 #85A6A0 and #A085A6 with #A6A085 are triadic colors.

2 #85A0A6 and #A0A685 with #A6A085 are triadic colors.