COLOR #AEA37D

HEX: #AEA37D
RGB: (174,163,125)

Renk bilgisi

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

RGB renk modeli

#AEA37D color RGB value is (174,163,125).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 163 of 255 = 64%
B 125 of 255 = 49%

174
163
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 163 + 125 = 462 (100%)
R 174 of 462 ~ 37.66%
G 163 of 462 ~ 35.28%
B 125 of 462 ~ 27.06%

%37.66
%35.28
%27.06

CMYK RENK MODELİ

#AEA37D rengi CMYK tonu (0,6,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.32%
  • sarı tonu 28.16%
  • ana renk tonu 31.76%
CMYK:
(0,6,28,32)
C0M6Y28K32 
(0%,6%,28%,32%)
(0.00/0.06/0.28/0.32)	

CMYK yüzdeleri

%0
%6.32
%28.16
%31.76

Codes

Color #AEA37D in popluar color models

AEA37D
RGB174163125
HSL47°23.22%58.63%
HSB/HSV47°28.16%68.24%
CMYK0.00%6.32%28.16%
31.76%

Color #AEA37D in popluar number systems.

HEXAEA37D
Decimal174163125
Binary10101110101000111111101
Octal256243175

Shades and tints

Shades of #AEA37D

#AEA37D
(174,163,125)
#9F9572
(159,149,114)
#908767
(144,135,103)
#81795C
(129,121,92)
#726B51
(114,107,81)
#635D46
(99,93,70)
#544F3B
(84,79,59)
#454130
(69,65,48)
#363325
(54,51,37)
#27251A
(39,37,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #AEA37D

#AEA37D
(174,163,125)
#B5AB88
(181,171,136)
#BCB393
(188,179,147)
#C3BB9E
(195,187,158)
#CAC3A9
(202,195,169)
#D1CBB4
(209,203,180)
#D8D3BF
(216,211,191)
#DFDBCA
(223,219,202)
#E6E3D5
(230,227,213)
#EDEBE0
(237,235,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA37D; }

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

This text font color is #AEA37D.


Background Color

.myBgColor { background-color: #AEA37D; }

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

This div background color is #AEA37D.


Border color

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

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

This div border color is #AEA37D.


Opacity

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

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

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

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

This text has shadow with #AEA37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA37D on black background.


Color preview on white background

This text has color #AEA37D on white background.



Black color preview on #AEA37D background

This text has black color on #AEA37D background.


White color preview on #AEA37D background

This text has white color on #AEA37D background.