COLOR #A6A27E

HEX: #A6A27E RGB: (166,162,126)

Color info

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

RGB color model

#A6A27E color RGB value is (166,162,126).

RGB: (166,162,126) (65%, 64%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 162 of 255 = 64%
B 126 of 255 = 49%

166
162
126

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

Portions of RGB colors in percentages

R + G + B = 166 + 162 + 126 = 454 (100%)
R 166 of 454 ~ 36.56%
G 162 of 454 ~ 35.68%
B 126 of 454 ~ 27.75'%

%36.56
%35.68
%27.75

CMYK color model

#A6A27E color CMYK value is (0,2,24,35).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 24.10%
  • key color value is 34.90%

CMYK: (0,2,24,35)
C0M2Y24K35 (0%, 2%, 24%, 35%)
(0.00 / 0.02 / 0.24 / 0.35)

CMYK percentages

%0
%2.41
%24.1
%34.9

Codes

Color #A6A27E in popluar color models

A6 A2 7E
RGB 166 162 126
HSL 54° 18.35% 57.25%
HSB/HSV 54° 24.10% 65.10%
CMYK 0.00% 2.41% 24.10%
34.90%

Color #A6A27E in popluar number systems.

HEX A6 A2 7E
Decimal 166 162 126
Binary 10100110 10100010 1111110
Octal 246 242 176

Shades and tints

Shades of #A6A27E

#A6A27E
(166,162,126)
#979473
(151,148,115)
#888668
(136,134,104)
#79785D
(121,120,93)
#6A6A52
(106,106,82)
#5B5C47
(91,92,71)
#4C4E3C
(76,78,60)
#3D4031
(61,64,49)
#2E3226
(46,50,38)
#1F241B
(31,36,27)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #A6A27E

#A6A27E
(166,162,126)
#AEAA89
(174,170,137)
#B6B294
(182,178,148)
#BEBA9F
(190,186,159)
#C6C2AA
(198,194,170)
#CECAB5
(206,202,181)
#D6D2C0
(214,210,192)
#DEDACB
(222,218,203)
#E6E2D6
(230,226,214)
#EEEAE1
(238,234,225)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A27E; }

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

This text font color is #A6A27E.

Background Color

.myBgColor { background-color: #A6A27E; }

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

This div background color is #A6A27E.

Border color

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

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

This div border color is #A6A27E.

Opacity

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

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

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

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

This text has shadow with #A6A27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A27E.

Preview

Color preview on black background

This text has color #A6A27E on black background.


Color preview on white background

This text has color #A6A27E on white background.


Black color preview on #A6A27E background

This text has black color on #A6A27E background.


White color preview on #A6A27E background

This text has white color on #A6A27E background.


Related colors

Complementary color

Complementary color for #hex is #595D81.


I love getcolorcode.com

Triadic colors

1 #7EA6A2 and #A27EA6 with #A6A27E are triadic colors.

2 #7EA2A6 and #A2A67E with #A6A27E are triadic colors.