COLOR #AEB281

HEX: #AEB281 RGB: (174,178,129)

Color info

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

RGB color model

#AEB281 color RGB value is (174,178,129).

RGB: (174,178,129) (68%, 70%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 129 of 255 = 51%

174
178
129

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 129 = 481 (100%)
R 174 of 481 ~ 36.17%
G 178 of 481 ~ 37.01%
B 129 of 481 ~ 26.82'%

%36.17
%37.01
%26.82

CMYK color model

#AEB281 color CMYK value is (2,0,28,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK: (2,0,28,30) C2M0Y28K30 (2%,0%,28%,30%) (0.02/0.00/0.28/0.30) 

CMYK percentages

%2.25
%0
%27.53
%30.2

Codes

Color #AEB281 in popluar color models

AE B2 81
RGB 174 178 129
HSL 65° 24.14% 60.20%
HSB/HSV 65° 27.53% 69.80%
CMYK 2.25% 0.00% 27.53%
30.20%

Color #AEB281 in popluar number systems.

HEX AE B2 81
Decimal 174 178 129
Binary 10101110 10110010 10000001
Octal 256 262 201

Shades and tints

Shades of #AEB281

#AEB281
(174,178,129)
#9FA276
(159,162,118)
#90926B
(144,146,107)
#818260
(129,130,96)
#727255
(114,114,85)
#63624A
(99,98,74)
#54523F
(84,82,63)
#454234
(69,66,52)
#363229
(54,50,41)
#27221E
(39,34,30)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB281

#AEB281
(174,178,129)
#B5B98C
(181,185,140)
#BCC097
(188,192,151)
#C3C7A2
(195,199,162)
#CACEAD
(202,206,173)
#D1D5B8
(209,213,184)
#D8DCC3
(216,220,195)
#DFE3CE
(223,227,206)
#E6EAD9
(230,234,217)
#EDF1E4
(237,241,228)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB281 color. Also use rgb(174,178,129) instead hex code.

Text Font Color

.myTextColor { color: #AEB281; }

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

This text font color is #AEB281.

Background Color

.myBgColor { background-color: #AEB281; }

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

This div background color is #AEB281.

Border color

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

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

This div border color is #AEB281.

Opacity

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

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

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

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

This text has shadow with #AEB281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB281.

Preview

Color preview on black background

This text has color #AEB281 on black background.


Color preview on white background

This text has color #AEB281 on white background.


Black color preview on #AEB281 background

This text has black color on #AEB281 background.


White color preview on #AEB281 background

This text has white color on #AEB281 background.


Related colors

Complementary color

Complementary color for #hex is #514D7E.


I love getcolorcode.com

Triadic colors

1 #81AEB2 and #B281AE with #AEB281 are triadic colors.

2 #81B2AE and #B2AE81 with #AEB281 are triadic colors.