COLOR #A38993

HEX: #A38993
RGB: (163,137,147)

Renk bilgisi

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

RGB renk modeli

#A38993 color RGB value is (163,137,147).

  • kırmız ton 163;
  • yeşil ton 137;
  • mavi ton 147.
RGB:
(163,137,147)
(64%,54%,58%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 137 of 255 = 54%
B 147 of 255 = 58%

163
137
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 137 + 147 = 447 (100%)
R 163 of 447 ~ 36.47%
G 137 of 447 ~ 30.65%
B 147 of 447 ~ 32.89%

%36.47
%30.65
%32.89

CMYK RENK MODELİ

#A38993 rengi CMYK tonu (0,16,10,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.95%
  • sarı tonu 9.82%
  • ana renk tonu 36.08%
CMYK:
(0,16,10,36)
C0M16Y10K36 
(0%,16%,10%,36%)
(0.00/0.16/0.10/0.36)	

CMYK yüzdeleri

%0
%15.95
%9.82
%36.08

Codes

Color #A38993 in popluar color models

A38993
RGB163137147
HSL337°12.38%58.82%
HSB/HSV337°15.95%63.92%
CMYK0.00%15.95%9.82%
36.08%

Color #A38993 in popluar number systems.

HEXA38993
Decimal163137147
Binary101000111000100110010011
Octal243211223

Shades and tints

Shades of #A38993

#A38993
(163,137,147)
#957D86
(149,125,134)
#877179
(135,113,121)
#79656C
(121,101,108)
#6B595F
(107,89,95)
#5D4D52
(93,77,82)
#4F4145
(79,65,69)
#413538
(65,53,56)
#33292B
(51,41,43)
#251D1E
(37,29,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A38993

#A38993
(163,137,147)
#AB939C
(171,147,156)
#B39DA5
(179,157,165)
#BBA7AE
(187,167,174)
#C3B1B7
(195,177,183)
#CBBBC0
(203,187,192)
#D3C5C9
(211,197,201)
#DBCFD2
(219,207,210)
#E3D9DB
(227,217,219)
#EBE3E4
(235,227,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38993 color. Also use rgb(163,137,147) instead hex code.

Text Font Color

.myTextColor { color: #A38993; }

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

This text font color is #A38993.


Background Color

.myBgColor { background-color: #A38993; }

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

This div background color is #A38993.


Border color

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

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

This div border color is #A38993.


Opacity

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

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

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

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

This text has shadow with #A38993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38993 on black background.


Color preview on white background

This text has color #A38993 on white background.



Black color preview on #A38993 background

This text has black color on #A38993 background.


White color preview on #A38993 background

This text has white color on #A38993 background.