COLOR #AEB060

HEX: #AEB060 RGB: (174,176,96)

Color info

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

RGB color model

#AEB060 color RGB value is (174,176,96).

RGB: (174,176,96) (68%, 69%, 38%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 96 of 255 = 38%

174
176
96

R + G + B ~ 58%. #AEB060 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 96 = 446 (100%)
R 174 of 446 ~ 39.01%
G 176 of 446 ~ 39.46%
B 96 of 446 ~ 21.52'%

%39.01
%39.46
%21.52

CMYK color model

#AEB060 color CMYK value is (1,0,45,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 30.98%

CMYK: (1,0,45,31)
C1M0Y45K31 (1%, 0%, 45%, 31%)
(0.01 / 0.00 / 0.45 / 0.31)

CMYK percentages

%1.14
%0
%45.45
%30.98

Codes

Color #AEB060 in popluar color models

AE B0 60
RGB 174 176 96
HSL 62° 33.61% 53.33%
HSB/HSV 62° 45.45% 69.02%
CMYK 1.14% 0.00% 45.45%
30.98%

Color #AEB060 in popluar number systems.

HEX AE B0 60
Decimal 174 176 96
Binary 10101110 10110000 1100000
Octal 256 260 140

Shades and tints

Shades of #AEB060

#AEB060
(174,176,96)
#9FA058
(159,160,88)
#909050
(144,144,80)
#818048
(129,128,72)
#727040
(114,112,64)
#636038
(99,96,56)
#545030
(84,80,48)
#454028
(69,64,40)
#363020
(54,48,32)
#272018
(39,32,24)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #AEB060

#AEB060
(174,176,96)
#B5B76E
(181,183,110)
#BCBE7C
(188,190,124)
#C3C58A
(195,197,138)
#CACC98
(202,204,152)
#D1D3A6
(209,211,166)
#D8DAB4
(216,218,180)
#DFE1C2
(223,225,194)
#E6E8D0
(230,232,208)
#EDEFDE
(237,239,222)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB060; }

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

This text font color is #AEB060.

Background Color

.myBgColor { background-color: #AEB060; }

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

This div background color is #AEB060.

Border color

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

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

This div border color is #AEB060.

Opacity

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

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

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

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

This text has shadow with #AEB060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB060.

Preview

Color preview on black background

This text has color #AEB060 on black background.


Color preview on white background

This text has color #AEB060 on white background.


Black color preview on #AEB060 background

This text has black color on #AEB060 background.


White color preview on #AEB060 background

This text has white color on #AEB060 background.


Related colors

Complementary color

Complementary color for #hex is #514F9F.


I love getcolorcode.com

Triadic colors

1 #60AEB0 and #B060AE with #AEB060 are triadic colors.

2 #60B0AE and #B0AE60 with #AEB060 are triadic colors.