COLOR #AD877C

HEX: #AD877C
RGB: (173,135,124)

Renk bilgisi

#AD877C contains red, green and blue colors in about the same proportion. #AD877C ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AD877C color RGB value is (173,135,124).

  • kırmız ton 173;
  • yeşil ton 135;
  • mavi ton 124.
RGB:
(173,135,124)
(68%,53%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 124 of 255 = 49%

173
135
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 124 = 432 (100%)
R 173 of 432 ~ 40.05%
G 135 of 432 ~ 31.25%
B 124 of 432 ~ 28.7%

%40.05
%31.25
%28.7

CMYK RENK MODELİ

#AD877C rengi CMYK tonu (0,22,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.97%
  • sarı tonu 28.32%
  • ana renk tonu 32.16%
CMYK:
(0,22,28,32)
C0M22Y28K32 
(0%,22%,28%,32%)
(0.00/0.22/0.28/0.32)	

CMYK yüzdeleri

%0
%21.97
%28.32
%32.16

Codes

Color #AD877C in popluar color models

AD877C
RGB173135124
HSL13°23.00%58.24%
HSB/HSV13°28.32%67.84%
CMYK0.00%21.97%28.32%
32.16%

Color #AD877C in popluar number systems.

HEXAD877C
Decimal173135124
Binary10101101100001111111100
Octal255207174

Shades and tints

Shades of #AD877C

#AD877C
(173,135,124)
#9E7B71
(158,123,113)
#8F6F66
(143,111,102)
#80635B
(128,99,91)
#715750
(113,87,80)
#624B45
(98,75,69)
#533F3A
(83,63,58)
#44332F
(68,51,47)
#352724
(53,39,36)
#261B19
(38,27,25)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #AD877C

#AD877C
(173,135,124)
#B49187
(180,145,135)
#BB9B92
(187,155,146)
#C2A59D
(194,165,157)
#C9AFA8
(201,175,168)
#D0B9B3
(208,185,179)
#D7C3BE
(215,195,190)
#DECDC9
(222,205,201)
#E5D7D4
(229,215,212)
#ECE1DF
(236,225,223)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD877C color. Also use rgb(173,135,124) instead hex code.

Text Font Color

.myTextColor { color: #AD877C; }

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

This text font color is #AD877C.


Background Color

.myBgColor { background-color: #AD877C; }

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

This div background color is #AD877C.


Border color

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

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

This div border color is #AD877C.


Opacity

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

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

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

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

This text has shadow with #AD877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD877C on black background.


Color preview on white background

This text has color #AD877C on white background.



Black color preview on #AD877C background

This text has black color on #AD877C background.


White color preview on #AD877C background

This text has white color on #AD877C background.