COLOR #AEA0B0

HEX: #AEA0B0 RGB: (174,160,176)

Color info

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

RGB color model

#AEA0B0 color RGB value is (174,160,176).

RGB: (174,160,176) (68%, 63%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 176 of 255 = 69%

174
160
176

R + G + B ~ 67%. #AEA0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 176 = 510 (100%)
R 174 of 510 ~ 34.12%
G 160 of 510 ~ 31.37%
B 176 of 510 ~ 34.51'%

%34.12
%31.37
%34.51

CMYK color model

#AEA0B0 color CMYK value is (1,9,0,31).

  • cyan value is 1.14%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (1,9,0,31)
C1M9Y0K31 (1%, 9%, 0%, 31%)
(0.01 / 0.09 / 0.00 / 0.31)

CMYK percentages

%1.14
%9.09
%0
%30.98

Codes

Color #AEA0B0 in popluar color models

AE A0 B0
RGB 174 160 176
HSL 293° 9.20% 65.88%
HSB/HSV 293° 9.09% 69.02%
CMYK 1.14% 9.09% 0.00%
30.98%

Color #AEA0B0 in popluar number systems.

HEX AE A0 B0
Decimal 174 160 176
Binary 10101110 10100000 10110000
Octal 256 240 260

Shades and tints

Shades of #AEA0B0

#AEA0B0
(174,160,176)
#9F92A0
(159,146,160)
#908490
(144,132,144)
#817680
(129,118,128)
#726870
(114,104,112)
#635A60
(99,90,96)
#544C50
(84,76,80)
#453E40
(69,62,64)
#363030
(54,48,48)
#272220
(39,34,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEA0B0

#AEA0B0
(174,160,176)
#B5A8B7
(181,168,183)
#BCB0BE
(188,176,190)
#C3B8C5
(195,184,197)
#CAC0CC
(202,192,204)
#D1C8D3
(209,200,211)
#D8D0DA
(216,208,218)
#DFD8E1
(223,216,225)
#E6E0E8
(230,224,232)
#EDE8EF
(237,232,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA0B0 color. Also use rgb(174,160,176) instead hex code.

Text Font Color

.myTextColor { color: #AEA0B0; }

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

This text font color is #AEA0B0.

Background Color

.myBgColor { background-color: #AEA0B0; }

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

This div background color is #AEA0B0.

Border color

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

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

This div border color is #AEA0B0.

Opacity

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

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

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

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

This text has shadow with #AEA0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0B0.

Preview

Color preview on black background

This text has color #AEA0B0 on black background.


Color preview on white background

This text has color #AEA0B0 on white background.


Black color preview on #AEA0B0 background

This text has black color on #AEA0B0 background.


White color preview on #AEA0B0 background

This text has white color on #AEA0B0 background.


Related colors

Complementary color

Complementary color for #hex is #515F4F.


I love getcolorcode.com

Triadic colors

1 #B0AEA0 and #A0B0AE with #AEA0B0 are triadic colors.

2 #B0A0AE and #A0AEB0 with #AEA0B0 are triadic colors.