COLOR #AEB671

HEX: #AEB671
RGB: (174,182,113)

Color info

#AEB671 contains mainly red and green colors. Web safe color of #AEB671 is #99CC66 (or #9C6).

RGB color model

#AEB671 color RGB value is (174,182,113).

  • red value is 174;
  • green value is 182;
  • blue value is 113.
RGB:
(174,182,113)
(68%,71%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 113 of 255 = 44%

174
182
113

R + G + B ~ 61%. #AEB671 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 113 = 469 (100%)
R 174 of 469 ~ 37.1%
G 182 of 469 ~ 38.81%
B 113 of 469 ~ 24.09%

%37.1
%38.81
%24.09

CMYK color model

#AEB671 color CMYK value is (4,0,38,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 28.63%
CMYK:
(4,0,38,29)
C4M0Y38K29 
(4%,0%,38%,29%)
(0.04/0.00/0.38/0.29)	

CMYK percentages

%4.4
%0
%37.91
%28.63

Codes

Color #AEB671 in popluar color models

AEB671
RGB174182113
HSL67°32.09%57.84%
HSB/HSV67°37.91%71.37%
CMYK4.40%0.00%37.91%
28.63%

Color #AEB671 in popluar number systems.

HEXAEB671
Decimal174182113
Binary10101110101101101110001
Octal256266161

Shades and tints

Shades of #AEB671

#AEB671
(174,182,113)
#9FA667
(159,166,103)
#90965D
(144,150,93)
#818653
(129,134,83)
#727649
(114,118,73)
#63663F
(99,102,63)
#545635
(84,86,53)
#45462B
(69,70,43)
#363621
(54,54,33)
#272617
(39,38,23)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AEB671

#AEB671
(174,182,113)
#B5BC7D
(181,188,125)
#BCC289
(188,194,137)
#C3C895
(195,200,149)
#CACEA1
(202,206,161)
#D1D4AD
(209,212,173)
#D8DAB9
(216,218,185)
#DFE0C5
(223,224,197)
#E6E6D1
(230,230,209)
#EDECDD
(237,236,221)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB671 color. Also use rgb(174,182,113) instead hex code.

Text Font Color

.myTextColor { color: #AEB671; }

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

This text font color is #AEB671.


Background Color

.myBgColor { background-color: #AEB671; }

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

This div background color is #AEB671.


Border color

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

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

This div border color is #AEB671.


Opacity

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

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

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

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

This text has shadow with #AEB671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB671 on black background.


Color preview on white background

This text has color #AEB671 on white background.



Black color preview on #AEB671 background

This text has black color on #AEB671 background.


White color preview on #AEB671 background

This text has white color on #AEB671 background.