COLOR #AD835A

HEX: #AD835A
RGB: (173,131,90)

Renk bilgisi

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

RGB renk modeli

#AD835A color RGB value is (173,131,90).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 131 of 255 = 51%
B 90 of 255 = 35%

173
131
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 90 = 394 (100%)
R 173 of 394 ~ 43.91%
G 131 of 394 ~ 33.25%
B 90 of 394 ~ 22.84%

%43.91
%33.25
%22.84

CMYK RENK MODELİ

#AD835A rengi CMYK tonu (0,24,48,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.28%
  • sarı tonu 47.98%
  • ana renk tonu 32.16%
CMYK:
(0,24,48,32)
C0M24Y48K32 
(0%,24%,48%,32%)
(0.00/0.24/0.48/0.32)	

CMYK yüzdeleri

%0
%24.28
%47.98
%32.16

Codes

Color #AD835A in popluar color models

AD835A
RGB17313190
HSL30°33.60%51.57%
HSB/HSV30°47.98%67.84%
CMYK0.00%24.28%47.98%
32.16%

Color #AD835A in popluar number systems.

HEXAD835A
Decimal17313190
Binary10101101100000111011010
Octal255203132

Shades and tints

Shades of #AD835A

#AD835A
(173,131,90)
#9E7852
(158,120,82)
#8F6D4A
(143,109,74)
#806242
(128,98,66)
#71573A
(113,87,58)
#624C32
(98,76,50)
#53412A
(83,65,42)
#443622
(68,54,34)
#352B1A
(53,43,26)
#262012
(38,32,18)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #AD835A

#AD835A
(173,131,90)
#B48E69
(180,142,105)
#BB9978
(187,153,120)
#C2A487
(194,164,135)
#C9AF96
(201,175,150)
#D0BAA5
(208,186,165)
#D7C5B4
(215,197,180)
#DED0C3
(222,208,195)
#E5DBD2
(229,219,210)
#ECE6E1
(236,230,225)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD835A; }

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

This text font color is #AD835A.


Background Color

.myBgColor { background-color: #AD835A; }

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

This div background color is #AD835A.


Border color

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

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

This div border color is #AD835A.


Opacity

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

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

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

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

This text has shadow with #AD835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD835A on black background.


Color preview on white background

This text has color #AD835A on white background.



Black color preview on #AD835A background

This text has black color on #AD835A background.


White color preview on #AD835A background

This text has white color on #AD835A background.