COLOR #AD838A

HEX: #AD838A
RGB: (173,131,138)

Renk bilgisi

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

RGB renk modeli

#AD838A color RGB value is (173,131,138).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 131 of 255 = 51%
B 138 of 255 = 54%

173
131
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 138 = 442 (100%)
R 173 of 442 ~ 39.14%
G 131 of 442 ~ 29.64%
B 138 of 442 ~ 31.22%

%39.14
%29.64
%31.22

CMYK RENK MODELİ

#AD838A rengi CMYK tonu (0,24,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.28%
  • sarı tonu 20.23%
  • ana renk tonu 32.16%
CMYK:
(0,24,20,32)
C0M24Y20K32 
(0%,24%,20%,32%)
(0.00/0.24/0.20/0.32)	

CMYK yüzdeleri

%0
%24.28
%20.23
%32.16

Codes

Color #AD838A in popluar color models

AD838A
RGB173131138
HSL350°20.39%59.61%
HSB/HSV350°24.28%67.84%
CMYK0.00%24.28%20.23%
32.16%

Color #AD838A in popluar number systems.

HEXAD838A
Decimal173131138
Binary101011011000001110001010
Octal255203212

Shades and tints

Shades of #AD838A

#AD838A
(173,131,138)
#9E787E
(158,120,126)
#8F6D72
(143,109,114)
#806266
(128,98,102)
#71575A
(113,87,90)
#624C4E
(98,76,78)
#534142
(83,65,66)
#443636
(68,54,54)
#352B2A
(53,43,42)
#26201E
(38,32,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD838A

#AD838A
(173,131,138)
#B48E94
(180,142,148)
#BB999E
(187,153,158)
#C2A4A8
(194,164,168)
#C9AFB2
(201,175,178)
#D0BABC
(208,186,188)
#D7C5C6
(215,197,198)
#DED0D0
(222,208,208)
#E5DBDA
(229,219,218)
#ECE6E4
(236,230,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD838A; }

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

This text font color is #AD838A.


Background Color

.myBgColor { background-color: #AD838A; }

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

This div background color is #AD838A.


Border color

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

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

This div border color is #AD838A.


Opacity

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

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

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

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

This text has shadow with #AD838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD838A on black background.


Color preview on white background

This text has color #AD838A on white background.



Black color preview on #AD838A background

This text has black color on #AD838A background.


White color preview on #AD838A background

This text has white color on #AD838A background.