COLOR #AE7B00

HEX: #AE7B00
RGB: (174,123,0)

Color info

#AE7B00 contains only red and green colors. Web safe color of #AE7B00 is #996600 (or #960).

RGB color model

#AE7B00 color RGB value is (174,123,0).

  • red value is 174;
  • green value is 123;
  • blue value is 0.
RGB:
(174,123,0)
(68%,48%,0%)

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 0 of 255 = 0%

174
123
0

R + G + B ~ 39%. #AE7B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 0 = 297 (100%)
R 174 of 297 ~ 58.59%
G 123 of 297 ~ 41.41%
B 0 of 297 ~ 0%

%58.59
%41.41

CMYK color model

#AE7B00 color CMYK value is (0,29,100,32).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 100.00%
  • key color value is 31.76%
CMYK:
(0,29,100,32)
C0M29Y100K32 
(0%,29%,100%,32%)
(0.00/0.29/1.00/0.32)	

CMYK percentages

%0
%29.31
%100
%31.76

Codes

Color #AE7B00 in popluar color models

AE7B00
RGB1741230
HSL42°100.00%34.12%
HSB/HSV42°100.00%68.24%
CMYK0.00%29.31%100.00%
31.76%

Color #AE7B00 in popluar number systems.

HEXAE7B00
Decimal1741230
Binary1010111011110110
Octal2561730

Shades and tints

Shades of #AE7B00

#AE7B00
(174,123,0)
#9F7000
(159,112,0)
#906500
(144,101,0)
#815A00
(129,90,0)
#724F00
(114,79,0)
#634400
(99,68,0)
#543900
(84,57,0)
#452E00
(69,46,0)
#362300
(54,35,0)
#271800
(39,24,0)
#180D00
(24,13,0)
#000000
(0,0,0)

Tints of #AE7B00

#AE7B00
(174,123,0)
#B58717
(181,135,23)
#BC932E
(188,147,46)
#C39F45
(195,159,69)
#CAAB5C
(202,171,92)
#D1B773
(209,183,115)
#D8C38A
(216,195,138)
#DFCFA1
(223,207,161)
#E6DBB8
(230,219,184)
#EDE7CF
(237,231,207)
#F4F3E6
(244,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7B00; }

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

This text font color is #AE7B00.


Background Color

.myBgColor { background-color: #AE7B00; }

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

This div background color is #AE7B00.


Border color

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

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

This div border color is #AE7B00.


Opacity

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

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

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

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

This text has shadow with #AE7B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7B00 on black background.


Color preview on white background

This text has color #AE7B00 on white background.



Black color preview on #AE7B00 background

This text has black color on #AE7B00 background.


White color preview on #AE7B00 background

This text has white color on #AE7B00 background.