COLOR #AE998E

HEX: #AE998E
RGB: (174,153,142)

Color info

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

RGB color model

#AE998E color RGB value is (174,153,142).

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

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 142 of 255 = 56%

174
153
142

R + G + B ~ 61%. #AE998E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 142 = 469 (100%)
R 174 of 469 ~ 37.1%
G 153 of 469 ~ 32.62%
B 142 of 469 ~ 30.28%

%37.1
%32.62
%30.28

CMYK color model

#AE998E color CMYK value is (0,12,18,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(0,12,18,32)
C0M12Y18K32 
(0%,12%,18%,32%)
(0.00/0.12/0.18/0.32)	

CMYK percentages

%0
%12.07
%18.39
%31.76

Codes

Color #AE998E in popluar color models

AE998E
RGB174153142
HSL21°16.49%61.96%
HSB/HSV21°18.39%68.24%
CMYK0.00%12.07%18.39%
31.76%

Color #AE998E in popluar number systems.

HEXAE998E
Decimal174153142
Binary101011101001100110001110
Octal256231216

Shades and tints

Shades of #AE998E

#AE998E
(174,153,142)
#9F8C82
(159,140,130)
#907F76
(144,127,118)
#81726A
(129,114,106)
#72655E
(114,101,94)
#635852
(99,88,82)
#544B46
(84,75,70)
#453E3A
(69,62,58)
#36312E
(54,49,46)
#272422
(39,36,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AE998E

#AE998E
(174,153,142)
#B5A298
(181,162,152)
#BCABA2
(188,171,162)
#C3B4AC
(195,180,172)
#CABDB6
(202,189,182)
#D1C6C0
(209,198,192)
#D8CFCA
(216,207,202)
#DFD8D4
(223,216,212)
#E6E1DE
(230,225,222)
#EDEAE8
(237,234,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE998E; }

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

This text font color is #AE998E.


Background Color

.myBgColor { background-color: #AE998E; }

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

This div background color is #AE998E.


Border color

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

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

This div border color is #AE998E.


Opacity

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

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

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

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

This text has shadow with #AE998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE998E on black background.


Color preview on white background

This text has color #AE998E on white background.



Black color preview on #AE998E background

This text has black color on #AE998E background.


White color preview on #AE998E background

This text has white color on #AE998E background.