COLOR #AAB120

HEX: #AAB120
RGB: (170,177,32)

Renk bilgisi

#AAB120 contains mainly red and green colors. #AAB120 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#AAB120 color RGB value is (170,177,32).

  • kırmız ton 170;
  • yeşil ton 177;
  • mavi ton 32.
RGB:
(170,177,32)
(67%,69%,13%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 177 of 255 = 69%
B 32 of 255 = 13%

170
177
32

R + G + B ~ 50%. #AAB120 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 177 + 32 = 379 (100%)
R 170 of 379 ~ 44.85%
G 177 of 379 ~ 46.7%
B 32 of 379 ~ 8.44%

%44.85
%46.7

CMYK RENK MODELİ

#AAB120 rengi CMYK tonu (4,0,82,31).

  • camgöbeği tonu 3.95%
  • eflatun tonu 0.00%
  • sarı tonu 81.92%
  • ana renk tonu 30.59%
CMYK:
(4,0,82,31)
C4M0Y82K31 
(4%,0%,82%,31%)
(0.04/0.00/0.82/0.31)	

CMYK yüzdeleri

%3.95
%0
%81.92
%30.59

Codes

Color #AAB120 in popluar color models

AAB120
RGB17017732
HSL63°69.38%40.98%
HSB/HSV63°81.92%69.41%
CMYK3.95%0.00%81.92%
30.59%

Color #AAB120 in popluar number systems.

HEXAAB120
Decimal17017732
Binary1010101010110001100000
Octal25226140

Shades and tints

Shades of #AAB120

#AAB120
(170,177,32)
#9BA11E
(155,161,30)
#8C911C
(140,145,28)
#7D811A
(125,129,26)
#6E7118
(110,113,24)
#5F6116
(95,97,22)
#505114
(80,81,20)
#414112
(65,65,18)
#323110
(50,49,16)
#23210E
(35,33,14)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AAB120

#AAB120
(170,177,32)
#B1B834
(177,184,52)
#B8BF48
(184,191,72)
#BFC65C
(191,198,92)
#C6CD70
(198,205,112)
#CDD484
(205,212,132)
#D4DB98
(212,219,152)
#DBE2AC
(219,226,172)
#E2E9C0
(226,233,192)
#E9F0D4
(233,240,212)
#F0F7E8
(240,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB120 color. Also use rgb(170,177,32) instead hex code.

Text Font Color

.myTextColor { color: #AAB120; }

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

This text font color is #AAB120.


Background Color

.myBgColor { background-color: #AAB120; }

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

This div background color is #AAB120.


Border color

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

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

This div border color is #AAB120.


Opacity

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

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

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

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

This text has shadow with #AAB120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB120 on black background.


Color preview on white background

This text has color #AAB120 on white background.



Black color preview on #AAB120 background

This text has black color on #AAB120 background.


White color preview on #AAB120 background

This text has white color on #AAB120 background.