COLOR #AEB07D

HEX: #AEB07D
RGB: (174,176,125)

Color info

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

RGB color model

#AEB07D color RGB value is (174,176,125).

  • red value is 174;
  • green value is 176;
  • blue value is 125.
RGB:
(174,176,125)
(68%,69%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 125 of 255 = 49%

174
176
125

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 125 = 475 (100%)
R 174 of 475 ~ 36.63%
G 176 of 475 ~ 37.05%
B 125 of 475 ~ 26.32%

%36.63
%37.05
%26.32

CMYK color model

#AEB07D color CMYK value is (1,0,29,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK:
(1,0,29,31)
C1M0Y29K31 
(1%,0%,29%,31%)
(0.01/0.00/0.29/0.31)	

CMYK percentages

%1.14
%0
%28.98
%30.98

Codes

Color #AEB07D in popluar color models

AEB07D
RGB174176125
HSL62°24.40%59.02%
HSB/HSV62°28.98%69.02%
CMYK1.14%0.00%28.98%
30.98%

Color #AEB07D in popluar number systems.

HEXAEB07D
Decimal174176125
Binary10101110101100001111101
Octal256260175

Shades and tints

Shades of #AEB07D

#AEB07D
(174,176,125)
#9FA072
(159,160,114)
#909067
(144,144,103)
#81805C
(129,128,92)
#727051
(114,112,81)
#636046
(99,96,70)
#54503B
(84,80,59)
#454030
(69,64,48)
#363025
(54,48,37)
#27201A
(39,32,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AEB07D

#AEB07D
(174,176,125)
#B5B788
(181,183,136)
#BCBE93
(188,190,147)
#C3C59E
(195,197,158)
#CACCA9
(202,204,169)
#D1D3B4
(209,211,180)
#D8DABF
(216,218,191)
#DFE1CA
(223,225,202)
#E6E8D5
(230,232,213)
#EDEFE0
(237,239,224)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB07D color. Also use rgb(174,176,125) instead hex code.

Text Font Color

.myTextColor { color: #AEB07D; }

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

This text font color is #AEB07D.


Background Color

.myBgColor { background-color: #AEB07D; }

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

This div background color is #AEB07D.


Border color

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

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

This div border color is #AEB07D.


Opacity

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

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

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

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

This text has shadow with #AEB07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB07D on black background.


Color preview on white background

This text has color #AEB07D on white background.



Black color preview on #AEB07D background

This text has black color on #AEB07D background.


White color preview on #AEB07D background

This text has white color on #AEB07D background.