COLOR #AD7C5B

HEX: #AD7C5B
RGB: (173,124,91)

Renk bilgisi

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

RGB renk modeli

#AD7C5B color RGB value is (173,124,91).

  • kırmız ton 173;
  • yeşil ton 124;
  • mavi ton 91.
RGB:
(173,124,91)
(68%,49%,36%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 91 of 255 = 36%

173
124
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 91 = 388 (100%)
R 173 of 388 ~ 44.59%
G 124 of 388 ~ 31.96%
B 91 of 388 ~ 23.45%

%44.59
%31.96
%23.45

CMYK RENK MODELİ

#AD7C5B rengi CMYK tonu (0,28,47,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 47.40%
  • ana renk tonu 32.16%
CMYK:
(0,28,47,32)
C0M28Y47K32 
(0%,28%,47%,32%)
(0.00/0.28/0.47/0.32)	

CMYK yüzdeleri

%0
%28.32
%47.4
%32.16

Codes

Color #AD7C5B in popluar color models

AD7C5B
RGB17312491
HSL24°33.33%51.76%
HSB/HSV24°47.40%67.84%
CMYK0.00%28.32%47.40%
32.16%

Color #AD7C5B in popluar number systems.

HEXAD7C5B
Decimal17312491
Binary1010110111111001011011
Octal255174133

Shades and tints

Shades of #AD7C5B

#AD7C5B
(173,124,91)
#9E7153
(158,113,83)
#8F664B
(143,102,75)
#805B43
(128,91,67)
#71503B
(113,80,59)
#624533
(98,69,51)
#533A2B
(83,58,43)
#442F23
(68,47,35)
#35241B
(53,36,27)
#261913
(38,25,19)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #AD7C5B

#AD7C5B
(173,124,91)
#B48769
(180,135,105)
#BB9277
(187,146,119)
#C29D85
(194,157,133)
#C9A893
(201,168,147)
#D0B3A1
(208,179,161)
#D7BEAF
(215,190,175)
#DEC9BD
(222,201,189)
#E5D4CB
(229,212,203)
#ECDFD9
(236,223,217)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7C5B color. Also use rgb(173,124,91) instead hex code.

Text Font Color

.myTextColor { color: #AD7C5B; }

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

This text font color is #AD7C5B.


Background Color

.myBgColor { background-color: #AD7C5B; }

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

This div background color is #AD7C5B.


Border color

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

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

This div border color is #AD7C5B.


Opacity

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

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

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

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

This text has shadow with #AD7C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C5B on black background.


Color preview on white background

This text has color #AD7C5B on white background.



Black color preview on #AD7C5B background

This text has black color on #AD7C5B background.


White color preview on #AD7C5B background

This text has white color on #AD7C5B background.