COLOR #AD6A42

HEX: #AD6A42
RGB: (173,106,66)

Renk bilgisi

#AD6A42 contains mainly red color. #AD6A42 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD6A42 color RGB value is (173,106,66).

  • kırmız ton 173;
  • yeşil ton 106;
  • mavi ton 66.
RGB:
(173,106,66)
(68%,42%,26%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 106 of 255 = 42%
B 66 of 255 = 26%

173
106
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 106 + 66 = 345 (100%)
R 173 of 345 ~ 50.14%
G 106 of 345 ~ 30.72%
B 66 of 345 ~ 19.13%

%50.14
%30.72
%19.13

CMYK RENK MODELİ

#AD6A42 rengi CMYK tonu (0,39,62,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.73%
  • sarı tonu 61.85%
  • ana renk tonu 32.16%
CMYK:
(0,39,62,32)
C0M39Y62K32 
(0%,39%,62%,32%)
(0.00/0.39/0.62/0.32)	

CMYK yüzdeleri

%0
%38.73
%61.85
%32.16

Codes

Color #AD6A42 in popluar color models

AD6A42
RGB17310666
HSL22°44.77%46.86%
HSB/HSV22°61.85%67.84%
CMYK0.00%38.73%61.85%
32.16%

Color #AD6A42 in popluar number systems.

HEXAD6A42
Decimal17310666
Binary1010110111010101000010
Octal255152102

Shades and tints

Shades of #AD6A42

#AD6A42
(173,106,66)
#9E613C
(158,97,60)
#8F5836
(143,88,54)
#804F30
(128,79,48)
#71462A
(113,70,42)
#623D24
(98,61,36)
#53341E
(83,52,30)
#442B18
(68,43,24)
#352212
(53,34,18)
#26190C
(38,25,12)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #AD6A42

#AD6A42
(173,106,66)
#B47753
(180,119,83)
#BB8464
(187,132,100)
#C29175
(194,145,117)
#C99E86
(201,158,134)
#D0AB97
(208,171,151)
#D7B8A8
(215,184,168)
#DEC5B9
(222,197,185)
#E5D2CA
(229,210,202)
#ECDFDB
(236,223,219)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6A42 color. Also use rgb(173,106,66) instead hex code.

Text Font Color

.myTextColor { color: #AD6A42; }

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

This text font color is #AD6A42.


Background Color

.myBgColor { background-color: #AD6A42; }

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

This div background color is #AD6A42.


Border color

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

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

This div border color is #AD6A42.


Opacity

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

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

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

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

This text has shadow with #AD6A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A42 on black background.


Color preview on white background

This text has color #AD6A42 on white background.



Black color preview on #AD6A42 background

This text has black color on #AD6A42 background.


White color preview on #AD6A42 background

This text has white color on #AD6A42 background.