COLOR #A6A68A

HEX: #A6A68A
RGB: (166,166,138)

Color info

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

RGB color model

#A6A68A color RGB value is (166,166,138).

  • red value is 166;
  • green value is 166;
  • blue value is 138.
RGB:
(166,166,138)
(65%,65%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 138 of 255 = 54%

166
166
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 138 = 470 (100%)
R 166 of 470 ~ 35.32%
G 166 of 470 ~ 35.32%
B 138 of 470 ~ 29.36%

%35.32
%35.32
%29.36

CMYK color model

#A6A68A color CMYK value is (0,0,17,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(0,0,17,35)
C0M0Y17K35 
(0%,0%,17%,35%)
(0.00/0.00/0.17/0.35)	

CMYK percentages

%0
%0
%16.87
%34.9

Codes

Color #A6A68A in popluar color models

A6A68A
RGB166166138
HSL60°13.59%59.61%
HSB/HSV60°16.87%65.10%
CMYK0.00%0.00%16.87%
34.90%

Color #A6A68A in popluar number systems.

HEXA6A68A
Decimal166166138
Binary101001101010011010001010
Octal246246212

Shades and tints

Shades of #A6A68A

#A6A68A
(166,166,138)
#97977E
(151,151,126)
#888872
(136,136,114)
#797966
(121,121,102)
#6A6A5A
(106,106,90)
#5B5B4E
(91,91,78)
#4C4C42
(76,76,66)
#3D3D36
(61,61,54)
#2E2E2A
(46,46,42)
#1F1F1E
(31,31,30)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #A6A68A

#A6A68A
(166,166,138)
#AEAE94
(174,174,148)
#B6B69E
(182,182,158)
#BEBEA8
(190,190,168)
#C6C6B2
(198,198,178)
#CECEBC
(206,206,188)
#D6D6C6
(214,214,198)
#DEDED0
(222,222,208)
#E6E6DA
(230,230,218)
#EEEEE4
(238,238,228)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A68A; }

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

This text font color is #A6A68A.


Background Color

.myBgColor { background-color: #A6A68A; }

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

This div background color is #A6A68A.


Border color

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

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

This div border color is #A6A68A.


Opacity

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

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

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

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

This text has shadow with #A6A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A68A on black background.


Color preview on white background

This text has color #A6A68A on white background.



Black color preview on #A6A68A background

This text has black color on #A6A68A background.


White color preview on #A6A68A background

This text has white color on #A6A68A background.