COLOR #AEA996

HEX: #AEA996
RGB: (174,169,150)

Renk bilgisi

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

RGB renk modeli

#AEA996 color RGB value is (174,169,150).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 169 of 255 = 66%
B 150 of 255 = 59%

174
169
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 169 + 150 = 493 (100%)
R 174 of 493 ~ 35.29%
G 169 of 493 ~ 34.28%
B 150 of 493 ~ 30.43%

%35.29
%34.28
%30.43

CMYK RENK MODELİ

#AEA996 rengi CMYK tonu (0,3,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.87%
  • sarı tonu 13.79%
  • ana renk tonu 31.76%
CMYK:
(0,3,14,32)
C0M3Y14K32 
(0%,3%,14%,32%)
(0.00/0.03/0.14/0.32)	

CMYK yüzdeleri

%0
%2.87
%13.79
%31.76

Codes

Color #AEA996 in popluar color models

AEA996
RGB174169150
HSL48°12.90%63.53%
HSB/HSV48°13.79%68.24%
CMYK0.00%2.87%13.79%
31.76%

Color #AEA996 in popluar number systems.

HEXAEA996
Decimal174169150
Binary101011101010100110010110
Octal256251226

Shades and tints

Shades of #AEA996

#AEA996
(174,169,150)
#9F9A89
(159,154,137)
#908B7C
(144,139,124)
#817C6F
(129,124,111)
#726D62
(114,109,98)
#635E55
(99,94,85)
#544F48
(84,79,72)
#45403B
(69,64,59)
#36312E
(54,49,46)
#272221
(39,34,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AEA996

#AEA996
(174,169,150)
#B5B09F
(181,176,159)
#BCB7A8
(188,183,168)
#C3BEB1
(195,190,177)
#CAC5BA
(202,197,186)
#D1CCC3
(209,204,195)
#D8D3CC
(216,211,204)
#DFDAD5
(223,218,213)
#E6E1DE
(230,225,222)
#EDE8E7
(237,232,231)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA996; }

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

This text font color is #AEA996.


Background Color

.myBgColor { background-color: #AEA996; }

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

This div background color is #AEA996.


Border color

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

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

This div border color is #AEA996.


Opacity

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

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

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

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

This text has shadow with #AEA996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA996 on black background.


Color preview on white background

This text has color #AEA996 on white background.



Black color preview on #AEA996 background

This text has black color on #AEA996 background.


White color preview on #AEA996 background

This text has white color on #AEA996 background.