COLOR #AD835E

HEX: #AD835E
RGB: (173,131,94)

Renk bilgisi

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

RGB renk modeli

#AD835E color RGB value is (173,131,94).

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

RGB bağlantıları ve doygunluk

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

173
131
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 94 = 398 (100%)
R 173 of 398 ~ 43.47%
G 131 of 398 ~ 32.91%
B 94 of 398 ~ 23.62%

%43.47
%32.91
%23.62

CMYK RENK MODELİ

#AD835E rengi CMYK tonu (0,24,46,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.28%
  • sarı tonu 45.66%
  • ana renk tonu 32.16%
CMYK:
(0,24,46,32)
C0M24Y46K32 
(0%,24%,46%,32%)
(0.00/0.24/0.46/0.32)	

CMYK yüzdeleri

%0
%24.28
%45.66
%32.16

Codes

Color #AD835E in popluar color models

AD835E
RGB17313194
HSL28°32.51%52.35%
HSB/HSV28°45.66%67.84%
CMYK0.00%24.28%45.66%
32.16%

Color #AD835E in popluar number systems.

HEXAD835E
Decimal17313194
Binary10101101100000111011110
Octal255203136

Shades and tints

Shades of #AD835E

#AD835E
(173,131,94)
#9E7856
(158,120,86)
#8F6D4E
(143,109,78)
#806246
(128,98,70)
#71573E
(113,87,62)
#624C36
(98,76,54)
#53412E
(83,65,46)
#443626
(68,54,38)
#352B1E
(53,43,30)
#262016
(38,32,22)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #AD835E

#AD835E
(173,131,94)
#B48E6C
(180,142,108)
#BB997A
(187,153,122)
#C2A488
(194,164,136)
#C9AF96
(201,175,150)
#D0BAA4
(208,186,164)
#D7C5B2
(215,197,178)
#DED0C0
(222,208,192)
#E5DBCE
(229,219,206)
#ECE6DC
(236,230,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD835E; }

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

This text font color is #AD835E.


Background Color

.myBgColor { background-color: #AD835E; }

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

This div background color is #AD835E.


Border color

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

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

This div border color is #AD835E.


Opacity

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

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

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

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

This text has shadow with #AD835E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD835E on black background.


Color preview on white background

This text has color #AD835E on white background.



Black color preview on #AD835E background

This text has black color on #AD835E background.


White color preview on #AD835E background

This text has white color on #AD835E background.