COLOR #AE957D

HEX: #AE957D
RGB: (174,149,125)

Renk bilgisi

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

RGB renk modeli

#AE957D color RGB value is (174,149,125).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 149 of 255 = 58%
B 125 of 255 = 49%

174
149
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 149 + 125 = 448 (100%)
R 174 of 448 ~ 38.84%
G 149 of 448 ~ 33.26%
B 125 of 448 ~ 27.9%

%38.84
%33.26
%27.9

CMYK RENK MODELİ

#AE957D rengi CMYK tonu (0,14,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.37%
  • sarı tonu 28.16%
  • ana renk tonu 31.76%
CMYK:
(0,14,28,32)
C0M14Y28K32 
(0%,14%,28%,32%)
(0.00/0.14/0.28/0.32)	

CMYK yüzdeleri

%0
%14.37
%28.16
%31.76

Codes

Color #AE957D in popluar color models

AE957D
RGB174149125
HSL29°23.22%58.63%
HSB/HSV29°28.16%68.24%
CMYK0.00%14.37%28.16%
31.76%

Color #AE957D in popluar number systems.

HEXAE957D
Decimal174149125
Binary10101110100101011111101
Octal256225175

Shades and tints

Shades of #AE957D

#AE957D
(174,149,125)
#9F8872
(159,136,114)
#907B67
(144,123,103)
#816E5C
(129,110,92)
#726151
(114,97,81)
#635446
(99,84,70)
#54473B
(84,71,59)
#453A30
(69,58,48)
#362D25
(54,45,37)
#27201A
(39,32,26)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AE957D

#AE957D
(174,149,125)
#B59E88
(181,158,136)
#BCA793
(188,167,147)
#C3B09E
(195,176,158)
#CAB9A9
(202,185,169)
#D1C2B4
(209,194,180)
#D8CBBF
(216,203,191)
#DFD4CA
(223,212,202)
#E6DDD5
(230,221,213)
#EDE6E0
(237,230,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE957D; }

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

This text font color is #AE957D.


Background Color

.myBgColor { background-color: #AE957D; }

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

This div background color is #AE957D.


Border color

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

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

This div border color is #AE957D.


Opacity

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

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

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

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

This text has shadow with #AE957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE957D on black background.


Color preview on white background

This text has color #AE957D on white background.



Black color preview on #AE957D background

This text has black color on #AE957D background.


White color preview on #AE957D background

This text has white color on #AE957D background.