COLOR #AE995F

HEX: #AE995F
RGB: (174,153,95)

Color info

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

RGB color model

#AE995F color RGB value is (174,153,95).

  • red value is 174;
  • green value is 153;
  • blue value is 95.
RGB:
(174,153,95)
(68%,60%,37%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 95 of 255 = 37%

174
153
95

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

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 95 = 422 (100%)
R 174 of 422 ~ 41.23%
G 153 of 422 ~ 36.26%
B 95 of 422 ~ 22.51%

%41.23
%36.26
%22.51

CMYK color model

#AE995F color CMYK value is (0,12,45,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 45.40%
  • key color value is 31.76%
CMYK:
(0,12,45,32)
C0M12Y45K32 
(0%,12%,45%,32%)
(0.00/0.12/0.45/0.32)	

CMYK percentages

%0
%12.07
%45.4
%31.76

Codes

Color #AE995F in popluar color models

AE995F
RGB17415395
HSL44°32.78%52.75%
HSB/HSV44°45.40%68.24%
CMYK0.00%12.07%45.40%
31.76%

Color #AE995F in popluar number systems.

HEXAE995F
Decimal17415395
Binary10101110100110011011111
Octal256231137

Shades and tints

Shades of #AE995F

#AE995F
(174,153,95)
#9F8C57
(159,140,87)
#907F4F
(144,127,79)
#817247
(129,114,71)
#72653F
(114,101,63)
#635837
(99,88,55)
#544B2F
(84,75,47)
#453E27
(69,62,39)
#36311F
(54,49,31)
#272417
(39,36,23)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #AE995F

#AE995F
(174,153,95)
#B5A26D
(181,162,109)
#BCAB7B
(188,171,123)
#C3B489
(195,180,137)
#CABD97
(202,189,151)
#D1C6A5
(209,198,165)
#D8CFB3
(216,207,179)
#DFD8C1
(223,216,193)
#E6E1CF
(230,225,207)
#EDEADD
(237,234,221)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE995F color. Also use rgb(174,153,95) instead hex code.

Text Font Color

.myTextColor { color: #AE995F; }

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

This text font color is #AE995F.


Background Color

.myBgColor { background-color: #AE995F; }

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

This div background color is #AE995F.


Border color

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

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

This div border color is #AE995F.


Opacity

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

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

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

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

This text has shadow with #AE995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE995F on black background.


Color preview on white background

This text has color #AE995F on white background.



Black color preview on #AE995F background

This text has black color on #AE995F background.


White color preview on #AE995F background

This text has white color on #AE995F background.