COLOR #A49950

HEX: #A49950
RGB: (164,153,80)

Renk bilgisi

#A49950 contains mainly red and green colors. #A49950 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#A49950 color RGB value is (164,153,80).

  • kırmız ton 164;
  • yeşil ton 153;
  • mavi ton 80.
RGB:
(164,153,80)
(64%,60%,31%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 153 of 255 = 60%
B 80 of 255 = 31%

164
153
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 153 + 80 = 397 (100%)
R 164 of 397 ~ 41.31%
G 153 of 397 ~ 38.54%
B 80 of 397 ~ 20.15%

%41.31
%38.54
%20.15

CMYK RENK MODELİ

#A49950 rengi CMYK tonu (0,7,51,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.71%
  • sarı tonu 51.22%
  • ana renk tonu 35.69%
CMYK:
(0,7,51,36)
C0M7Y51K36 
(0%,7%,51%,36%)
(0.00/0.07/0.51/0.36)	

CMYK yüzdeleri

%0
%6.71
%51.22
%35.69

Codes

Color #A49950 in popluar color models

A49950
RGB16415380
HSL52°34.43%47.84%
HSB/HSV52°51.22%64.31%
CMYK0.00%6.71%51.22%
35.69%

Color #A49950 in popluar number systems.

HEXA49950
Decimal16415380
Binary10100100100110011010000
Octal244231120

Shades and tints

Shades of #A49950

#A49950
(164,153,80)
#968C49
(150,140,73)
#887F42
(136,127,66)
#7A723B
(122,114,59)
#6C6534
(108,101,52)
#5E582D
(94,88,45)
#504B26
(80,75,38)
#423E1F
(66,62,31)
#343118
(52,49,24)
#262411
(38,36,17)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #A49950

#A49950
(164,153,80)
#ACA25F
(172,162,95)
#B4AB6E
(180,171,110)
#BCB47D
(188,180,125)
#C4BD8C
(196,189,140)
#CCC69B
(204,198,155)
#D4CFAA
(212,207,170)
#DCD8B9
(220,216,185)
#E4E1C8
(228,225,200)
#ECEAD7
(236,234,215)
#F4F3E6
(244,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49950 color. Also use rgb(164,153,80) instead hex code.

Text Font Color

.myTextColor { color: #A49950; }

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

This text font color is #A49950.


Background Color

.myBgColor { background-color: #A49950; }

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

This div background color is #A49950.


Border color

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

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

This div border color is #A49950.


Opacity

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

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

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

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

This text has shadow with #A49950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49950 on black background.


Color preview on white background

This text has color #A49950 on white background.



Black color preview on #A49950 background

This text has black color on #A49950 background.


White color preview on #A49950 background

This text has white color on #A49950 background.