COLOR #AD835F

HEX: #AD835F
RGB: (173,131,95)

Renk bilgisi

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

RGB renk modeli

#AD835F color RGB value is (173,131,95).

  • kırmız ton 173;
  • yeşil ton 131;
  • mavi ton 95.
RGB:
(173,131,95)
(68%,51%,37%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 131 of 255 = 51%
B 95 of 255 = 37%

173
131
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 95 = 399 (100%)
R 173 of 399 ~ 43.36%
G 131 of 399 ~ 32.83%
B 95 of 399 ~ 23.81%

%43.36
%32.83
%23.81

CMYK RENK MODELİ

#AD835F rengi CMYK tonu (0,24,45,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.28%
  • sarı tonu 45.09%
  • ana renk tonu 32.16%
CMYK:
(0,24,45,32)
C0M24Y45K32 
(0%,24%,45%,32%)
(0.00/0.24/0.45/0.32)	

CMYK yüzdeleri

%0
%24.28
%45.09
%32.16

Codes

Color #AD835F in popluar color models

AD835F
RGB17313195
HSL28°32.23%52.55%
HSB/HSV28°45.09%67.84%
CMYK0.00%24.28%45.09%
32.16%

Color #AD835F in popluar number systems.

HEXAD835F
Decimal17313195
Binary10101101100000111011111
Octal255203137

Shades and tints

Shades of #AD835F

#AD835F
(173,131,95)
#9E7857
(158,120,87)
#8F6D4F
(143,109,79)
#806247
(128,98,71)
#71573F
(113,87,63)
#624C37
(98,76,55)
#53412F
(83,65,47)
#443627
(68,54,39)
#352B1F
(53,43,31)
#262017
(38,32,23)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #AD835F

#AD835F
(173,131,95)
#B48E6D
(180,142,109)
#BB997B
(187,153,123)
#C2A489
(194,164,137)
#C9AF97
(201,175,151)
#D0BAA5
(208,186,165)
#D7C5B3
(215,197,179)
#DED0C1
(222,208,193)
#E5DBCF
(229,219,207)
#ECE6DD
(236,230,221)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD835F color. Also use rgb(173,131,95) instead hex code.

Text Font Color

.myTextColor { color: #AD835F; }

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

This text font color is #AD835F.


Background Color

.myBgColor { background-color: #AD835F; }

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

This div background color is #AD835F.


Border color

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

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

This div border color is #AD835F.


Opacity

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

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

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

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

This text has shadow with #AD835F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD835F on black background.


Color preview on white background

This text has color #AD835F on white background.



Black color preview on #AD835F background

This text has black color on #AD835F background.


White color preview on #AD835F background

This text has white color on #AD835F background.