COLOR #A4744A

HEX: #A4744A
RGB: (164,116,74)

Renk bilgisi

#A4744A contains mainly red and green colors. #A4744A ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#A4744A color RGB value is (164,116,74).

  • kırmız ton 164;
  • yeşil ton 116;
  • mavi ton 74.
RGB:
(164,116,74)
(64%,45%,29%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 116 of 255 = 45%
B 74 of 255 = 29%

164
116
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 116 + 74 = 354 (100%)
R 164 of 354 ~ 46.33%
G 116 of 354 ~ 32.77%
B 74 of 354 ~ 20.9%

%46.33
%32.77
%20.9

CMYK RENK MODELİ

#A4744A rengi CMYK tonu (0,29,55,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.27%
  • sarı tonu 54.88%
  • ana renk tonu 35.69%
CMYK:
(0,29,55,36)
C0M29Y55K36 
(0%,29%,55%,36%)
(0.00/0.29/0.55/0.36)	

CMYK yüzdeleri

%0
%29.27
%54.88
%35.69

Codes

Color #A4744A in popluar color models

A4744A
RGB16411674
HSL28°37.82%46.67%
HSB/HSV28°54.88%64.31%
CMYK0.00%29.27%54.88%
35.69%

Color #A4744A in popluar number systems.

HEXA4744A
Decimal16411674
Binary1010010011101001001010
Octal244164112

Shades and tints

Shades of #A4744A

#A4744A
(164,116,74)
#966A44
(150,106,68)
#88603E
(136,96,62)
#7A5638
(122,86,56)
#6C4C32
(108,76,50)
#5E422C
(94,66,44)
#503826
(80,56,38)
#422E20
(66,46,32)
#34241A
(52,36,26)
#261A14
(38,26,20)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A4744A

#A4744A
(164,116,74)
#AC805A
(172,128,90)
#B48C6A
(180,140,106)
#BC987A
(188,152,122)
#C4A48A
(196,164,138)
#CCB09A
(204,176,154)
#D4BCAA
(212,188,170)
#DCC8BA
(220,200,186)
#E4D4CA
(228,212,202)
#ECE0DA
(236,224,218)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4744A color. Also use rgb(164,116,74) instead hex code.

Text Font Color

.myTextColor { color: #A4744A; }

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

This text font color is #A4744A.


Background Color

.myBgColor { background-color: #A4744A; }

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

This div background color is #A4744A.


Border color

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

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

This div border color is #A4744A.


Opacity

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

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

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

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

This text has shadow with #A4744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4744A on black background.


Color preview on white background

This text has color #A4744A on white background.



Black color preview on #A4744A background

This text has black color on #A4744A background.


White color preview on #A4744A background

This text has white color on #A4744A background.