COLOR #AEAF7B

HEX: #AEAF7B
RGB: (174,175,123)

Color info

#AEAF7B contains red, green and blue colors in about the same proportion. Web safe color of #AEAF7B is #999966 (or #996).

RGB color model

#AEAF7B color RGB value is (174,175,123).

  • red value is 174;
  • green value is 175;
  • blue value is 123.
RGB:
(174,175,123)
(68%,69%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 123 of 255 = 48%

174
175
123

R + G + B ~ 62%. #AEAF7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 123 = 472 (100%)
R 174 of 472 ~ 36.86%
G 175 of 472 ~ 37.08%
B 123 of 472 ~ 26.06%

%36.86
%37.08
%26.06

CMYK color model

#AEAF7B color CMYK value is (1,0,30,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 31.37%
CMYK:
(1,0,30,31)
C1M0Y30K31 
(1%,0%,30%,31%)
(0.01/0.00/0.30/0.31)	

CMYK percentages

%0.57
%0
%29.71
%31.37

Codes

Color #AEAF7B in popluar color models

AEAF7B
RGB174175123
HSL61°24.53%58.43%
HSB/HSV61°29.71%68.63%
CMYK0.57%0.00%29.71%
31.37%

Color #AEAF7B in popluar number systems.

HEXAEAF7B
Decimal174175123
Binary10101110101011111111011
Octal256257173

Shades and tints

Shades of #AEAF7B

#AEAF7B
(174,175,123)
#9FA070
(159,160,112)
#909165
(144,145,101)
#81825A
(129,130,90)
#72734F
(114,115,79)
#636444
(99,100,68)
#545539
(84,85,57)
#45462E
(69,70,46)
#363723
(54,55,35)
#272818
(39,40,24)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #AEAF7B

#AEAF7B
(174,175,123)
#B5B687
(181,182,135)
#BCBD93
(188,189,147)
#C3C49F
(195,196,159)
#CACBAB
(202,203,171)
#D1D2B7
(209,210,183)
#D8D9C3
(216,217,195)
#DFE0CF
(223,224,207)
#E6E7DB
(230,231,219)
#EDEEE7
(237,238,231)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAF7B color. Also use rgb(174,175,123) instead hex code.

Text Font Color

.myTextColor { color: #AEAF7B; }

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

This text font color is #AEAF7B.


Background Color

.myBgColor { background-color: #AEAF7B; }

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

This div background color is #AEAF7B.


Border color

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

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

This div border color is #AEAF7B.


Opacity

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

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

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

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

This text has shadow with #AEAF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAF7B on black background.


Color preview on white background

This text has color #AEAF7B on white background.



Black color preview on #AEAF7B background

This text has black color on #AEAF7B background.


White color preview on #AEAF7B background

This text has white color on #AEAF7B background.