COLOR #A6AE5C

HEX: #A6AE5C RGB: (166,174,92)

Color info

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

RGB color model

#A6AE5C color RGB value is (166,174,92).

RGB: (166,174,92) (65%, 68%, 36%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 92 of 255 = 36%

166
174
92

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

Portions of RGB colors in percentages

R + G + B = 166 + 174 + 92 = 432 (100%)
R 166 of 432 ~ 38.43%
G 174 of 432 ~ 40.28%
B 92 of 432 ~ 21.3'%

%38.43
%40.28
%21.3

CMYK color model

#A6AE5C color CMYK value is (5,0,47,32).

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

CMYK: (5,0,47,32)
C5M0Y47K32 (5%, 0%, 47%, 32%)
(0.05 / 0.00 / 0.47 / 0.32)

CMYK percentages

%4.6
%0
%47.13
%31.76

Codes

Color #A6AE5C in popluar color models

A6 AE 5C
RGB 166 174 92
HSL 66° 33.61% 52.16%
HSB/HSV 66° 47.13% 68.24%
CMYK 4.60% 0.00% 47.13%
31.76%

Color #A6AE5C in popluar number systems.

HEX A6 AE 5C
Decimal 166 174 92
Binary 10100110 10101110 1011100
Octal 246 256 134

Shades and tints

Shades of #A6AE5C

#A6AE5C
(166,174,92)
#979F54
(151,159,84)
#88904C
(136,144,76)
#798144
(121,129,68)
#6A723C
(106,114,60)
#5B6334
(91,99,52)
#4C542C
(76,84,44)
#3D4524
(61,69,36)
#2E361C
(46,54,28)
#1F2714
(31,39,20)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #A6AE5C

#A6AE5C
(166,174,92)
#AEB56A
(174,181,106)
#B6BC78
(182,188,120)
#BEC386
(190,195,134)
#C6CA94
(198,202,148)
#CED1A2
(206,209,162)
#D6D8B0
(214,216,176)
#DEDFBE
(222,223,190)
#E6E6CC
(230,230,204)
#EEEDDA
(238,237,218)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AE5C; }

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

This text font color is #A6AE5C.

Background Color

.myBgColor { background-color: #A6AE5C; }

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

This div background color is #A6AE5C.

Border color

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

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

This div border color is #A6AE5C.

Opacity

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

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

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

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

This text has shadow with #A6AE5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AE5C.

Preview

Color preview on black background

This text has color #A6AE5C on black background.


Color preview on white background

This text has color #A6AE5C on white background.


Black color preview on #A6AE5C background

This text has black color on #A6AE5C background.


White color preview on #A6AE5C background

This text has white color on #A6AE5C background.


Related colors

Complementary color

Complementary color for #hex is #5951A3.


I love getcolorcode.com

Triadic colors

1 #5CA6AE and #AE5CA6 with #A6AE5C are triadic colors.

2 #5CAEA6 and #AEA65C with #A6AE5C are triadic colors.