COLOR #A6A07D

HEX: #A6A07D
RGB: (166,160,125)

Color info

#A6A07D contains red, green and blue colors in about the same proportion. Web safe color of #A6A07D is #999966 (or #996).

RGB color model

#A6A07D color RGB value is (166,160,125).

  • red value is 166;
  • green value is 160;
  • blue value is 125.
RGB:
(166,160,125)
(65%,63%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 125 of 255 = 49%

166
160
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 125 = 451 (100%)
R 166 of 451 ~ 36.81%
G 160 of 451 ~ 35.48%
B 125 of 451 ~ 27.72%

%36.81
%35.48
%27.72

CMYK color model

#A6A07D color CMYK value is (0,4,25,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(0,4,25,35)
C0M4Y25K35 
(0%,4%,25%,35%)
(0.00/0.04/0.25/0.35)	

CMYK percentages

%0
%3.61
%24.7
%34.9

Codes

Color #A6A07D in popluar color models

A6A07D
RGB166160125
HSL51°18.72%57.06%
HSB/HSV51°24.70%65.10%
CMYK0.00%3.61%24.70%
34.90%

Color #A6A07D in popluar number systems.

HEXA6A07D
Decimal166160125
Binary10100110101000001111101
Octal246240175

Shades and tints

Shades of #A6A07D

#A6A07D
(166,160,125)
#979272
(151,146,114)
#888467
(136,132,103)
#79765C
(121,118,92)
#6A6851
(106,104,81)
#5B5A46
(91,90,70)
#4C4C3B
(76,76,59)
#3D3E30
(61,62,48)
#2E3025
(46,48,37)
#1F221A
(31,34,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A6A07D

#A6A07D
(166,160,125)
#AEA888
(174,168,136)
#B6B093
(182,176,147)
#BEB89E
(190,184,158)
#C6C0A9
(198,192,169)
#CEC8B4
(206,200,180)
#D6D0BF
(214,208,191)
#DED8CA
(222,216,202)
#E6E0D5
(230,224,213)
#EEE8E0
(238,232,224)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A07D; }

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

This text font color is #A6A07D.


Background Color

.myBgColor { background-color: #A6A07D; }

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

This div background color is #A6A07D.


Border color

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

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

This div border color is #A6A07D.


Opacity

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

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

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

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

This text has shadow with #A6A07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A07D on black background.


Color preview on white background

This text has color #A6A07D on white background.



Black color preview on #A6A07D background

This text has black color on #A6A07D background.


White color preview on #A6A07D background

This text has white color on #A6A07D background.