COLOR #AD865A

HEX: #AD865A
RGB: (173,134,90)

Renk bilgisi

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

RGB renk modeli

#AD865A color RGB value is (173,134,90).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 134 of 255 = 53%
B 90 of 255 = 35%

173
134
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 134 + 90 = 397 (100%)
R 173 of 397 ~ 43.58%
G 134 of 397 ~ 33.75%
B 90 of 397 ~ 22.67%

%43.58
%33.75
%22.67

CMYK RENK MODELİ

#AD865A rengi CMYK tonu (0,23,48,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 47.98%
  • ana renk tonu 32.16%
CMYK:
(0,23,48,32)
C0M23Y48K32 
(0%,23%,48%,32%)
(0.00/0.23/0.48/0.32)	

CMYK yüzdeleri

%0
%22.54
%47.98
%32.16

Codes

Color #AD865A in popluar color models

AD865A
RGB17313490
HSL32°33.60%51.57%
HSB/HSV32°47.98%67.84%
CMYK0.00%22.54%47.98%
32.16%

Color #AD865A in popluar number systems.

HEXAD865A
Decimal17313490
Binary10101101100001101011010
Octal255206132

Shades and tints

Shades of #AD865A

#AD865A
(173,134,90)
#9E7A52
(158,122,82)
#8F6E4A
(143,110,74)
#806242
(128,98,66)
#71563A
(113,86,58)
#624A32
(98,74,50)
#533E2A
(83,62,42)
#443222
(68,50,34)
#35261A
(53,38,26)
#261A12
(38,26,18)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #AD865A

#AD865A
(173,134,90)
#B49169
(180,145,105)
#BB9C78
(187,156,120)
#C2A787
(194,167,135)
#C9B296
(201,178,150)
#D0BDA5
(208,189,165)
#D7C8B4
(215,200,180)
#DED3C3
(222,211,195)
#E5DED2
(229,222,210)
#ECE9E1
(236,233,225)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD865A; }

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

This text font color is #AD865A.


Background Color

.myBgColor { background-color: #AD865A; }

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

This div background color is #AD865A.


Border color

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

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

This div border color is #AD865A.


Opacity

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

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

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

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

This text has shadow with #AD865A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD865A on black background.


Color preview on white background

This text has color #AD865A on white background.



Black color preview on #AD865A background

This text has black color on #AD865A background.


White color preview on #AD865A background

This text has white color on #AD865A background.