COLOR #AEABA0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
171
160

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

Portions of RGB colors in percentages

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

%34.46
%33.86
%31.68

CMYK color model

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

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

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

CMYK percentages

%0
%1.72
%8.05
%31.76

Codes

Color #AEABA0 in popluar color models

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

Color #AEABA0 in popluar number systems.

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

Shades and tints

Shades of #AEABA0

#AEABA0
(174,171,160)
#9F9C92
(159,156,146)
#908D84
(144,141,132)
#817E76
(129,126,118)
#726F68
(114,111,104)
#63605A
(99,96,90)
#54514C
(84,81,76)
#45423E
(69,66,62)
#363330
(54,51,48)
#272422
(39,36,34)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEABA0

#AEABA0
(174,171,160)
#B5B2A8
(181,178,168)
#BCB9B0
(188,185,176)
#C3C0B8
(195,192,184)
#CAC7C0
(202,199,192)
#D1CEC8
(209,206,200)
#D8D5D0
(216,213,208)
#DFDCD8
(223,220,216)
#E6E3E0
(230,227,224)
#EDEAE8
(237,234,232)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABA0; }

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

This text font color is #AEABA0.

Background Color

.myBgColor { background-color: #AEABA0; }

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

This div background color is #AEABA0.

Border color

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

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

This div border color is #AEABA0.

Opacity

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

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

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

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

This text has shadow with #AEABA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEABA0.

Preview

Color preview on black background

This text has color #AEABA0 on black background.


Color preview on white background

This text has color #AEABA0 on white background.


Black color preview on #AEABA0 background

This text has black color on #AEABA0 background.


White color preview on #AEABA0 background

This text has white color on #AEABA0 background.


Related colors

Complementary color

Complementary color for #hex is #51545F.


I love getcolorcode.com

Triadic colors

1 #A0AEAB and #ABA0AE with #AEABA0 are triadic colors.

2 #A0ABAE and #ABAEA0 with #AEABA0 are triadic colors.