COLOR #A9B129

HEX: #A9B129
RGB: (169,177,41)

Renk bilgisi

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

RGB renk modeli

#A9B129 color RGB value is (169,177,41).

  • kırmız ton 169;
  • yeşil ton 177;
  • mavi ton 41.
RGB:
(169,177,41)
(66%,69%,16%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 177 of 255 = 69%
B 41 of 255 = 16%

169
177
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 177 + 41 = 387 (100%)
R 169 of 387 ~ 43.67%
G 177 of 387 ~ 45.74%
B 41 of 387 ~ 10.59%

%43.67
%45.74
%10.59

CMYK RENK MODELİ

#A9B129 rengi CMYK tonu (5,0,77,31).

  • camgöbeği tonu 4.52%
  • eflatun tonu 0.00%
  • sarı tonu 76.84%
  • ana renk tonu 30.59%
CMYK:
(5,0,77,31)
C5M0Y77K31 
(5%,0%,77%,31%)
(0.05/0.00/0.77/0.31)	

CMYK yüzdeleri

%4.52
%0
%76.84
%30.59

Codes

Color #A9B129 in popluar color models

A9B129
RGB16917741
HSL64°62.39%42.75%
HSB/HSV64°76.84%69.41%
CMYK4.52%0.00%76.84%
30.59%

Color #A9B129 in popluar number systems.

HEXA9B129
Decimal16917741
Binary1010100110110001101001
Octal25126151

Shades and tints

Shades of #A9B129

#A9B129
(169,177,41)
#9AA126
(154,161,38)
#8B9123
(139,145,35)
#7C8120
(124,129,32)
#6D711D
(109,113,29)
#5E611A
(94,97,26)
#4F5117
(79,81,23)
#404114
(64,65,20)
#313111
(49,49,17)
#22210E
(34,33,14)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #A9B129

#A9B129
(169,177,41)
#B0B83C
(176,184,60)
#B7BF4F
(183,191,79)
#BEC662
(190,198,98)
#C5CD75
(197,205,117)
#CCD488
(204,212,136)
#D3DB9B
(211,219,155)
#DAE2AE
(218,226,174)
#E1E9C1
(225,233,193)
#E8F0D4
(232,240,212)
#EFF7E7
(239,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B129 color. Also use rgb(169,177,41) instead hex code.

Text Font Color

.myTextColor { color: #A9B129; }

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

This text font color is #A9B129.


Background Color

.myBgColor { background-color: #A9B129; }

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

This div background color is #A9B129.


Border color

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

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

This div border color is #A9B129.


Opacity

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

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

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

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

This text has shadow with #A9B129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B129 on black background.


Color preview on white background

This text has color #A9B129 on white background.



Black color preview on #A9B129 background

This text has black color on #A9B129 background.


White color preview on #A9B129 background

This text has white color on #A9B129 background.