COLOR #AD6148

HEX: #AD6148
RGB: (173,97,72)

Renk bilgisi

#AD6148 contains mainly red color. #AD6148 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD6148 color RGB value is (173,97,72).

  • kırmız ton 173;
  • yeşil ton 97;
  • mavi ton 72.
RGB:
(173,97,72)
(68%,38%,28%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 72 of 255 = 28%

173
97
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 72 = 342 (100%)
R 173 of 342 ~ 50.58%
G 97 of 342 ~ 28.36%
B 72 of 342 ~ 21.05%

%50.58
%28.36
%21.05

CMYK RENK MODELİ

#AD6148 rengi CMYK tonu (0,44,58,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 58.38%
  • ana renk tonu 32.16%
CMYK:
(0,44,58,32)
C0M44Y58K32 
(0%,44%,58%,32%)
(0.00/0.44/0.58/0.32)	

CMYK yüzdeleri

%0
%43.93
%58.38
%32.16

Codes

Color #AD6148 in popluar color models

AD6148
RGB1739772
HSL15°41.22%48.04%
HSB/HSV15°58.38%67.84%
CMYK0.00%43.93%58.38%
32.16%

Color #AD6148 in popluar number systems.

HEXAD6148
Decimal1739772
Binary1010110111000011001000
Octal255141110

Shades and tints

Shades of #AD6148

#AD6148
(173,97,72)
#9E5942
(158,89,66)
#8F513C
(143,81,60)
#804936
(128,73,54)
#714130
(113,65,48)
#62392A
(98,57,42)
#533124
(83,49,36)
#44291E
(68,41,30)
#352118
(53,33,24)
#261912
(38,25,18)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #AD6148

#AD6148
(173,97,72)
#B46F58
(180,111,88)
#BB7D68
(187,125,104)
#C28B78
(194,139,120)
#C99988
(201,153,136)
#D0A798
(208,167,152)
#D7B5A8
(215,181,168)
#DEC3B8
(222,195,184)
#E5D1C8
(229,209,200)
#ECDFD8
(236,223,216)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6148 color. Also use rgb(173,97,72) instead hex code.

Text Font Color

.myTextColor { color: #AD6148; }

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

This text font color is #AD6148.


Background Color

.myBgColor { background-color: #AD6148; }

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

This div background color is #AD6148.


Border color

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

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

This div border color is #AD6148.


Opacity

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

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

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

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

This text has shadow with #AD6148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6148 on black background.


Color preview on white background

This text has color #AD6148 on white background.



Black color preview on #AD6148 background

This text has black color on #AD6148 background.


White color preview on #AD6148 background

This text has white color on #AD6148 background.