COLOR #A6A07B

HEX: #A6A07B RGB: (166,160,123)

Color info

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

RGB color model

#A6A07B color RGB value is (166,160,123).

RGB: (166,160,123) (65%, 63%, 48%)

RGB channels and saturation

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

166
160
123

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

Portions of RGB colors in percentages

R + G + B = 166 + 160 + 123 = 449 (100%)
R 166 of 449 ~ 36.97%
G 160 of 449 ~ 35.63%
B 123 of 449 ~ 27.39'%

%36.97
%35.63
%27.39

CMYK color model

#A6A07B color CMYK value is (0,4,26,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 25.90%
  • key color value is 34.90%

CMYK: (0,4,26,35)
C0M4Y26K35 (0%, 4%, 26%, 35%)
(0.00 / 0.04 / 0.26 / 0.35)

CMYK percentages

%0
%3.61
%25.9
%34.9

Codes

Color #A6A07B in popluar color models

A6 A0 7B
RGB 166 160 123
HSL 52° 19.46% 56.67%
HSB/HSV 52° 25.90% 65.10%
CMYK 0.00% 3.61% 25.90%
34.90%

Color #A6A07B in popluar number systems.

HEX A6 A0 7B
Decimal 166 160 123
Binary 10100110 10100000 1111011
Octal 246 240 173

Shades and tints

Shades of #A6A07B

#A6A07B
(166,160,123)
#979270
(151,146,112)
#888465
(136,132,101)
#79765A
(121,118,90)
#6A684F
(106,104,79)
#5B5A44
(91,90,68)
#4C4C39
(76,76,57)
#3D3E2E
(61,62,46)
#2E3023
(46,48,35)
#1F2218
(31,34,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #A6A07B

#A6A07B
(166,160,123)
#AEA887
(174,168,135)
#B6B093
(182,176,147)
#BEB89F
(190,184,159)
#C6C0AB
(198,192,171)
#CEC8B7
(206,200,183)
#D6D0C3
(214,208,195)
#DED8CF
(222,216,207)
#E6E0DB
(230,224,219)
#EEE8E7
(238,232,231)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A07B; }

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

This text font color is #A6A07B.

Background Color

.myBgColor { background-color: #A6A07B; }

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

This div background color is #A6A07B.

Border color

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

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

This div border color is #A6A07B.

Opacity

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

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

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

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

This text has shadow with #A6A07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A07B.

Preview

Color preview on black background

This text has color #A6A07B on black background.


Color preview on white background

This text has color #A6A07B on white background.


Black color preview on #A6A07B background

This text has black color on #A6A07B background.


White color preview on #A6A07B background

This text has white color on #A6A07B background.


Related colors

Complementary color

Complementary color for #hex is #595F84.


I love getcolorcode.com

Triadic colors

1 #7BA6A0 and #A07BA6 with #A6A07B are triadic colors.

2 #7BA0A6 and #A0A67B with #A6A07B are triadic colors.