COLOR #A6A17B

HEX: #A6A17B
RGB: (166,161,123)

Color info

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

RGB color model

#A6A17B color RGB value is (166,161,123).

  • red value is 166;
  • green value is 161;
  • blue value is 123.
RGB:
(166,161,123)
(65%,63%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 123 of 255 = 48%

166
161
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 161 + 123 = 450 (100%)
R 166 of 450 ~ 36.89%
G 161 of 450 ~ 35.78%
B 123 of 450 ~ 27.33%

%36.89
%35.78
%27.33

CMYK color model

#A6A17B color CMYK value is (0,3,26,35).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,3,26,35)
C0M3Y26K35 
(0%,3%,26%,35%)
(0.00/0.03/0.26/0.35)	

CMYK percentages

%0
%3.01
%25.9
%34.9

Codes

Color #A6A17B in popluar color models

A6A17B
RGB166161123
HSL53°19.46%56.67%
HSB/HSV53°25.90%65.10%
CMYK0.00%3.01%25.90%
34.90%

Color #A6A17B in popluar number systems.

HEXA6A17B
Decimal166161123
Binary10100110101000011111011
Octal246241173

Shades and tints

Shades of #A6A17B

#A6A17B
(166,161,123)
#979370
(151,147,112)
#888565
(136,133,101)
#79775A
(121,119,90)
#6A694F
(106,105,79)
#5B5B44
(91,91,68)
#4C4D39
(76,77,57)
#3D3F2E
(61,63,46)
#2E3123
(46,49,35)
#1F2318
(31,35,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #A6A17B

#A6A17B
(166,161,123)
#AEA987
(174,169,135)
#B6B193
(182,177,147)
#BEB99F
(190,185,159)
#C6C1AB
(198,193,171)
#CEC9B7
(206,201,183)
#D6D1C3
(214,209,195)
#DED9CF
(222,217,207)
#E6E1DB
(230,225,219)
#EEE9E7
(238,233,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A17B; }

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

This text font color is #A6A17B.


Background Color

.myBgColor { background-color: #A6A17B; }

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

This div background color is #A6A17B.


Border color

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

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

This div border color is #A6A17B.


Opacity

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

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

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

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

This text has shadow with #A6A17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A17B on black background.


Color preview on white background

This text has color #A6A17B on white background.



Black color preview on #A6A17B background

This text has black color on #A6A17B background.


White color preview on #A6A17B background

This text has white color on #A6A17B background.