COLOR #A6A78F

HEX: #A6A78F
RGB: (166,167,143)

Color info

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

RGB color model

#A6A78F color RGB value is (166,167,143).

  • red value is 166;
  • green value is 167;
  • blue value is 143.
RGB:
(166,167,143)
(65%,65%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 167 of 255 = 65%
B 143 of 255 = 56%

166
167
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 167 + 143 = 476 (100%)
R 166 of 476 ~ 34.87%
G 167 of 476 ~ 35.08%
B 143 of 476 ~ 30.04%

%34.87
%35.08
%30.04

CMYK color model

#A6A78F color CMYK value is (1,0,14,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(1,0,14,35)
C1M0Y14K35 
(1%,0%,14%,35%)
(0.01/0.00/0.14/0.35)	

CMYK percentages

%0.6
%0
%14.37
%34.51

Codes

Color #A6A78F in popluar color models

A6A78F
RGB166167143
HSL63°12.00%60.78%
HSB/HSV63°14.37%65.49%
CMYK0.60%0.00%14.37%
34.51%

Color #A6A78F in popluar number systems.

HEXA6A78F
Decimal166167143
Binary101001101010011110001111
Octal246247217

Shades and tints

Shades of #A6A78F

#A6A78F
(166,167,143)
#979882
(151,152,130)
#888975
(136,137,117)
#797A68
(121,122,104)
#6A6B5B
(106,107,91)
#5B5C4E
(91,92,78)
#4C4D41
(76,77,65)
#3D3E34
(61,62,52)
#2E2F27
(46,47,39)
#1F201A
(31,32,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A6A78F

#A6A78F
(166,167,143)
#AEAF99
(174,175,153)
#B6B7A3
(182,183,163)
#BEBFAD
(190,191,173)
#C6C7B7
(198,199,183)
#CECFC1
(206,207,193)
#D6D7CB
(214,215,203)
#DEDFD5
(222,223,213)
#E6E7DF
(230,231,223)
#EEEFE9
(238,239,233)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A78F; }

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

This text font color is #A6A78F.


Background Color

.myBgColor { background-color: #A6A78F; }

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

This div background color is #A6A78F.


Border color

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

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

This div border color is #A6A78F.


Opacity

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

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

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

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

This text has shadow with #A6A78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A78F on black background.


Color preview on white background

This text has color #A6A78F on white background.



Black color preview on #A6A78F background

This text has black color on #A6A78F background.


White color preview on #A6A78F background

This text has white color on #A6A78F background.