COLOR #AD7360

HEX: #AD7360
RGB: (173,115,96)

Renk bilgisi

#AD7360 contains mainly red and green colors. #AD7360 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD7360 color RGB value is (173,115,96).

  • kırmız ton 173;
  • yeşil ton 115;
  • mavi ton 96.
RGB:
(173,115,96)
(68%,45%,38%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 115 of 255 = 45%
B 96 of 255 = 38%

173
115
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 115 + 96 = 384 (100%)
R 173 of 384 ~ 45.05%
G 115 of 384 ~ 29.95%
B 96 of 384 ~ 25%

%45.05
%29.95
%25

CMYK RENK MODELİ

#AD7360 rengi CMYK tonu (0,34,45,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.53%
  • sarı tonu 44.51%
  • ana renk tonu 32.16%
CMYK:
(0,34,45,32)
C0M34Y45K32 
(0%,34%,45%,32%)
(0.00/0.34/0.45/0.32)	

CMYK yüzdeleri

%0
%33.53
%44.51
%32.16

Codes

Color #AD7360 in popluar color models

AD7360
RGB17311596
HSL15°31.95%52.75%
HSB/HSV15°44.51%67.84%
CMYK0.00%33.53%44.51%
32.16%

Color #AD7360 in popluar number systems.

HEXAD7360
Decimal17311596
Binary1010110111100111100000
Octal255163140

Shades and tints

Shades of #AD7360

#AD7360
(173,115,96)
#9E6958
(158,105,88)
#8F5F50
(143,95,80)
#805548
(128,85,72)
#714B40
(113,75,64)
#624138
(98,65,56)
#533730
(83,55,48)
#442D28
(68,45,40)
#352320
(53,35,32)
#261918
(38,25,24)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD7360

#AD7360
(173,115,96)
#B47F6E
(180,127,110)
#BB8B7C
(187,139,124)
#C2978A
(194,151,138)
#C9A398
(201,163,152)
#D0AFA6
(208,175,166)
#D7BBB4
(215,187,180)
#DEC7C2
(222,199,194)
#E5D3D0
(229,211,208)
#ECDFDE
(236,223,222)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7360 color. Also use rgb(173,115,96) instead hex code.

Text Font Color

.myTextColor { color: #AD7360; }

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

This text font color is #AD7360.


Background Color

.myBgColor { background-color: #AD7360; }

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

This div background color is #AD7360.


Border color

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

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

This div border color is #AD7360.


Opacity

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

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

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

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

This text has shadow with #AD7360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7360 on black background.


Color preview on white background

This text has color #AD7360 on white background.



Black color preview on #AD7360 background

This text has black color on #AD7360 background.


White color preview on #AD7360 background

This text has white color on #AD7360 background.