COLOR #AEB59B

HEX: #AEB59B
RGB: (174,181,155)

Renk bilgisi

#AEB59B contains red, green and blue colors in about the same proportion. #AEB59B ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#AEB59B color RGB value is (174,181,155).

  • kırmız ton 174;
  • yeşil ton 181;
  • mavi ton 155.
RGB:
(174,181,155)
(68%,71%,61%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 181 of 255 = 71%
B 155 of 255 = 61%

174
181
155

R + G + B ~ 67%. #AEB59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 181 + 155 = 510 (100%)
R 174 of 510 ~ 34.12%
G 181 of 510 ~ 35.49%
B 155 of 510 ~ 30.39%

%34.12
%35.49
%30.39

CMYK RENK MODELİ

#AEB59B rengi CMYK tonu (4,0,14,29).

  • camgöbeği tonu 3.87%
  • eflatun tonu 0.00%
  • sarı tonu 14.36%
  • ana renk tonu 29.02%
CMYK:
(4,0,14,29)
C4M0Y14K29 
(4%,0%,14%,29%)
(0.04/0.00/0.14/0.29)	

CMYK yüzdeleri

%3.87
%0
%14.36
%29.02

Codes

Color #AEB59B in popluar color models

AEB59B
RGB174181155
HSL76°14.94%65.88%
HSB/HSV76°14.36%70.98%
CMYK3.87%0.00%14.36%
29.02%

Color #AEB59B in popluar number systems.

HEXAEB59B
Decimal174181155
Binary101011101011010110011011
Octal256265233

Shades and tints

Shades of #AEB59B

#AEB59B
(174,181,155)
#9FA58D
(159,165,141)
#90957F
(144,149,127)
#818571
(129,133,113)
#727563
(114,117,99)
#636555
(99,101,85)
#545547
(84,85,71)
#454539
(69,69,57)
#36352B
(54,53,43)
#27251D
(39,37,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AEB59B

#AEB59B
(174,181,155)
#B5BBA4
(181,187,164)
#BCC1AD
(188,193,173)
#C3C7B6
(195,199,182)
#CACDBF
(202,205,191)
#D1D3C8
(209,211,200)
#D8D9D1
(216,217,209)
#DFDFDA
(223,223,218)
#E6E5E3
(230,229,227)
#EDEBEC
(237,235,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB59B color. Also use rgb(174,181,155) instead hex code.

Text Font Color

.myTextColor { color: #AEB59B; }

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

This text font color is #AEB59B.


Background Color

.myBgColor { background-color: #AEB59B; }

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

This div background color is #AEB59B.


Border color

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

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

This div border color is #AEB59B.


Opacity

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

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

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

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

This text has shadow with #AEB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB59B on black background.


Color preview on white background

This text has color #AEB59B on white background.



Black color preview on #AEB59B background

This text has black color on #AEB59B background.


White color preview on #AEB59B background

This text has white color on #AEB59B background.