COLOR #A6A78D

HEX: #A6A78D RGB: (166,167,141)

Color info

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

RGB color model

#A6A78D color RGB value is (166,167,141).

RGB: (166,167,141) (65%, 65%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 167 of 255 = 65%
B 141 of 255 = 55%

166
167
141

R + G + B ~ 62%. #A6A78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 167 + 141 = 474 (100%)
R 166 of 474 ~ 35.02%
G 167 of 474 ~ 35.23%
B 141 of 474 ~ 29.75'%

%35.02
%35.23
%29.75

CMYK color model

#A6A78D color CMYK value is (1,0,16,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK: (1,0,16,35) C1M0Y16K35 (1%,0%,16%,35%) (0.01/0.00/0.16/0.35) 

CMYK percentages

%0.6
%0
%15.57
%34.51

Codes

Color #A6A78D in popluar color models

A6 A7 8D
RGB 166 167 141
HSL 62° 12.87% 60.39%
HSB/HSV 62° 15.57% 65.49%
CMYK 0.60% 0.00% 15.57%
34.51%

Color #A6A78D in popluar number systems.

HEX A6 A7 8D
Decimal 166 167 141
Binary 10100110 10100111 10001101
Octal 246 247 215

Shades and tints

Shades of #A6A78D

#A6A78D
(166,167,141)
#979881
(151,152,129)
#888975
(136,137,117)
#797A69
(121,122,105)
#6A6B5D
(106,107,93)
#5B5C51
(91,92,81)
#4C4D45
(76,77,69)
#3D3E39
(61,62,57)
#2E2F2D
(46,47,45)
#1F2021
(31,32,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A6A78D

#A6A78D
(166,167,141)
#AEAF97
(174,175,151)
#B6B7A1
(182,183,161)
#BEBFAB
(190,191,171)
#C6C7B5
(198,199,181)
#CECFBF
(206,207,191)
#D6D7C9
(214,215,201)
#DEDFD3
(222,223,211)
#E6E7DD
(230,231,221)
#EEEFE7
(238,239,231)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A78D color. Also use rgb(166,167,141) instead hex code.

Text Font Color

.myTextColor { color: #A6A78D; }

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

This text font color is #A6A78D.

Background Color

.myBgColor { background-color: #A6A78D; }

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

This div background color is #A6A78D.

Border color

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

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

This div border color is #A6A78D.

Opacity

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

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

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

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

This text has shadow with #A6A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A78D.

Preview

Color preview on black background

This text has color #A6A78D on black background.


Color preview on white background

This text has color #A6A78D on white background.


Black color preview on #A6A78D background

This text has black color on #A6A78D background.


White color preview on #A6A78D background

This text has white color on #A6A78D background.


Related colors

Complementary color

Complementary color for #hex is #595872.


I love getcolorcode.com

Triadic colors

1 #8DA6A7 and #A78DA6 with #A6A78D are triadic colors.

2 #8DA7A6 and #A7A68D with #A6A78D are triadic colors.