COLOR #A49C4C

HEX: #A49C4C
RGB: (164,156,76)

Renk bilgisi

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

RGB renk modeli

#A49C4C color RGB value is (164,156,76).

  • kırmız ton 164;
  • yeşil ton 156;
  • mavi ton 76.
RGB:
(164,156,76)
(64%,61%,30%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 156 of 255 = 61%
B 76 of 255 = 30%

164
156
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 156 + 76 = 396 (100%)
R 164 of 396 ~ 41.41%
G 156 of 396 ~ 39.39%
B 76 of 396 ~ 19.19%

%41.41
%39.39
%19.19

CMYK RENK MODELİ

#A49C4C rengi CMYK tonu (0,5,54,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.88%
  • sarı tonu 53.66%
  • ana renk tonu 35.69%
CMYK:
(0,5,54,36)
C0M5Y54K36 
(0%,5%,54%,36%)
(0.00/0.05/0.54/0.36)	

CMYK yüzdeleri

%0
%4.88
%53.66
%35.69

Codes

Color #A49C4C in popluar color models

A49C4C
RGB16415676
HSL55°36.67%47.06%
HSB/HSV55°53.66%64.31%
CMYK0.00%4.88%53.66%
35.69%

Color #A49C4C in popluar number systems.

HEXA49C4C
Decimal16415676
Binary10100100100111001001100
Octal244234114

Shades and tints

Shades of #A49C4C

#A49C4C
(164,156,76)
#968E46
(150,142,70)
#888040
(136,128,64)
#7A723A
(122,114,58)
#6C6434
(108,100,52)
#5E562E
(94,86,46)
#504828
(80,72,40)
#423A22
(66,58,34)
#342C1C
(52,44,28)
#261E16
(38,30,22)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A49C4C

#A49C4C
(164,156,76)
#ACA55C
(172,165,92)
#B4AE6C
(180,174,108)
#BCB77C
(188,183,124)
#C4C08C
(196,192,140)
#CCC99C
(204,201,156)
#D4D2AC
(212,210,172)
#DCDBBC
(220,219,188)
#E4E4CC
(228,228,204)
#ECEDDC
(236,237,220)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49C4C color. Also use rgb(164,156,76) instead hex code.

Text Font Color

.myTextColor { color: #A49C4C; }

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

This text font color is #A49C4C.


Background Color

.myBgColor { background-color: #A49C4C; }

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

This div background color is #A49C4C.


Border color

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

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

This div border color is #A49C4C.


Opacity

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

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

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

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

This text has shadow with #A49C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49C4C on black background.


Color preview on white background

This text has color #A49C4C on white background.



Black color preview on #A49C4C background

This text has black color on #A49C4C background.


White color preview on #A49C4C background

This text has white color on #A49C4C background.