COLOR #AD724A

HEX: #AD724A
RGB: (173,114,74)

Renk bilgisi

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

RGB renk modeli

#AD724A color RGB value is (173,114,74).

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

RGB bağlantıları ve doygunluk

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

173
114
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 114 + 74 = 361 (100%)
R 173 of 361 ~ 47.92%
G 114 of 361 ~ 31.58%
B 74 of 361 ~ 20.5%

%47.92
%31.58
%20.5

CMYK RENK MODELİ

#AD724A rengi CMYK tonu (0,34,57,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.10%
  • sarı tonu 57.23%
  • ana renk tonu 32.16%
CMYK:
(0,34,57,32)
C0M34Y57K32 
(0%,34%,57%,32%)
(0.00/0.34/0.57/0.32)	

CMYK yüzdeleri

%0
%34.1
%57.23
%32.16

Codes

Color #AD724A in popluar color models

AD724A
RGB17311474
HSL24°40.08%48.43%
HSB/HSV24°57.23%67.84%
CMYK0.00%34.10%57.23%
32.16%

Color #AD724A in popluar number systems.

HEXAD724A
Decimal17311474
Binary1010110111100101001010
Octal255162112

Shades and tints

Shades of #AD724A

#AD724A
(173,114,74)
#9E6844
(158,104,68)
#8F5E3E
(143,94,62)
#805438
(128,84,56)
#714A32
(113,74,50)
#62402C
(98,64,44)
#533626
(83,54,38)
#442C20
(68,44,32)
#35221A
(53,34,26)
#261814
(38,24,20)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD724A

#AD724A
(173,114,74)
#B47E5A
(180,126,90)
#BB8A6A
(187,138,106)
#C2967A
(194,150,122)
#C9A28A
(201,162,138)
#D0AE9A
(208,174,154)
#D7BAAA
(215,186,170)
#DEC6BA
(222,198,186)
#E5D2CA
(229,210,202)
#ECDEDA
(236,222,218)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD724A; }

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

This text font color is #AD724A.


Background Color

.myBgColor { background-color: #AD724A; }

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

This div background color is #AD724A.


Border color

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

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

This div border color is #AD724A.


Opacity

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

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

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

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

This text has shadow with #AD724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD724A on black background.


Color preview on white background

This text has color #AD724A on white background.



Black color preview on #AD724A background

This text has black color on #AD724A background.


White color preview on #AD724A background

This text has white color on #AD724A background.