COLOR #AD6155

HEX: #AD6155
RGB: (173,97,85)

Renk bilgisi

#AD6155 contains mainly red color. #AD6155 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6155 color RGB value is (173,97,85).

  • kırmız ton 173;
  • yeşil ton 97;
  • mavi ton 85.
RGB:
(173,97,85)
(68%,38%,33%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 85 of 255 = 33%

173
97
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 85 = 355 (100%)
R 173 of 355 ~ 48.73%
G 97 of 355 ~ 27.32%
B 85 of 355 ~ 23.94%

%48.73
%27.32
%23.94

CMYK RENK MODELİ

#AD6155 rengi CMYK tonu (0,44,51,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 50.87%
  • ana renk tonu 32.16%
CMYK:
(0,44,51,32)
C0M44Y51K32 
(0%,44%,51%,32%)
(0.00/0.44/0.51/0.32)	

CMYK yüzdeleri

%0
%43.93
%50.87
%32.16

Codes

Color #AD6155 in popluar color models

AD6155
RGB1739785
HSL34.92%50.59%
HSB/HSV50.87%67.84%
CMYK0.00%43.93%50.87%
32.16%

Color #AD6155 in popluar number systems.

HEXAD6155
Decimal1739785
Binary1010110111000011010101
Octal255141125

Shades and tints

Shades of #AD6155

#AD6155
(173,97,85)
#9E594E
(158,89,78)
#8F5147
(143,81,71)
#804940
(128,73,64)
#714139
(113,65,57)
#623932
(98,57,50)
#53312B
(83,49,43)
#442924
(68,41,36)
#35211D
(53,33,29)
#261916
(38,25,22)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD6155

#AD6155
(173,97,85)
#B46F64
(180,111,100)
#BB7D73
(187,125,115)
#C28B82
(194,139,130)
#C99991
(201,153,145)
#D0A7A0
(208,167,160)
#D7B5AF
(215,181,175)
#DEC3BE
(222,195,190)
#E5D1CD
(229,209,205)
#ECDFDC
(236,223,220)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6155 color. Also use rgb(173,97,85) instead hex code.

Text Font Color

.myTextColor { color: #AD6155; }

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

This text font color is #AD6155.


Background Color

.myBgColor { background-color: #AD6155; }

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

This div background color is #AD6155.


Border color

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

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

This div border color is #AD6155.


Opacity

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

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

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

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

This text has shadow with #AD6155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6155 on black background.


Color preview on white background

This text has color #AD6155 on white background.



Black color preview on #AD6155 background

This text has black color on #AD6155 background.


White color preview on #AD6155 background

This text has white color on #AD6155 background.