COLOR #AE969B

HEX: #AE969B RGB: (174,150,155)

Color info

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

RGB color model

#AE969B color RGB value is (174,150,155).

RGB: (174,150,155) (68%, 59%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 155 of 255 = 61%

174
150
155

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

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 155 = 479 (100%)
R 174 of 479 ~ 36.33%
G 150 of 479 ~ 31.32%
B 155 of 479 ~ 32.36'%

%36.33
%31.32
%32.36

CMYK color model

#AE969B color CMYK value is (0,14,11,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 10.92%
  • key color value is 31.76%

CMYK: (0,14,11,32)
C0M14Y11K32 (0%, 14%, 11%, 32%)
(0.00 / 0.14 / 0.11 / 0.32)

CMYK percentages

%0
%13.79
%10.92
%31.76

Codes

Color #AE969B in popluar color models

AE 96 9B
RGB 174 150 155
HSL 348° 12.90% 63.53%
HSB/HSV 348° 13.79% 68.24%
CMYK 0.00% 13.79% 10.92%
31.76%

Color #AE969B in popluar number systems.

HEX AE 96 9B
Decimal 174 150 155
Binary 10101110 10010110 10011011
Octal 256 226 233

Shades and tints

Shades of #AE969B

#AE969B
(174,150,155)
#9F898D
(159,137,141)
#907C7F
(144,124,127)
#816F71
(129,111,113)
#726263
(114,98,99)
#635555
(99,85,85)
#544847
(84,72,71)
#453B39
(69,59,57)
#362E2B
(54,46,43)
#27211D
(39,33,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AE969B

#AE969B
(174,150,155)
#B59FA4
(181,159,164)
#BCA8AD
(188,168,173)
#C3B1B6
(195,177,182)
#CABABF
(202,186,191)
#D1C3C8
(209,195,200)
#D8CCD1
(216,204,209)
#DFD5DA
(223,213,218)
#E6DEE3
(230,222,227)
#EDE7EC
(237,231,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE969B; }

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

This text font color is #AE969B.

Background Color

.myBgColor { background-color: #AE969B; }

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

This div background color is #AE969B.

Border color

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

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

This div border color is #AE969B.

Opacity

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

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

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

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

This text has shadow with #AE969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE969B.

Preview

Color preview on black background

This text has color #AE969B on black background.


Color preview on white background

This text has color #AE969B on white background.


Black color preview on #AE969B background

This text has black color on #AE969B background.


White color preview on #AE969B background

This text has white color on #AE969B background.


Related colors

Complementary color

Complementary color for #hex is #516964.


I love getcolorcode.com

Triadic colors

1 #9BAE96 and #969BAE with #AE969B are triadic colors.

2 #9B96AE and #96AE9B with #AE969B are triadic colors.