COLOR #AD7877

HEX: #AD7877
RGB: (173,120,119)

Renk bilgisi

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

RGB renk modeli

#AD7877 color RGB value is (173,120,119).

  • kırmız ton 173;
  • yeşil ton 120;
  • mavi ton 119.
RGB:
(173,120,119)
(68%,47%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 120 of 255 = 47%
B 119 of 255 = 47%

173
120
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 120 + 119 = 412 (100%)
R 173 of 412 ~ 41.99%
G 120 of 412 ~ 29.13%
B 119 of 412 ~ 28.88%

%41.99
%29.13
%28.88

CMYK RENK MODELİ

#AD7877 rengi CMYK tonu (0,31,31,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.64%
  • sarı tonu 31.21%
  • ana renk tonu 32.16%
CMYK:
(0,31,31,32)
C0M31Y31K32 
(0%,31%,31%,32%)
(0.00/0.31/0.31/0.32)	

CMYK yüzdeleri

%0
%30.64
%31.21
%32.16

Codes

Color #AD7877 in popluar color models

AD7877
RGB173120119
HSL24.77%57.25%
HSB/HSV31.21%67.84%
CMYK0.00%30.64%31.21%
32.16%

Color #AD7877 in popluar number systems.

HEXAD7877
Decimal173120119
Binary1010110111110001110111
Octal255170167

Shades and tints

Shades of #AD7877

#AD7877
(173,120,119)
#9E6E6D
(158,110,109)
#8F6463
(143,100,99)
#805A59
(128,90,89)
#71504F
(113,80,79)
#624645
(98,70,69)
#533C3B
(83,60,59)
#443231
(68,50,49)
#352827
(53,40,39)
#261E1D
(38,30,29)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD7877

#AD7877
(173,120,119)
#B48483
(180,132,131)
#BB908F
(187,144,143)
#C29C9B
(194,156,155)
#C9A8A7
(201,168,167)
#D0B4B3
(208,180,179)
#D7C0BF
(215,192,191)
#DECCCB
(222,204,203)
#E5D8D7
(229,216,215)
#ECE4E3
(236,228,227)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7877 color. Also use rgb(173,120,119) instead hex code.

Text Font Color

.myTextColor { color: #AD7877; }

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

This text font color is #AD7877.


Background Color

.myBgColor { background-color: #AD7877; }

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

This div background color is #AD7877.


Border color

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

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

This div border color is #AD7877.


Opacity

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

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

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

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

This text has shadow with #AD7877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7877 on black background.


Color preview on white background

This text has color #AD7877 on white background.



Black color preview on #AD7877 background

This text has black color on #AD7877 background.


White color preview on #AD7877 background

This text has white color on #AD7877 background.