COLOR #AEA68F

HEX: #AEA68F
RGB: (174,166,143)

Color info

#AEA68F contains red, green and blue colors in about the same proportion. Web safe color of #AEA68F is #999999 (or #999).

RGB color model

#AEA68F color RGB value is (174,166,143).

  • red value is 174;
  • green value is 166;
  • blue value is 143.
RGB:
(174,166,143)
(68%,65%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 143 of 255 = 56%

174
166
143

R + G + B ~ 63%. #AEA68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 143 = 483 (100%)
R 174 of 483 ~ 36.02%
G 166 of 483 ~ 34.37%
B 143 of 483 ~ 29.61%

%36.02
%34.37
%29.61

CMYK color model

#AEA68F color CMYK value is (0,5,18,32).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,5,18,32)
C0M5Y18K32 
(0%,5%,18%,32%)
(0.00/0.05/0.18/0.32)	

CMYK percentages

%0
%4.6
%17.82
%31.76

Codes

Color #AEA68F in popluar color models

AEA68F
RGB174166143
HSL45°16.06%62.16%
HSB/HSV45°17.82%68.24%
CMYK0.00%4.60%17.82%
31.76%

Color #AEA68F in popluar number systems.

HEXAEA68F
Decimal174166143
Binary101011101010011010001111
Octal256246217

Shades and tints

Shades of #AEA68F

#AEA68F
(174,166,143)
#9F9782
(159,151,130)
#908875
(144,136,117)
#817968
(129,121,104)
#726A5B
(114,106,91)
#635B4E
(99,91,78)
#544C41
(84,76,65)
#453D34
(69,61,52)
#362E27
(54,46,39)
#271F1A
(39,31,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AEA68F

#AEA68F
(174,166,143)
#B5AE99
(181,174,153)
#BCB6A3
(188,182,163)
#C3BEAD
(195,190,173)
#CAC6B7
(202,198,183)
#D1CEC1
(209,206,193)
#D8D6CB
(216,214,203)
#DFDED5
(223,222,213)
#E6E6DF
(230,230,223)
#EDEEE9
(237,238,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA68F; }

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

This text font color is #AEA68F.


Background Color

.myBgColor { background-color: #AEA68F; }

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

This div background color is #AEA68F.


Border color

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

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

This div border color is #AEA68F.


Opacity

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

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

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

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

This text has shadow with #AEA68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA68F on black background.


Color preview on white background

This text has color #AEA68F on white background.



Black color preview on #AEA68F background

This text has black color on #AEA68F background.


White color preview on #AEA68F background

This text has white color on #AEA68F background.