COLOR #AD908A

HEX: #AD908A
RGB: (173,144,138)

Renk bilgisi

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

RGB renk modeli

#AD908A color RGB value is (173,144,138).

  • kırmız ton 173;
  • yeşil ton 144;
  • mavi ton 138.
RGB:
(173,144,138)
(68%,56%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 144 of 255 = 56%
B 138 of 255 = 54%

173
144
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 144 + 138 = 455 (100%)
R 173 of 455 ~ 38.02%
G 144 of 455 ~ 31.65%
B 138 of 455 ~ 30.33%

%38.02
%31.65
%30.33

CMYK RENK MODELİ

#AD908A rengi CMYK tonu (0,17,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.76%
  • sarı tonu 20.23%
  • ana renk tonu 32.16%
CMYK:
(0,17,20,32)
C0M17Y20K32 
(0%,17%,20%,32%)
(0.00/0.17/0.20/0.32)	

CMYK yüzdeleri

%0
%16.76
%20.23
%32.16

Codes

Color #AD908A in popluar color models

AD908A
RGB173144138
HSL10°17.59%60.98%
HSB/HSV10°20.23%67.84%
CMYK0.00%16.76%20.23%
32.16%

Color #AD908A in popluar number systems.

HEXAD908A
Decimal173144138
Binary101011011001000010001010
Octal255220212

Shades and tints

Shades of #AD908A

#AD908A
(173,144,138)
#9E837E
(158,131,126)
#8F7672
(143,118,114)
#806966
(128,105,102)
#715C5A
(113,92,90)
#624F4E
(98,79,78)
#534242
(83,66,66)
#443536
(68,53,54)
#35282A
(53,40,42)
#261B1E
(38,27,30)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD908A

#AD908A
(173,144,138)
#B49A94
(180,154,148)
#BBA49E
(187,164,158)
#C2AEA8
(194,174,168)
#C9B8B2
(201,184,178)
#D0C2BC
(208,194,188)
#D7CCC6
(215,204,198)
#DED6D0
(222,214,208)
#E5E0DA
(229,224,218)
#ECEAE4
(236,234,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD908A color. Also use rgb(173,144,138) instead hex code.

Text Font Color

.myTextColor { color: #AD908A; }

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

This text font color is #AD908A.


Background Color

.myBgColor { background-color: #AD908A; }

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

This div background color is #AD908A.


Border color

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

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

This div border color is #AD908A.


Opacity

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

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

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

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

This text has shadow with #AD908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD908A on black background.


Color preview on white background

This text has color #AD908A on white background.



Black color preview on #AD908A background

This text has black color on #AD908A background.


White color preview on #AD908A background

This text has white color on #AD908A background.