COLOR #AEB367

HEX: #AEB367 RGB: (174,179,103)

Color info

#AEB367 contains mainly red and green colors. Web safe color of #AEB367 is #999966 (or #996).

RGB color model

#AEB367 color RGB value is (174,179,103).

RGB: (174,179,103) (68%, 70%, 40%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 103 of 255 = 40%

174
179
103

R + G + B ~ 59%. #AEB367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 103 = 456 (100%)
R 174 of 456 ~ 38.16%
G 179 of 456 ~ 39.25%
B 103 of 456 ~ 22.59'%

%38.16
%39.25
%22.59

CMYK color model

#AEB367 color CMYK value is (3,0,42,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 42.46%
  • key color value is 29.80%
CMYK: (3,0,42,30) C3M0Y42K30 (3%,0%,42%,30%) (0.03/0.00/0.42/0.30) 

CMYK percentages

%2.79
%0
%42.46
%29.8

Codes

Color #AEB367 in popluar color models

AE B3 67
RGB 174 179 103
HSL 64° 33.33% 55.29%
HSB/HSV 64° 42.46% 70.20%
CMYK 2.79% 0.00% 42.46%
29.80%

Color #AEB367 in popluar number systems.

HEX AE B3 67
Decimal 174 179 103
Binary 10101110 10110011 1100111
Octal 256 263 147

Shades and tints

Shades of #AEB367

#AEB367
(174,179,103)
#9FA35E
(159,163,94)
#909355
(144,147,85)
#81834C
(129,131,76)
#727343
(114,115,67)
#63633A
(99,99,58)
#545331
(84,83,49)
#454328
(69,67,40)
#36331F
(54,51,31)
#272316
(39,35,22)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AEB367

#AEB367
(174,179,103)
#B5B974
(181,185,116)
#BCBF81
(188,191,129)
#C3C58E
(195,197,142)
#CACB9B
(202,203,155)
#D1D1A8
(209,209,168)
#D8D7B5
(216,215,181)
#DFDDC2
(223,221,194)
#E6E3CF
(230,227,207)
#EDE9DC
(237,233,220)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB367 color. Also use rgb(174,179,103) instead hex code.

Text Font Color

.myTextColor { color: #AEB367; }

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

This text font color is #AEB367.

Background Color

.myBgColor { background-color: #AEB367; }

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

This div background color is #AEB367.

Border color

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

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

This div border color is #AEB367.

Opacity

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

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

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

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

This text has shadow with #AEB367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB367.

Preview

Color preview on black background

This text has color #AEB367 on black background.


Color preview on white background

This text has color #AEB367 on white background.


Black color preview on #AEB367 background

This text has black color on #AEB367 background.


White color preview on #AEB367 background

This text has white color on #AEB367 background.


Related colors

Complementary color

Complementary color for #hex is #514C98.


I love getcolorcode.com

Triadic colors

1 #67AEB3 and #B367AE with #AEB367 are triadic colors.

2 #67B3AE and #B3AE67 with #AEB367 are triadic colors.