COLOR #AEA78F

HEX: #AEA78F
RGB: (174,167,143)

Color info

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

RGB color model

#AEA78F color RGB value is (174,167,143).

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

RGB channels and saturation

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

174
167
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 167 + 143 = 484 (100%)
R 174 of 484 ~ 35.95%
G 167 of 484 ~ 34.5%
B 143 of 484 ~ 29.55%

%35.95
%34.5
%29.55

CMYK color model

#AEA78F color CMYK value is (0,4,18,32).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,4,18,32)
C0M4Y18K32 
(0%,4%,18%,32%)
(0.00/0.04/0.18/0.32)	

CMYK percentages

%0
%4.02
%17.82
%31.76

Codes

Color #AEA78F in popluar color models

AEA78F
RGB174167143
HSL46°16.06%62.16%
HSB/HSV46°17.82%68.24%
CMYK0.00%4.02%17.82%
31.76%

Color #AEA78F in popluar number systems.

HEXAEA78F
Decimal174167143
Binary101011101010011110001111
Octal256247217

Shades and tints

Shades of #AEA78F

#AEA78F
(174,167,143)
#9F9882
(159,152,130)
#908975
(144,137,117)
#817A68
(129,122,104)
#726B5B
(114,107,91)
#635C4E
(99,92,78)
#544D41
(84,77,65)
#453E34
(69,62,52)
#362F27
(54,47,39)
#27201A
(39,32,26)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #AEA78F

#AEA78F
(174,167,143)
#B5AF99
(181,175,153)
#BCB7A3
(188,183,163)
#C3BFAD
(195,191,173)
#CAC7B7
(202,199,183)
#D1CFC1
(209,207,193)
#D8D7CB
(216,215,203)
#DFDFD5
(223,223,213)
#E6E7DF
(230,231,223)
#EDEFE9
(237,239,233)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA78F; }

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

This text font color is #AEA78F.


Background Color

.myBgColor { background-color: #AEA78F; }

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

This div background color is #AEA78F.


Border color

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

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

This div border color is #AEA78F.


Opacity

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

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

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

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

This text has shadow with #AEA78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA78F on black background.


Color preview on white background

This text has color #AEA78F on white background.



Black color preview on #AEA78F background

This text has black color on #AEA78F background.


White color preview on #AEA78F background

This text has white color on #AEA78F background.