COLOR #AD9163

HEX: #AD9163
RGB: (173,145,99)

Renk bilgisi

#AD9163 contains mainly red and green colors. #AD9163 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AD9163 color RGB value is (173,145,99).

  • kırmız ton 173;
  • yeşil ton 145;
  • mavi ton 99.
RGB:
(173,145,99)
(68%,57%,39%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 145 of 255 = 57%
B 99 of 255 = 39%

173
145
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 145 + 99 = 417 (100%)
R 173 of 417 ~ 41.49%
G 145 of 417 ~ 34.77%
B 99 of 417 ~ 23.74%

%41.49
%34.77
%23.74

CMYK RENK MODELİ

#AD9163 rengi CMYK tonu (0,16,43,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.18%
  • sarı tonu 42.77%
  • ana renk tonu 32.16%
CMYK:
(0,16,43,32)
C0M16Y43K32 
(0%,16%,43%,32%)
(0.00/0.16/0.43/0.32)	

CMYK yüzdeleri

%0
%16.18
%42.77
%32.16

Codes

Color #AD9163 in popluar color models

AD9163
RGB17314599
HSL37°31.09%53.33%
HSB/HSV37°42.77%67.84%
CMYK0.00%16.18%42.77%
32.16%

Color #AD9163 in popluar number systems.

HEXAD9163
Decimal17314599
Binary10101101100100011100011
Octal255221143

Shades and tints

Shades of #AD9163

#AD9163
(173,145,99)
#9E845A
(158,132,90)
#8F7751
(143,119,81)
#806A48
(128,106,72)
#715D3F
(113,93,63)
#625036
(98,80,54)
#53432D
(83,67,45)
#443624
(68,54,36)
#35291B
(53,41,27)
#261C12
(38,28,18)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #AD9163

#AD9163
(173,145,99)
#B49B71
(180,155,113)
#BBA57F
(187,165,127)
#C2AF8D
(194,175,141)
#C9B99B
(201,185,155)
#D0C3A9
(208,195,169)
#D7CDB7
(215,205,183)
#DED7C5
(222,215,197)
#E5E1D3
(229,225,211)
#ECEBE1
(236,235,225)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9163 color. Also use rgb(173,145,99) instead hex code.

Text Font Color

.myTextColor { color: #AD9163; }

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

This text font color is #AD9163.


Background Color

.myBgColor { background-color: #AD9163; }

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

This div background color is #AD9163.


Border color

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

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

This div border color is #AD9163.


Opacity

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

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

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

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

This text has shadow with #AD9163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9163 on black background.


Color preview on white background

This text has color #AD9163 on white background.



Black color preview on #AD9163 background

This text has black color on #AD9163 background.


White color preview on #AD9163 background

This text has white color on #AD9163 background.