COLOR #AE8A76

HEX: #AE8A76
RGB: (174,138,118)

Renk bilgisi

#AE8A76 contains red, green and blue colors in about the same proportion. #AE8A76 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AE8A76 color RGB value is (174,138,118).

  • kırmız ton 174;
  • yeşil ton 138;
  • mavi ton 118.
RGB:
(174,138,118)
(68%,54%,46%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 138 of 255 = 54%
B 118 of 255 = 46%

174
138
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 138 + 118 = 430 (100%)
R 174 of 430 ~ 40.47%
G 138 of 430 ~ 32.09%
B 118 of 430 ~ 27.44%

%40.47
%32.09
%27.44

CMYK RENK MODELİ

#AE8A76 rengi CMYK tonu (0,21,32,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.69%
  • sarı tonu 32.18%
  • ana renk tonu 31.76%
CMYK:
(0,21,32,32)
C0M21Y32K32 
(0%,21%,32%,32%)
(0.00/0.21/0.32/0.32)	

CMYK yüzdeleri

%0
%20.69
%32.18
%31.76

Codes

Color #AE8A76 in popluar color models

AE8A76
RGB174138118
HSL21°25.69%57.25%
HSB/HSV21°32.18%68.24%
CMYK0.00%20.69%32.18%
31.76%

Color #AE8A76 in popluar number systems.

HEXAE8A76
Decimal174138118
Binary10101110100010101110110
Octal256212166

Shades and tints

Shades of #AE8A76

#AE8A76
(174,138,118)
#9F7E6C
(159,126,108)
#907262
(144,114,98)
#816658
(129,102,88)
#725A4E
(114,90,78)
#634E44
(99,78,68)
#54423A
(84,66,58)
#453630
(69,54,48)
#362A26
(54,42,38)
#271E1C
(39,30,28)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE8A76

#AE8A76
(174,138,118)
#B59482
(181,148,130)
#BC9E8E
(188,158,142)
#C3A89A
(195,168,154)
#CAB2A6
(202,178,166)
#D1BCB2
(209,188,178)
#D8C6BE
(216,198,190)
#DFD0CA
(223,208,202)
#E6DAD6
(230,218,214)
#EDE4E2
(237,228,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A76 color. Also use rgb(174,138,118) instead hex code.

Text Font Color

.myTextColor { color: #AE8A76; }

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

This text font color is #AE8A76.


Background Color

.myBgColor { background-color: #AE8A76; }

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

This div background color is #AE8A76.


Border color

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

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

This div border color is #AE8A76.


Opacity

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

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

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

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

This text has shadow with #AE8A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8A76 on black background.


Color preview on white background

This text has color #AE8A76 on white background.



Black color preview on #AE8A76 background

This text has black color on #AE8A76 background.


White color preview on #AE8A76 background

This text has white color on #AE8A76 background.