COLOR #AAB388

HEX: #AAB388
RGB: (170,179,136)

Renk bilgisi

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

RGB renk modeli

#AAB388 color RGB value is (170,179,136).

  • kırmız ton 170;
  • yeşil ton 179;
  • mavi ton 136.
RGB:
(170,179,136)
(67%,70%,53%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 179 of 255 = 70%
B 136 of 255 = 53%

170
179
136

R + G + B ~ 63%. #AAB388 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 179 + 136 = 485 (100%)
R 170 of 485 ~ 35.05%
G 179 of 485 ~ 36.91%
B 136 of 485 ~ 28.04%

%35.05
%36.91
%28.04

CMYK RENK MODELİ

#AAB388 rengi CMYK tonu (5,0,24,30).

  • camgöbeği tonu 5.03%
  • eflatun tonu 0.00%
  • sarı tonu 24.02%
  • ana renk tonu 29.80%
CMYK:
(5,0,24,30)
C5M0Y24K30 
(5%,0%,24%,30%)
(0.05/0.00/0.24/0.30)	

CMYK yüzdeleri

%5.03
%0
%24.02
%29.8

Codes

Color #AAB388 in popluar color models

AAB388
RGB170179136
HSL73°22.05%61.76%
HSB/HSV73°24.02%70.20%
CMYK5.03%0.00%24.02%
29.80%

Color #AAB388 in popluar number systems.

HEXAAB388
Decimal170179136
Binary101010101011001110001000
Octal252263210

Shades and tints

Shades of #AAB388

#AAB388
(170,179,136)
#9BA37C
(155,163,124)
#8C9370
(140,147,112)
#7D8364
(125,131,100)
#6E7358
(110,115,88)
#5F634C
(95,99,76)
#505340
(80,83,64)
#414334
(65,67,52)
#323328
(50,51,40)
#23231C
(35,35,28)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AAB388

#AAB388
(170,179,136)
#B1B992
(177,185,146)
#B8BF9C
(184,191,156)
#BFC5A6
(191,197,166)
#C6CBB0
(198,203,176)
#CDD1BA
(205,209,186)
#D4D7C4
(212,215,196)
#DBDDCE
(219,221,206)
#E2E3D8
(226,227,216)
#E9E9E2
(233,233,226)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB388 color. Also use rgb(170,179,136) instead hex code.

Text Font Color

.myTextColor { color: #AAB388; }

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

This text font color is #AAB388.


Background Color

.myBgColor { background-color: #AAB388; }

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

This div background color is #AAB388.


Border color

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

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

This div border color is #AAB388.


Opacity

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

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

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

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

This text has shadow with #AAB388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB388 on black background.


Color preview on white background

This text has color #AAB388 on white background.



Black color preview on #AAB388 background

This text has black color on #AAB388 background.


White color preview on #AAB388 background

This text has white color on #AAB388 background.