COLOR #AE926A

HEX: #AE926A
RGB: (174,146,106)

Color info

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

RGB color model

#AE926A color RGB value is (174,146,106).

  • red value is 174;
  • green value is 146;
  • blue value is 106.
RGB:
(174,146,106)
(68%,57%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 106 of 255 = 42%

174
146
106

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 106 = 426 (100%)
R 174 of 426 ~ 40.85%
G 146 of 426 ~ 34.27%
B 106 of 426 ~ 24.88%

%40.85
%34.27
%24.88

CMYK color model

#AE926A color CMYK value is (0,16,39,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(0,16,39,32)
C0M16Y39K32 
(0%,16%,39%,32%)
(0.00/0.16/0.39/0.32)	

CMYK percentages

%0
%16.09
%39.08
%31.76

Codes

Color #AE926A in popluar color models

AE926A
RGB174146106
HSL35°29.57%54.90%
HSB/HSV35°39.08%68.24%
CMYK0.00%16.09%39.08%
31.76%

Color #AE926A in popluar number systems.

HEXAE926A
Decimal174146106
Binary10101110100100101101010
Octal256222152

Shades and tints

Shades of #AE926A

#AE926A
(174,146,106)
#9F8561
(159,133,97)
#907858
(144,120,88)
#816B4F
(129,107,79)
#725E46
(114,94,70)
#63513D
(99,81,61)
#544434
(84,68,52)
#45372B
(69,55,43)
#362A22
(54,42,34)
#271D19
(39,29,25)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #AE926A

#AE926A
(174,146,106)
#B59B77
(181,155,119)
#BCA484
(188,164,132)
#C3AD91
(195,173,145)
#CAB69E
(202,182,158)
#D1BFAB
(209,191,171)
#D8C8B8
(216,200,184)
#DFD1C5
(223,209,197)
#E6DAD2
(230,218,210)
#EDE3DF
(237,227,223)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE926A color. Also use rgb(174,146,106) instead hex code.

Text Font Color

.myTextColor { color: #AE926A; }

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

This text font color is #AE926A.


Background Color

.myBgColor { background-color: #AE926A; }

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

This div background color is #AE926A.


Border color

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

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

This div border color is #AE926A.


Opacity

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

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

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

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

This text has shadow with #AE926A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE926A on black background.


Color preview on white background

This text has color #AE926A on white background.



Black color preview on #AE926A background

This text has black color on #AE926A background.


White color preview on #AE926A background

This text has white color on #AE926A background.