COLOR #AE92A2

HEX: #AE92A2
RGB: (174,146,162)

Color info

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

RGB color model

#AE92A2 color RGB value is (174,146,162).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 162 of 255 = 64%

174
146
162

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 162 = 482 (100%)
R 174 of 482 ~ 36.1%
G 146 of 482 ~ 30.29%
B 162 of 482 ~ 33.61%

%36.1
%30.29
%33.61

CMYK color model

#AE92A2 color CMYK value is (0,16,7,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 6.90%
  • key color value is 31.76%
CMYK:
(0,16,7,32)
C0M16Y7K32 
(0%,16%,7%,32%)
(0.00/0.16/0.07/0.32)	

CMYK percentages

%0
%16.09
%6.9
%31.76

Codes

Color #AE92A2 in popluar color models

AE92A2
RGB174146162
HSL326°14.74%62.75%
HSB/HSV326°16.09%68.24%
CMYK0.00%16.09%6.90%
31.76%

Color #AE92A2 in popluar number systems.

HEXAE92A2
Decimal174146162
Binary101011101001001010100010
Octal256222242

Shades and tints

Shades of #AE92A2

#AE92A2
(174,146,162)
#9F8594
(159,133,148)
#907886
(144,120,134)
#816B78
(129,107,120)
#725E6A
(114,94,106)
#63515C
(99,81,92)
#54444E
(84,68,78)
#453740
(69,55,64)
#362A32
(54,42,50)
#271D24
(39,29,36)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE92A2

#AE92A2
(174,146,162)
#B59BAA
(181,155,170)
#BCA4B2
(188,164,178)
#C3ADBA
(195,173,186)
#CAB6C2
(202,182,194)
#D1BFCA
(209,191,202)
#D8C8D2
(216,200,210)
#DFD1DA
(223,209,218)
#E6DAE2
(230,218,226)
#EDE3EA
(237,227,234)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE92A2; }

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

This text font color is #AE92A2.


Background Color

.myBgColor { background-color: #AE92A2; }

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

This div background color is #AE92A2.


Border color

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

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

This div border color is #AE92A2.


Opacity

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

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

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

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

This text has shadow with #AE92A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92A2 on black background.


Color preview on white background

This text has color #AE92A2 on white background.



Black color preview on #AE92A2 background

This text has black color on #AE92A2 background.


White color preview on #AE92A2 background

This text has white color on #AE92A2 background.