COLOR #AEB611

HEX: #AEB611
RGB: (174,182,17)

Color info

#AEB611 contains mainly red and green colors. Web safe color of #AEB611 is #99CC00 (or #9C0).

RGB color model

#AEB611 color RGB value is (174,182,17).

  • red value is 174;
  • green value is 182;
  • blue value is 17.
RGB:
(174,182,17)
(68%,71%,7%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 17 of 255 = 7%

174
182
17

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 17 = 373 (100%)
R 174 of 373 ~ 46.65%
G 182 of 373 ~ 48.79%
B 17 of 373 ~ 4.56%

%46.65
%48.79

CMYK color model

#AEB611 color CMYK value is (4,0,91,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 90.66%
  • key color value is 28.63%
CMYK:
(4,0,91,29)
C4M0Y91K29 
(4%,0%,91%,29%)
(0.04/0.00/0.91/0.29)	

CMYK percentages

%4.4
%0
%90.66
%28.63

Codes

Color #AEB611 in popluar color models

AEB611
RGB17418217
HSL63°82.91%39.02%
HSB/HSV63°90.66%71.37%
CMYK4.40%0.00%90.66%
28.63%

Color #AEB611 in popluar number systems.

HEXAEB611
Decimal17418217
Binary101011101011011010001
Octal25626621

Shades and tints

Shades of #AEB611

#AEB611
(174,182,17)
#9FA610
(159,166,16)
#90960F
(144,150,15)
#81860E
(129,134,14)
#72760D
(114,118,13)
#63660C
(99,102,12)
#54560B
(84,86,11)
#45460A
(69,70,10)
#363609
(54,54,9)
#272608
(39,38,8)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #AEB611

#AEB611
(174,182,17)
#B5BC26
(181,188,38)
#BCC23B
(188,194,59)
#C3C850
(195,200,80)
#CACE65
(202,206,101)
#D1D47A
(209,212,122)
#D8DA8F
(216,218,143)
#DFE0A4
(223,224,164)
#E6E6B9
(230,230,185)
#EDECCE
(237,236,206)
#F4F2E3
(244,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB611 color. Also use rgb(174,182,17) instead hex code.

Text Font Color

.myTextColor { color: #AEB611; }

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

This text font color is #AEB611.


Background Color

.myBgColor { background-color: #AEB611; }

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

This div background color is #AEB611.


Border color

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

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

This div border color is #AEB611.


Opacity

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

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

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

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

This text has shadow with #AEB611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB611 on black background.


Color preview on white background

This text has color #AEB611 on white background.



Black color preview on #AEB611 background

This text has black color on #AEB611 background.


White color preview on #AEB611 background

This text has white color on #AEB611 background.