COLOR #A6AE7B

HEX: #A6AE7B RGB: (166,174,123)

Color info

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

RGB color model

#A6AE7B color RGB value is (166,174,123).

RGB: (166,174,123) (65%, 68%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 123 of 255 = 48%

166
174
123

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

Portions of RGB colors in percentages

R + G + B = 166 + 174 + 123 = 463 (100%)
R 166 of 463 ~ 35.85%
G 174 of 463 ~ 37.58%
B 123 of 463 ~ 26.57'%

%35.85
%37.58
%26.57

CMYK color model

#A6AE7B color CMYK value is (5,0,29,32).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 31.76%

CMYK: (5,0,29,32)
C5M0Y29K32 (5%, 0%, 29%, 32%)
(0.05 / 0.00 / 0.29 / 0.32)

CMYK percentages

%4.6
%0
%29.31
%31.76

Codes

Color #A6AE7B in popluar color models

A6 AE 7B
RGB 166 174 123
HSL 69° 23.94% 58.24%
HSB/HSV 69° 29.31% 68.24%
CMYK 4.60% 0.00% 29.31%
31.76%

Color #A6AE7B in popluar number systems.

HEX A6 AE 7B
Decimal 166 174 123
Binary 10100110 10101110 1111011
Octal 246 256 173

Shades and tints

Shades of #A6AE7B

#A6AE7B
(166,174,123)
#979F70
(151,159,112)
#889065
(136,144,101)
#79815A
(121,129,90)
#6A724F
(106,114,79)
#5B6344
(91,99,68)
#4C5439
(76,84,57)
#3D452E
(61,69,46)
#2E3623
(46,54,35)
#1F2718
(31,39,24)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #A6AE7B

#A6AE7B
(166,174,123)
#AEB587
(174,181,135)
#B6BC93
(182,188,147)
#BEC39F
(190,195,159)
#C6CAAB
(198,202,171)
#CED1B7
(206,209,183)
#D6D8C3
(214,216,195)
#DEDFCF
(222,223,207)
#E6E6DB
(230,230,219)
#EEEDE7
(238,237,231)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AE7B; }

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

This text font color is #A6AE7B.

Background Color

.myBgColor { background-color: #A6AE7B; }

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

This div background color is #A6AE7B.

Border color

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

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

This div border color is #A6AE7B.

Opacity

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

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

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

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

This text has shadow with #A6AE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AE7B.

Preview

Color preview on black background

This text has color #A6AE7B on black background.


Color preview on white background

This text has color #A6AE7B on white background.


Black color preview on #A6AE7B background

This text has black color on #A6AE7B background.


White color preview on #A6AE7B background

This text has white color on #A6AE7B background.


Related colors

Complementary color

Complementary color for #hex is #595184.


I love getcolorcode.com

Triadic colors

1 #7BA6AE and #AE7BA6 with #A6AE7B are triadic colors.

2 #7BAEA6 and #AEA67B with #A6AE7B are triadic colors.