COLOR #AD9584

HEX: #AD9584
RGB: (173,149,132)

Renk bilgisi

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

RGB renk modeli

#AD9584 color RGB value is (173,149,132).

  • kırmız ton 173;
  • yeşil ton 149;
  • mavi ton 132.
RGB:
(173,149,132)
(68%,58%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 149 of 255 = 58%
B 132 of 255 = 52%

173
149
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 149 + 132 = 454 (100%)
R 173 of 454 ~ 38.11%
G 149 of 454 ~ 32.82%
B 132 of 454 ~ 29.07%

%38.11
%32.82
%29.07

CMYK RENK MODELİ

#AD9584 rengi CMYK tonu (0,14,24,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.87%
  • sarı tonu 23.70%
  • ana renk tonu 32.16%
CMYK:
(0,14,24,32)
C0M14Y24K32 
(0%,14%,24%,32%)
(0.00/0.14/0.24/0.32)	

CMYK yüzdeleri

%0
%13.87
%23.7
%32.16

Codes

Color #AD9584 in popluar color models

AD9584
RGB173149132
HSL25°20.00%59.80%
HSB/HSV25°23.70%67.84%
CMYK0.00%13.87%23.70%
32.16%

Color #AD9584 in popluar number systems.

HEXAD9584
Decimal173149132
Binary101011011001010110000100
Octal255225204

Shades and tints

Shades of #AD9584

#AD9584
(173,149,132)
#9E8878
(158,136,120)
#8F7B6C
(143,123,108)
#806E60
(128,110,96)
#716154
(113,97,84)
#625448
(98,84,72)
#53473C
(83,71,60)
#443A30
(68,58,48)
#352D24
(53,45,36)
#262018
(38,32,24)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #AD9584

#AD9584
(173,149,132)
#B49E8F
(180,158,143)
#BBA79A
(187,167,154)
#C2B0A5
(194,176,165)
#C9B9B0
(201,185,176)
#D0C2BB
(208,194,187)
#D7CBC6
(215,203,198)
#DED4D1
(222,212,209)
#E5DDDC
(229,221,220)
#ECE6E7
(236,230,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9584 color. Also use rgb(173,149,132) instead hex code.

Text Font Color

.myTextColor { color: #AD9584; }

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

This text font color is #AD9584.


Background Color

.myBgColor { background-color: #AD9584; }

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

This div background color is #AD9584.


Border color

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

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

This div border color is #AD9584.


Opacity

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

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

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

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

This text has shadow with #AD9584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9584 on black background.


Color preview on white background

This text has color #AD9584 on white background.



Black color preview on #AD9584 background

This text has black color on #AD9584 background.


White color preview on #AD9584 background

This text has white color on #AD9584 background.