COLOR #AE92AD

HEX: #AE92AD
RGB: (174,146,173)

Color info

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

RGB color model

#AE92AD color RGB value is (174,146,173).

  • red value is 174;
  • green value is 146;
  • blue value is 173.
RGB:
(174,146,173)
(68%,57%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 173 of 255 = 68%

174
146
173

R + G + B ~ 64%. #AE92AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 173 = 493 (100%)
R 174 of 493 ~ 35.29%
G 146 of 493 ~ 29.61%
B 173 of 493 ~ 35.09%

%35.29
%29.61
%35.09

CMYK color model

#AE92AD color CMYK value is (0,16,1,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(0,16,1,32)
C0M16Y1K32 
(0%,16%,1%,32%)
(0.00/0.16/0.01/0.32)	

CMYK percentages

%0
%16.09
%0.57
%31.76

Codes

Color #AE92AD in popluar color models

AE92AD
RGB174146173
HSL302°14.74%62.75%
HSB/HSV302°16.09%68.24%
CMYK0.00%16.09%0.57%
31.76%

Color #AE92AD in popluar number systems.

HEXAE92AD
Decimal174146173
Binary101011101001001010101101
Octal256222255

Shades and tints

Shades of #AE92AD

#AE92AD
(174,146,173)
#9F859E
(159,133,158)
#90788F
(144,120,143)
#816B80
(129,107,128)
#725E71
(114,94,113)
#635162
(99,81,98)
#544453
(84,68,83)
#453744
(69,55,68)
#362A35
(54,42,53)
#271D26
(39,29,38)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AE92AD

#AE92AD
(174,146,173)
#B59BB4
(181,155,180)
#BCA4BB
(188,164,187)
#C3ADC2
(195,173,194)
#CAB6C9
(202,182,201)
#D1BFD0
(209,191,208)
#D8C8D7
(216,200,215)
#DFD1DE
(223,209,222)
#E6DAE5
(230,218,229)
#EDE3EC
(237,227,236)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE92AD color. Also use rgb(174,146,173) instead hex code.

Text Font Color

.myTextColor { color: #AE92AD; }

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

This text font color is #AE92AD.


Background Color

.myBgColor { background-color: #AE92AD; }

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

This div background color is #AE92AD.


Border color

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

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

This div border color is #AE92AD.


Opacity

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

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

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

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

This text has shadow with #AE92AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92AD on black background.


Color preview on white background

This text has color #AE92AD on white background.



Black color preview on #AE92AD background

This text has black color on #AE92AD background.


White color preview on #AE92AD background

This text has white color on #AE92AD background.