COLOR #AEB275

HEX: #AEB275
RGB: (174,178,117)

Color info

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

RGB color model

#AEB275 color RGB value is (174,178,117).

  • red value is 174;
  • green value is 178;
  • blue value is 117.
RGB:
(174,178,117)
(68%,70%,46%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 117 of 255 = 46%

174
178
117

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 117 = 469 (100%)
R 174 of 469 ~ 37.1%
G 178 of 469 ~ 37.95%
B 117 of 469 ~ 24.95%

%37.1
%37.95
%24.95

CMYK color model

#AEB275 color CMYK value is (2,0,34,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 30.20%
CMYK:
(2,0,34,30)
C2M0Y34K30 
(2%,0%,34%,30%)
(0.02/0.00/0.34/0.30)	

CMYK percentages

%2.25
%0
%34.27
%30.2

Codes

Color #AEB275 in popluar color models

AEB275
RGB174178117
HSL64°28.37%57.84%
HSB/HSV64°34.27%69.80%
CMYK2.25%0.00%34.27%
30.20%

Color #AEB275 in popluar number systems.

HEXAEB275
Decimal174178117
Binary10101110101100101110101
Octal256262165

Shades and tints

Shades of #AEB275

#AEB275
(174,178,117)
#9FA26B
(159,162,107)
#909261
(144,146,97)
#818257
(129,130,87)
#72724D
(114,114,77)
#636243
(99,98,67)
#545239
(84,82,57)
#45422F
(69,66,47)
#363225
(54,50,37)
#27221B
(39,34,27)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AEB275

#AEB275
(174,178,117)
#B5B981
(181,185,129)
#BCC08D
(188,192,141)
#C3C799
(195,199,153)
#CACEA5
(202,206,165)
#D1D5B1
(209,213,177)
#D8DCBD
(216,220,189)
#DFE3C9
(223,227,201)
#E6EAD5
(230,234,213)
#EDF1E1
(237,241,225)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB275; }

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

This text font color is #AEB275.


Background Color

.myBgColor { background-color: #AEB275; }

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

This div background color is #AEB275.


Border color

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

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

This div border color is #AEB275.


Opacity

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

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

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

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

This text has shadow with #AEB275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB275 on black background.


Color preview on white background

This text has color #AEB275 on white background.



Black color preview on #AEB275 background

This text has black color on #AEB275 background.


White color preview on #AEB275 background

This text has white color on #AEB275 background.