COLOR #AEB17D

HEX: #AEB17D
RGB: (174,177,125)

Renk bilgisi

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

RGB renk modeli

#AEB17D color RGB value is (174,177,125).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 177 of 255 = 69%
B 125 of 255 = 49%

174
177
125

R + G + B ~ 62%. #AEB17D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 177 + 125 = 476 (100%)
R 174 of 476 ~ 36.55%
G 177 of 476 ~ 37.18%
B 125 of 476 ~ 26.26%

%36.55
%37.18
%26.26

CMYK RENK MODELİ

#AEB17D rengi CMYK tonu (2,0,29,31).

  • camgöbeği tonu 1.69%
  • eflatun tonu 0.00%
  • sarı tonu 29.38%
  • ana renk tonu 30.59%
CMYK:
(2,0,29,31)
C2M0Y29K31 
(2%,0%,29%,31%)
(0.02/0.00/0.29/0.31)	

CMYK yüzdeleri

%1.69
%0
%29.38
%30.59

Codes

Color #AEB17D in popluar color models

AEB17D
RGB174177125
HSL63°25.00%59.22%
HSB/HSV63°29.38%69.41%
CMYK1.69%0.00%29.38%
30.59%

Color #AEB17D in popluar number systems.

HEXAEB17D
Decimal174177125
Binary10101110101100011111101
Octal256261175

Shades and tints

Shades of #AEB17D

#AEB17D
(174,177,125)
#9FA172
(159,161,114)
#909167
(144,145,103)
#81815C
(129,129,92)
#727151
(114,113,81)
#636146
(99,97,70)
#54513B
(84,81,59)
#454130
(69,65,48)
#363125
(54,49,37)
#27211A
(39,33,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AEB17D

#AEB17D
(174,177,125)
#B5B888
(181,184,136)
#BCBF93
(188,191,147)
#C3C69E
(195,198,158)
#CACDA9
(202,205,169)
#D1D4B4
(209,212,180)
#D8DBBF
(216,219,191)
#DFE2CA
(223,226,202)
#E6E9D5
(230,233,213)
#EDF0E0
(237,240,224)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB17D; }

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

This text font color is #AEB17D.


Background Color

.myBgColor { background-color: #AEB17D; }

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

This div background color is #AEB17D.


Border color

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

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

This div border color is #AEB17D.


Opacity

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

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

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

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

This text has shadow with #AEB17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB17D on black background.


Color preview on white background

This text has color #AEB17D on white background.



Black color preview on #AEB17D background

This text has black color on #AEB17D background.


White color preview on #AEB17D background

This text has white color on #AEB17D background.