COLOR #A49D71

HEX: #A49D71
RGB: (164,157,113)

Renk bilgisi

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

RGB renk modeli

#A49D71 color RGB value is (164,157,113).

  • kırmız ton 164;
  • yeşil ton 157;
  • mavi ton 113.
RGB:
(164,157,113)
(64%,62%,44%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 157 of 255 = 62%
B 113 of 255 = 44%

164
157
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 157 + 113 = 434 (100%)
R 164 of 434 ~ 37.79%
G 157 of 434 ~ 36.18%
B 113 of 434 ~ 26.04%

%37.79
%36.18
%26.04

CMYK RENK MODELİ

#A49D71 rengi CMYK tonu (0,4,31,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.27%
  • sarı tonu 31.10%
  • ana renk tonu 35.69%
CMYK:
(0,4,31,36)
C0M4Y31K36 
(0%,4%,31%,36%)
(0.00/0.04/0.31/0.36)	

CMYK yüzdeleri

%0
%4.27
%31.1
%35.69

Codes

Color #A49D71 in popluar color models

A49D71
RGB164157113
HSL52°21.89%54.31%
HSB/HSV52°31.10%64.31%
CMYK0.00%4.27%31.10%
35.69%

Color #A49D71 in popluar number systems.

HEXA49D71
Decimal164157113
Binary10100100100111011110001
Octal244235161

Shades and tints

Shades of #A49D71

#A49D71
(164,157,113)
#968F67
(150,143,103)
#88815D
(136,129,93)
#7A7353
(122,115,83)
#6C6549
(108,101,73)
#5E573F
(94,87,63)
#504935
(80,73,53)
#423B2B
(66,59,43)
#342D21
(52,45,33)
#261F17
(38,31,23)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #A49D71

#A49D71
(164,157,113)
#ACA57D
(172,165,125)
#B4AD89
(180,173,137)
#BCB595
(188,181,149)
#C4BDA1
(196,189,161)
#CCC5AD
(204,197,173)
#D4CDB9
(212,205,185)
#DCD5C5
(220,213,197)
#E4DDD1
(228,221,209)
#ECE5DD
(236,229,221)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49D71 color. Also use rgb(164,157,113) instead hex code.

Text Font Color

.myTextColor { color: #A49D71; }

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

This text font color is #A49D71.


Background Color

.myBgColor { background-color: #A49D71; }

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

This div background color is #A49D71.


Border color

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

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

This div border color is #A49D71.


Opacity

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

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

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

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

This text has shadow with #A49D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49D71 on black background.


Color preview on white background

This text has color #A49D71 on white background.



Black color preview on #A49D71 background

This text has black color on #A49D71 background.


White color preview on #A49D71 background

This text has white color on #A49D71 background.