COLOR #A6A98F

HEX: #A6A98F
RGB: (166,169,143)

Color info

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

RGB color model

#A6A98F color RGB value is (166,169,143).

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

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 143 of 255 = 56%

166
169
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 143 = 478 (100%)
R 166 of 478 ~ 34.73%
G 169 of 478 ~ 35.36%
B 143 of 478 ~ 29.92%

%34.73
%35.36
%29.92

CMYK color model

#A6A98F color CMYK value is (2,0,15,34).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(2,0,15,34)
C2M0Y15K34 
(2%,0%,15%,34%)
(0.02/0.00/0.15/0.34)	

CMYK percentages

%1.78
%0
%15.38
%33.73

Codes

Color #A6A98F in popluar color models

A6A98F
RGB166169143
HSL67°13.13%61.18%
HSB/HSV67°15.38%66.27%
CMYK1.78%0.00%15.38%
33.73%

Color #A6A98F in popluar number systems.

HEXA6A98F
Decimal166169143
Binary101001101010100110001111
Octal246251217

Shades and tints

Shades of #A6A98F

#A6A98F
(166,169,143)
#979A82
(151,154,130)
#888B75
(136,139,117)
#797C68
(121,124,104)
#6A6D5B
(106,109,91)
#5B5E4E
(91,94,78)
#4C4F41
(76,79,65)
#3D4034
(61,64,52)
#2E3127
(46,49,39)
#1F221A
(31,34,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #A6A98F

#A6A98F
(166,169,143)
#AEB099
(174,176,153)
#B6B7A3
(182,183,163)
#BEBEAD
(190,190,173)
#C6C5B7
(198,197,183)
#CECCC1
(206,204,193)
#D6D3CB
(214,211,203)
#DEDAD5
(222,218,213)
#E6E1DF
(230,225,223)
#EEE8E9
(238,232,233)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A98F; }

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

This text font color is #A6A98F.


Background Color

.myBgColor { background-color: #A6A98F; }

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

This div background color is #A6A98F.


Border color

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

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

This div border color is #A6A98F.


Opacity

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

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

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

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

This text has shadow with #A6A98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A98F on black background.


Color preview on white background

This text has color #A6A98F on white background.



Black color preview on #A6A98F background

This text has black color on #A6A98F background.


White color preview on #A6A98F background

This text has white color on #A6A98F background.