COLOR #AAB380

HEX: #AAB380
RGB: (170,179,128)

Renk bilgisi

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

RGB renk modeli

#AAB380 color RGB value is (170,179,128).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 179 of 255 = 70%
B 128 of 255 = 50%

170
179
128

R + G + B ~ 62%. #AAB380 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 179 + 128 = 477 (100%)
R 170 of 477 ~ 35.64%
G 179 of 477 ~ 37.53%
B 128 of 477 ~ 26.83%

%35.64
%37.53
%26.83

CMYK RENK MODELİ

#AAB380 rengi CMYK tonu (5,0,28,30).

  • camgöbeği tonu 5.03%
  • eflatun tonu 0.00%
  • sarı tonu 28.49%
  • ana renk tonu 29.80%
CMYK:
(5,0,28,30)
C5M0Y28K30 
(5%,0%,28%,30%)
(0.05/0.00/0.28/0.30)	

CMYK yüzdeleri

%5.03
%0
%28.49
%29.8

Codes

Color #AAB380 in popluar color models

AAB380
RGB170179128
HSL71°25.12%60.20%
HSB/HSV71°28.49%70.20%
CMYK5.03%0.00%28.49%
29.80%

Color #AAB380 in popluar number systems.

HEXAAB380
Decimal170179128
Binary101010101011001110000000
Octal252263200

Shades and tints

Shades of #AAB380

#AAB380
(170,179,128)
#9BA375
(155,163,117)
#8C936A
(140,147,106)
#7D835F
(125,131,95)
#6E7354
(110,115,84)
#5F6349
(95,99,73)
#50533E
(80,83,62)
#414333
(65,67,51)
#323328
(50,51,40)
#23231D
(35,35,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AAB380

#AAB380
(170,179,128)
#B1B98B
(177,185,139)
#B8BF96
(184,191,150)
#BFC5A1
(191,197,161)
#C6CBAC
(198,203,172)
#CDD1B7
(205,209,183)
#D4D7C2
(212,215,194)
#DBDDCD
(219,221,205)
#E2E3D8
(226,227,216)
#E9E9E3
(233,233,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB380; }

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

This text font color is #AAB380.


Background Color

.myBgColor { background-color: #AAB380; }

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

This div background color is #AAB380.


Border color

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

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

This div border color is #AAB380.


Opacity

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

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

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

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

This text has shadow with #AAB380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB380 on black background.


Color preview on white background

This text has color #AAB380 on white background.



Black color preview on #AAB380 background

This text has black color on #AAB380 background.


White color preview on #AAB380 background

This text has white color on #AAB380 background.