COLOR #AAB399

HEX: #AAB399
RGB: (170,179,153)

Renk bilgisi

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

RGB renk modeli

#AAB399 color RGB value is (170,179,153).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 179 of 255 = 70%
B 153 of 255 = 60%

170
179
153

R + G + B ~ 66%. #AAB399 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 179 + 153 = 502 (100%)
R 170 of 502 ~ 33.86%
G 179 of 502 ~ 35.66%
B 153 of 502 ~ 30.48%

%33.86
%35.66
%30.48

CMYK RENK MODELİ

#AAB399 rengi CMYK tonu (5,0,15,30).

  • camgöbeği tonu 5.03%
  • eflatun tonu 0.00%
  • sarı tonu 14.53%
  • ana renk tonu 29.80%
CMYK:
(5,0,15,30)
C5M0Y15K30 
(5%,0%,15%,30%)
(0.05/0.00/0.15/0.30)	

CMYK yüzdeleri

%5.03
%0
%14.53
%29.8

Codes

Color #AAB399 in popluar color models

AAB399
RGB170179153
HSL81°14.61%65.10%
HSB/HSV81°14.53%70.20%
CMYK5.03%0.00%14.53%
29.80%

Color #AAB399 in popluar number systems.

HEXAAB399
Decimal170179153
Binary101010101011001110011001
Octal252263231

Shades and tints

Shades of #AAB399

#AAB399
(170,179,153)
#9BA38C
(155,163,140)
#8C937F
(140,147,127)
#7D8372
(125,131,114)
#6E7365
(110,115,101)
#5F6358
(95,99,88)
#50534B
(80,83,75)
#41433E
(65,67,62)
#323331
(50,51,49)
#232324
(35,35,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAB399

#AAB399
(170,179,153)
#B1B9A2
(177,185,162)
#B8BFAB
(184,191,171)
#BFC5B4
(191,197,180)
#C6CBBD
(198,203,189)
#CDD1C6
(205,209,198)
#D4D7CF
(212,215,207)
#DBDDD8
(219,221,216)
#E2E3E1
(226,227,225)
#E9E9EA
(233,233,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB399; }

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

This text font color is #AAB399.


Background Color

.myBgColor { background-color: #AAB399; }

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

This div background color is #AAB399.


Border color

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

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

This div border color is #AAB399.


Opacity

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

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

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

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

This text has shadow with #AAB399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB399 on black background.


Color preview on white background

This text has color #AAB399 on white background.



Black color preview on #AAB399 background

This text has black color on #AAB399 background.


White color preview on #AAB399 background

This text has white color on #AAB399 background.