COLOR #A6A388

HEX: #A6A388 RGB: (166,163,136)

Color info

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

RGB color model

#A6A388 color RGB value is (166,163,136).

RGB: (166,163,136) (65%, 64%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 136 of 255 = 53%

166
163
136

R + G + B ~ 61%. #A6A388 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 163 + 136 = 465 (100%)
R 166 of 465 ~ 35.7%
G 163 of 465 ~ 35.05%
B 136 of 465 ~ 29.25'%

%35.7
%35.05
%29.25

CMYK color model

#A6A388 color CMYK value is (0,2,18,35).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK: (0,2,18,35) C0M2Y18K35 (0%,2%,18%,35%) (0.00/0.02/0.18/0.35) 

CMYK percentages

%0
%1.81
%18.07
%34.9

Codes

Color #A6A388 in popluar color models

A6 A3 88
RGB 166 163 136
HSL 54° 14.42% 59.22%
HSB/HSV 54° 18.07% 65.10%
CMYK 0.00% 1.81% 18.07%
34.90%

Color #A6A388 in popluar number systems.

HEX A6 A3 88
Decimal 166 163 136
Binary 10100110 10100011 10001000
Octal 246 243 210

Shades and tints

Shades of #A6A388

#A6A388
(166,163,136)
#97957C
(151,149,124)
#888770
(136,135,112)
#797964
(121,121,100)
#6A6B58
(106,107,88)
#5B5D4C
(91,93,76)
#4C4F40
(76,79,64)
#3D4134
(61,65,52)
#2E3328
(46,51,40)
#1F251C
(31,37,28)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #A6A388

#A6A388
(166,163,136)
#AEAB92
(174,171,146)
#B6B39C
(182,179,156)
#BEBBA6
(190,187,166)
#C6C3B0
(198,195,176)
#CECBBA
(206,203,186)
#D6D3C4
(214,211,196)
#DEDBCE
(222,219,206)
#E6E3D8
(230,227,216)
#EEEBE2
(238,235,226)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A388 color. Also use rgb(166,163,136) instead hex code.

Text Font Color

.myTextColor { color: #A6A388; }

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

This text font color is #A6A388.

Background Color

.myBgColor { background-color: #A6A388; }

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

This div background color is #A6A388.

Border color

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

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

This div border color is #A6A388.

Opacity

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

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

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

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

This text has shadow with #A6A388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A388.

Preview

Color preview on black background

This text has color #A6A388 on black background.


Color preview on white background

This text has color #A6A388 on white background.


Black color preview on #A6A388 background

This text has black color on #A6A388 background.


White color preview on #A6A388 background

This text has white color on #A6A388 background.


Related colors

Complementary color

Complementary color for #hex is #595C77.


I love getcolorcode.com

Triadic colors

1 #88A6A3 and #A388A6 with #A6A388 are triadic colors.

2 #88A3A6 and #A3A688 with #A6A388 are triadic colors.