COLOR #AD744A

HEX: #AD744A
RGB: (173,116,74)

Renk bilgisi

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

RGB renk modeli

#AD744A color RGB value is (173,116,74).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 116 of 255 = 45%
B 74 of 255 = 29%

173
116
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 116 + 74 = 363 (100%)
R 173 of 363 ~ 47.66%
G 116 of 363 ~ 31.96%
B 74 of 363 ~ 20.39%

%47.66
%31.96
%20.39

CMYK RENK MODELİ

#AD744A rengi CMYK tonu (0,33,57,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.95%
  • sarı tonu 57.23%
  • ana renk tonu 32.16%
CMYK:
(0,33,57,32)
C0M33Y57K32 
(0%,33%,57%,32%)
(0.00/0.33/0.57/0.32)	

CMYK yüzdeleri

%0
%32.95
%57.23
%32.16

Codes

Color #AD744A in popluar color models

AD744A
RGB17311674
HSL25°40.08%48.43%
HSB/HSV25°57.23%67.84%
CMYK0.00%32.95%57.23%
32.16%

Color #AD744A in popluar number systems.

HEXAD744A
Decimal17311674
Binary1010110111101001001010
Octal255164112

Shades and tints

Shades of #AD744A

#AD744A
(173,116,74)
#9E6A44
(158,106,68)
#8F603E
(143,96,62)
#805638
(128,86,56)
#714C32
(113,76,50)
#62422C
(98,66,44)
#533826
(83,56,38)
#442E20
(68,46,32)
#35241A
(53,36,26)
#261A14
(38,26,20)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #AD744A

#AD744A
(173,116,74)
#B4805A
(180,128,90)
#BB8C6A
(187,140,106)
#C2987A
(194,152,122)
#C9A48A
(201,164,138)
#D0B09A
(208,176,154)
#D7BCAA
(215,188,170)
#DEC8BA
(222,200,186)
#E5D4CA
(229,212,202)
#ECE0DA
(236,224,218)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD744A; }

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

This text font color is #AD744A.


Background Color

.myBgColor { background-color: #AD744A; }

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

This div background color is #AD744A.


Border color

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

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

This div border color is #AD744A.


Opacity

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

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

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

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

This text has shadow with #AD744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD744A on black background.


Color preview on white background

This text has color #AD744A on white background.



Black color preview on #AD744A background

This text has black color on #AD744A background.


White color preview on #AD744A background

This text has white color on #AD744A background.