COLOR #AEA596

HEX: #AEA596
RGB: (174,165,150)

Renk bilgisi

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

RGB renk modeli

#AEA596 color RGB value is (174,165,150).

  • kırmız ton 174;
  • yeşil ton 165;
  • mavi ton 150.
RGB:
(174,165,150)
(68%,65%,59%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 165 of 255 = 65%
B 150 of 255 = 59%

174
165
150

R + G + B ~ 64%. #AEA596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 165 + 150 = 489 (100%)
R 174 of 489 ~ 35.58%
G 165 of 489 ~ 33.74%
B 150 of 489 ~ 30.67%

%35.58
%33.74
%30.67

CMYK RENK MODELİ

#AEA596 rengi CMYK tonu (0,5,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.17%
  • sarı tonu 13.79%
  • ana renk tonu 31.76%
CMYK:
(0,5,14,32)
C0M5Y14K32 
(0%,5%,14%,32%)
(0.00/0.05/0.14/0.32)	

CMYK yüzdeleri

%0
%5.17
%13.79
%31.76

Codes

Color #AEA596 in popluar color models

AEA596
RGB174165150
HSL38°12.90%63.53%
HSB/HSV38°13.79%68.24%
CMYK0.00%5.17%13.79%
31.76%

Color #AEA596 in popluar number systems.

HEXAEA596
Decimal174165150
Binary101011101010010110010110
Octal256245226

Shades and tints

Shades of #AEA596

#AEA596
(174,165,150)
#9F9689
(159,150,137)
#90877C
(144,135,124)
#81786F
(129,120,111)
#726962
(114,105,98)
#635A55
(99,90,85)
#544B48
(84,75,72)
#453C3B
(69,60,59)
#362D2E
(54,45,46)
#271E21
(39,30,33)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AEA596

#AEA596
(174,165,150)
#B5AD9F
(181,173,159)
#BCB5A8
(188,181,168)
#C3BDB1
(195,189,177)
#CAC5BA
(202,197,186)
#D1CDC3
(209,205,195)
#D8D5CC
(216,213,204)
#DFDDD5
(223,221,213)
#E6E5DE
(230,229,222)
#EDEDE7
(237,237,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA596 color. Also use rgb(174,165,150) instead hex code.

Text Font Color

.myTextColor { color: #AEA596; }

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

This text font color is #AEA596.


Background Color

.myBgColor { background-color: #AEA596; }

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

This div background color is #AEA596.


Border color

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

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

This div border color is #AEA596.


Opacity

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

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

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

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

This text has shadow with #AEA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA596 on black background.


Color preview on white background

This text has color #AEA596 on white background.



Black color preview on #AEA596 background

This text has black color on #AEA596 background.


White color preview on #AEA596 background

This text has white color on #AEA596 background.