COLOR #AE968F

HEX: #AE968F
RGB: (174,150,143)

Color info

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

RGB color model

#AE968F color RGB value is (174,150,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 143 of 255 = 56%

174
150
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 143 = 467 (100%)
R 174 of 467 ~ 37.26%
G 150 of 467 ~ 32.12%
B 143 of 467 ~ 30.62%

%37.26
%32.12
%30.62

CMYK color model

#AE968F color CMYK value is (0,14,18,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,14,18,32)
C0M14Y18K32 
(0%,14%,18%,32%)
(0.00/0.14/0.18/0.32)	

CMYK percentages

%0
%13.79
%17.82
%31.76

Codes

Color #AE968F in popluar color models

AE968F
RGB174150143
HSL14°16.06%62.16%
HSB/HSV14°17.82%68.24%
CMYK0.00%13.79%17.82%
31.76%

Color #AE968F in popluar number systems.

HEXAE968F
Decimal174150143
Binary101011101001011010001111
Octal256226217

Shades and tints

Shades of #AE968F

#AE968F
(174,150,143)
#9F8982
(159,137,130)
#907C75
(144,124,117)
#816F68
(129,111,104)
#72625B
(114,98,91)
#63554E
(99,85,78)
#544841
(84,72,65)
#453B34
(69,59,52)
#362E27
(54,46,39)
#27211A
(39,33,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AE968F

#AE968F
(174,150,143)
#B59F99
(181,159,153)
#BCA8A3
(188,168,163)
#C3B1AD
(195,177,173)
#CABAB7
(202,186,183)
#D1C3C1
(209,195,193)
#D8CCCB
(216,204,203)
#DFD5D5
(223,213,213)
#E6DEDF
(230,222,223)
#EDE7E9
(237,231,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE968F; }

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

This text font color is #AE968F.


Background Color

.myBgColor { background-color: #AE968F; }

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

This div background color is #AE968F.


Border color

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

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

This div border color is #AE968F.


Opacity

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

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

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

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

This text has shadow with #AE968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE968F on black background.


Color preview on white background

This text has color #AE968F on white background.



Black color preview on #AE968F background

This text has black color on #AE968F background.


White color preview on #AE968F background

This text has white color on #AE968F background.