COLOR #AE975D

HEX: #AE975D
RGB: (174,151,93)

Color info

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

RGB color model

#AE975D color RGB value is (174,151,93).

  • red value is 174;
  • green value is 151;
  • blue value is 93.
RGB:
(174,151,93)
(68%,59%,36%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 93 of 255 = 36%

174
151
93

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 93 = 418 (100%)
R 174 of 418 ~ 41.63%
G 151 of 418 ~ 36.12%
B 93 of 418 ~ 22.25%

%41.63
%36.12
%22.25

CMYK color model

#AE975D color CMYK value is (0,13,47,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 46.55%
  • key color value is 31.76%
CMYK:
(0,13,47,32)
C0M13Y47K32 
(0%,13%,47%,32%)
(0.00/0.13/0.47/0.32)	

CMYK percentages

%0
%13.22
%46.55
%31.76

Codes

Color #AE975D in popluar color models

AE975D
RGB17415193
HSL43°33.33%52.35%
HSB/HSV43°46.55%68.24%
CMYK0.00%13.22%46.55%
31.76%

Color #AE975D in popluar number systems.

HEXAE975D
Decimal17415193
Binary10101110100101111011101
Octal256227135

Shades and tints

Shades of #AE975D

#AE975D
(174,151,93)
#9F8A55
(159,138,85)
#907D4D
(144,125,77)
#817045
(129,112,69)
#72633D
(114,99,61)
#635635
(99,86,53)
#54492D
(84,73,45)
#453C25
(69,60,37)
#362F1D
(54,47,29)
#272215
(39,34,21)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AE975D

#AE975D
(174,151,93)
#B5A06B
(181,160,107)
#BCA979
(188,169,121)
#C3B287
(195,178,135)
#CABB95
(202,187,149)
#D1C4A3
(209,196,163)
#D8CDB1
(216,205,177)
#DFD6BF
(223,214,191)
#E6DFCD
(230,223,205)
#EDE8DB
(237,232,219)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE975D color. Also use rgb(174,151,93) instead hex code.

Text Font Color

.myTextColor { color: #AE975D; }

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

This text font color is #AE975D.


Background Color

.myBgColor { background-color: #AE975D; }

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

This div background color is #AE975D.


Border color

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

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

This div border color is #AE975D.


Opacity

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

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

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

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

This text has shadow with #AE975D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE975D on black background.


Color preview on white background

This text has color #AE975D on white background.



Black color preview on #AE975D background

This text has black color on #AE975D background.


White color preview on #AE975D background

This text has white color on #AE975D background.