COLOR #AEBB7A

HEX: #AEBB7A
RGB: (174,187,122)

Color info

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

RGB color model

#AEBB7A color RGB value is (174,187,122).

  • red value is 174;
  • green value is 187;
  • blue value is 122.
RGB:
(174,187,122)
(68%,73%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 122 of 255 = 48%

174
187
122

R + G + B ~ 63%. #AEBB7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 122 = 483 (100%)
R 174 of 483 ~ 36.02%
G 187 of 483 ~ 38.72%
B 122 of 483 ~ 25.26%

%36.02
%38.72
%25.26

CMYK color model

#AEBB7A color CMYK value is (7,0,35,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(7,0,35,27)
C7M0Y35K27 
(7%,0%,35%,27%)
(0.07/0.00/0.35/0.27)	

CMYK percentages

%6.95
%0
%34.76
%26.67

Codes

Color #AEBB7A in popluar color models

AEBB7A
RGB174187122
HSL72°32.34%60.59%
HSB/HSV72°34.76%73.33%
CMYK6.95%0.00%34.76%
26.67%

Color #AEBB7A in popluar number systems.

HEXAEBB7A
Decimal174187122
Binary10101110101110111111010
Octal256273172

Shades and tints

Shades of #AEBB7A

#AEBB7A
(174,187,122)
#9FAA6F
(159,170,111)
#909964
(144,153,100)
#818859
(129,136,89)
#72774E
(114,119,78)
#636643
(99,102,67)
#545538
(84,85,56)
#45442D
(69,68,45)
#363322
(54,51,34)
#272217
(39,34,23)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #AEBB7A

#AEBB7A
(174,187,122)
#B5C186
(181,193,134)
#BCC792
(188,199,146)
#C3CD9E
(195,205,158)
#CAD3AA
(202,211,170)
#D1D9B6
(209,217,182)
#D8DFC2
(216,223,194)
#DFE5CE
(223,229,206)
#E6EBDA
(230,235,218)
#EDF1E6
(237,241,230)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBB7A color. Also use rgb(174,187,122) instead hex code.

Text Font Color

.myTextColor { color: #AEBB7A; }

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

This text font color is #AEBB7A.


Background Color

.myBgColor { background-color: #AEBB7A; }

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

This div background color is #AEBB7A.


Border color

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

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

This div border color is #AEBB7A.


Opacity

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

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

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

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

This text has shadow with #AEBB7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBB7A on black background.


Color preview on white background

This text has color #AEBB7A on white background.



Black color preview on #AEBB7A background

This text has black color on #AEBB7A background.


White color preview on #AEBB7A background

This text has white color on #AEBB7A background.