COLOR #AE9D00

HEX: #AE9D00 RGB: (174,157,0)

Color info

#AE9D00 contains only red and green colors. Web safe color of #AE9D00 is #999900 (or #990).

RGB color model

#AE9D00 color RGB value is (174,157,0).

RGB: (174,157,0) (68%, 62%, 0%)

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 0 of 255 = 0%

174
157
0

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

Portions of RGB colors in percentages

R + G + B = 174 + 157 + 0 = 331 (100%)
R 174 of 331 ~ 52.57%
G 157 of 331 ~ 47.43%
B 0 of 331 ~ 0'%

%52.57
%47.43

CMYK color model

#AE9D00 color CMYK value is (0,10,100,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 100.00%
  • key color value is 31.76%
CMYK: (0,10,100,32) C0M10Y100K32 (0%,10%,100%,32%) (0.00/0.10/1.00/0.32) 

CMYK percentages

%0
%9.77
%100
%31.76

Codes

Color #AE9D00 in popluar color models

AE 9D 00
RGB 174 157 0
HSL 54° 100.00% 34.12%
HSB/HSV 54° 100.00% 68.24%
CMYK 0.00% 9.77% 100.00%
31.76%

Color #AE9D00 in popluar number systems.

HEX AE 9D 00
Decimal 174 157 0
Binary 10101110 10011101 0
Octal 256 235 0

Shades and tints

Shades of #AE9D00

#AE9D00
(174,157,0)
#9F8F00
(159,143,0)
#908100
(144,129,0)
#817300
(129,115,0)
#726500
(114,101,0)
#635700
(99,87,0)
#544900
(84,73,0)
#453B00
(69,59,0)
#362D00
(54,45,0)
#271F00
(39,31,0)
#181100
(24,17,0)
#000000
(0,0,0)

Tints of #AE9D00

#AE9D00
(174,157,0)
#B5A517
(181,165,23)
#BCAD2E
(188,173,46)
#C3B545
(195,181,69)
#CABD5C
(202,189,92)
#D1C573
(209,197,115)
#D8CD8A
(216,205,138)
#DFD5A1
(223,213,161)
#E6DDB8
(230,221,184)
#EDE5CF
(237,229,207)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9D00 color. Also use rgb(174,157,0) instead hex code.

Text Font Color

.myTextColor { color: #AE9D00; }

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

This text font color is #AE9D00.

Background Color

.myBgColor { background-color: #AE9D00; }

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

This div background color is #AE9D00.

Border color

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

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

This div border color is #AE9D00.

Opacity

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

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

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

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

This text has shadow with #AE9D00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9D00.

Preview

Color preview on black background

This text has color #AE9D00 on black background.


Color preview on white background

This text has color #AE9D00 on white background.


Black color preview on #AE9D00 background

This text has black color on #AE9D00 background.


White color preview on #AE9D00 background

This text has white color on #AE9D00 background.


Related colors

Complementary color

Complementary color for #hex is #5162FF.


I love getcolorcode.com

Triadic colors

1 #00AE9D and #9D00AE with #AE9D00 are triadic colors.

2 #009DAE and #9DAE00 with #AE9D00 are triadic colors.