COLOR #AE877D

HEX: #AE877D
RGB: (174,135,125)

Renk bilgisi

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

RGB renk modeli

#AE877D color RGB value is (174,135,125).

  • kırmız ton 174;
  • yeşil ton 135;
  • mavi ton 125.
RGB:
(174,135,125)
(68%,53%,49%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 135 of 255 = 53%
B 125 of 255 = 49%

174
135
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 135 + 125 = 434 (100%)
R 174 of 434 ~ 40.09%
G 135 of 434 ~ 31.11%
B 125 of 434 ~ 28.8%

%40.09
%31.11
%28.8

CMYK RENK MODELİ

#AE877D rengi CMYK tonu (0,22,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.41%
  • sarı tonu 28.16%
  • ana renk tonu 31.76%
CMYK:
(0,22,28,32)
C0M22Y28K32 
(0%,22%,28%,32%)
(0.00/0.22/0.28/0.32)	

CMYK yüzdeleri

%0
%22.41
%28.16
%31.76

Codes

Color #AE877D in popluar color models

AE877D
RGB174135125
HSL12°23.22%58.63%
HSB/HSV12°28.16%68.24%
CMYK0.00%22.41%28.16%
31.76%

Color #AE877D in popluar number systems.

HEXAE877D
Decimal174135125
Binary10101110100001111111101
Octal256207175

Shades and tints

Shades of #AE877D

#AE877D
(174,135,125)
#9F7B72
(159,123,114)
#906F67
(144,111,103)
#81635C
(129,99,92)
#725751
(114,87,81)
#634B46
(99,75,70)
#543F3B
(84,63,59)
#453330
(69,51,48)
#362725
(54,39,37)
#271B1A
(39,27,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #AE877D

#AE877D
(174,135,125)
#B59188
(181,145,136)
#BC9B93
(188,155,147)
#C3A59E
(195,165,158)
#CAAFA9
(202,175,169)
#D1B9B4
(209,185,180)
#D8C3BF
(216,195,191)
#DFCDCA
(223,205,202)
#E6D7D5
(230,215,213)
#EDE1E0
(237,225,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE877D color. Also use rgb(174,135,125) instead hex code.

Text Font Color

.myTextColor { color: #AE877D; }

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

This text font color is #AE877D.


Background Color

.myBgColor { background-color: #AE877D; }

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

This div background color is #AE877D.


Border color

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

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

This div border color is #AE877D.


Opacity

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

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

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

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

This text has shadow with #AE877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE877D on black background.


Color preview on white background

This text has color #AE877D on white background.



Black color preview on #AE877D background

This text has black color on #AE877D background.


White color preview on #AE877D background

This text has white color on #AE877D background.