COLOR #A6A381

HEX: #A6A381
RGB: (166,163,129)

Color info

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

RGB color model

#A6A381 color RGB value is (166,163,129).

  • red value is 166;
  • green value is 163;
  • blue value is 129.
RGB:
(166,163,129)
(65%,64%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 129 of 255 = 51%

166
163
129

R + G + B ~ 60%. #A6A381 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 163 + 129 = 458 (100%)
R 166 of 458 ~ 36.24%
G 163 of 458 ~ 35.59%
B 129 of 458 ~ 28.17%

%36.24
%35.59
%28.17

CMYK color model

#A6A381 color CMYK value is (0,2,22,35).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(0,2,22,35)
C0M2Y22K35 
(0%,2%,22%,35%)
(0.00/0.02/0.22/0.35)	

CMYK percentages

%0
%1.81
%22.29
%34.9

Codes

Color #A6A381 in popluar color models

A6A381
RGB166163129
HSL55°17.21%57.84%
HSB/HSV55°22.29%65.10%
CMYK0.00%1.81%22.29%
34.90%

Color #A6A381 in popluar number systems.

HEXA6A381
Decimal166163129
Binary101001101010001110000001
Octal246243201

Shades and tints

Shades of #A6A381

#A6A381
(166,163,129)
#979576
(151,149,118)
#88876B
(136,135,107)
#797960
(121,121,96)
#6A6B55
(106,107,85)
#5B5D4A
(91,93,74)
#4C4F3F
(76,79,63)
#3D4134
(61,65,52)
#2E3329
(46,51,41)
#1F251E
(31,37,30)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6A381

#A6A381
(166,163,129)
#AEAB8C
(174,171,140)
#B6B397
(182,179,151)
#BEBBA2
(190,187,162)
#C6C3AD
(198,195,173)
#CECBB8
(206,203,184)
#D6D3C3
(214,211,195)
#DEDBCE
(222,219,206)
#E6E3D9
(230,227,217)
#EEEBE4
(238,235,228)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A381; }

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

This text font color is #A6A381.


Background Color

.myBgColor { background-color: #A6A381; }

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

This div background color is #A6A381.


Border color

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

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

This div border color is #A6A381.


Opacity

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

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

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

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

This text has shadow with #A6A381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A381 on black background.


Color preview on white background

This text has color #A6A381 on white background.



Black color preview on #A6A381 background

This text has black color on #A6A381 background.


White color preview on #A6A381 background

This text has white color on #A6A381 background.