COLOR #A6AE6D

HEX: #A6AE6D RGB: (166,174,109)

Color info

#A6AE6D contains mainly red and green colors. Web safe color of #A6AE6D is #999966 (or #996).

RGB color model

#A6AE6D color RGB value is (166,174,109).

RGB: (166,174,109) (65%, 68%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 109 of 255 = 43%

166
174
109

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

Portions of RGB colors in percentages

R + G + B = 166 + 174 + 109 = 449 (100%)
R 166 of 449 ~ 36.97%
G 174 of 449 ~ 38.75%
B 109 of 449 ~ 24.28'%

%36.97
%38.75
%24.28

CMYK color model

#A6AE6D color CMYK value is (5,0,37,32).

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

CMYK: (5,0,37,32)
C5M0Y37K32 (5%, 0%, 37%, 32%)
(0.05 / 0.00 / 0.37 / 0.32)

CMYK percentages

%4.6
%0
%37.36
%31.76

Codes

Color #A6AE6D in popluar color models

A6 AE 6D
RGB 166 174 109
HSL 67° 28.63% 55.49%
HSB/HSV 67° 37.36% 68.24%
CMYK 4.60% 0.00% 37.36%
31.76%

Color #A6AE6D in popluar number systems.

HEX A6 AE 6D
Decimal 166 174 109
Binary 10100110 10101110 1101101
Octal 246 256 155

Shades and tints

Shades of #A6AE6D

#A6AE6D
(166,174,109)
#979F64
(151,159,100)
#88905B
(136,144,91)
#798152
(121,129,82)
#6A7249
(106,114,73)
#5B6340
(91,99,64)
#4C5437
(76,84,55)
#3D452E
(61,69,46)
#2E3625
(46,54,37)
#1F271C
(31,39,28)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #A6AE6D

#A6AE6D
(166,174,109)
#AEB57A
(174,181,122)
#B6BC87
(182,188,135)
#BEC394
(190,195,148)
#C6CAA1
(198,202,161)
#CED1AE
(206,209,174)
#D6D8BB
(214,216,187)
#DEDFC8
(222,223,200)
#E6E6D5
(230,230,213)
#EEEDE2
(238,237,226)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AE6D; }

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

This text font color is #A6AE6D.

Background Color

.myBgColor { background-color: #A6AE6D; }

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

This div background color is #A6AE6D.

Border color

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

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

This div border color is #A6AE6D.

Opacity

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

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

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

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

This text has shadow with #A6AE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AE6D.

Preview

Color preview on black background

This text has color #A6AE6D on black background.


Color preview on white background

This text has color #A6AE6D on white background.


Black color preview on #A6AE6D background

This text has black color on #A6AE6D background.


White color preview on #A6AE6D background

This text has white color on #A6AE6D background.


Related colors

Complementary color

Complementary color for #hex is #595192.


I love getcolorcode.com

Triadic colors

1 #6DA6AE and #AE6DA6 with #A6AE6D are triadic colors.

2 #6DAEA6 and #AEA66D with #A6AE6D are triadic colors.