COLOR #AEA0AB

HEX: #AEA0AB RGB: (174,160,171)

Color info

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

RGB color model

#AEA0AB color RGB value is (174,160,171).

RGB: (174,160,171) (68%, 63%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 171 of 255 = 67%

174
160
171

R + G + B ~ 66%. #AEA0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 171 = 505 (100%)
R 174 of 505 ~ 34.46%
G 160 of 505 ~ 31.68%
B 171 of 505 ~ 33.86'%

%34.46
%31.68
%33.86

CMYK color model

#AEA0AB color CMYK value is (0,8,2,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (0,8,2,32)
C0M8Y2K32 (0%, 8%, 2%, 32%)
(0.00 / 0.08 / 0.02 / 0.32)

CMYK percentages

%0
%8.05
%1.72
%31.76

Codes

Color #AEA0AB in popluar color models

AE A0 AB
RGB 174 160 171
HSL 313° 7.95% 65.49%
HSB/HSV 313° 8.05% 68.24%
CMYK 0.00% 8.05% 1.72%
31.76%

Color #AEA0AB in popluar number systems.

HEX AE A0 AB
Decimal 174 160 171
Binary 10101110 10100000 10101011
Octal 256 240 253

Shades and tints

Shades of #AEA0AB

#AEA0AB
(174,160,171)
#9F929C
(159,146,156)
#90848D
(144,132,141)
#81767E
(129,118,126)
#72686F
(114,104,111)
#635A60
(99,90,96)
#544C51
(84,76,81)
#453E42
(69,62,66)
#363033
(54,48,51)
#272224
(39,34,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEA0AB

#AEA0AB
(174,160,171)
#B5A8B2
(181,168,178)
#BCB0B9
(188,176,185)
#C3B8C0
(195,184,192)
#CAC0C7
(202,192,199)
#D1C8CE
(209,200,206)
#D8D0D5
(216,208,213)
#DFD8DC
(223,216,220)
#E6E0E3
(230,224,227)
#EDE8EA
(237,232,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0AB; }

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

This text font color is #AEA0AB.

Background Color

.myBgColor { background-color: #AEA0AB; }

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

This div background color is #AEA0AB.

Border color

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

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

This div border color is #AEA0AB.

Opacity

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

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

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

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

This text has shadow with #AEA0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0AB.

Preview

Color preview on black background

This text has color #AEA0AB on black background.


Color preview on white background

This text has color #AEA0AB on white background.


Black color preview on #AEA0AB background

This text has black color on #AEA0AB background.


White color preview on #AEA0AB background

This text has white color on #AEA0AB background.


Related colors

Complementary color

Complementary color for #hex is #515F54.


I love getcolorcode.com

Triadic colors

1 #ABAEA0 and #A0ABAE with #AEA0AB are triadic colors.

2 #ABA0AE and #A0AEAB with #AEA0AB are triadic colors.