COLOR #A38C71

HEX: #A38C71
RGB: (163,140,113)

Renk bilgisi

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

RGB renk modeli

#A38C71 color RGB value is (163,140,113).

  • kırmız ton 163;
  • yeşil ton 140;
  • mavi ton 113.
RGB:
(163,140,113)
(64%,55%,44%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 140 of 255 = 55%
B 113 of 255 = 44%

163
140
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 140 + 113 = 416 (100%)
R 163 of 416 ~ 39.18%
G 140 of 416 ~ 33.65%
B 113 of 416 ~ 27.16%

%39.18
%33.65
%27.16

CMYK RENK MODELİ

#A38C71 rengi CMYK tonu (0,14,31,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.11%
  • sarı tonu 30.67%
  • ana renk tonu 36.08%
CMYK:
(0,14,31,36)
C0M14Y31K36 
(0%,14%,31%,36%)
(0.00/0.14/0.31/0.36)	

CMYK yüzdeleri

%0
%14.11
%30.67
%36.08

Codes

Color #A38C71 in popluar color models

A38C71
RGB163140113
HSL32°21.37%54.12%
HSB/HSV32°30.67%63.92%
CMYK0.00%14.11%30.67%
36.08%

Color #A38C71 in popluar number systems.

HEXA38C71
Decimal163140113
Binary10100011100011001110001
Octal243214161

Shades and tints

Shades of #A38C71

#A38C71
(163,140,113)
#958067
(149,128,103)
#87745D
(135,116,93)
#796853
(121,104,83)
#6B5C49
(107,92,73)
#5D503F
(93,80,63)
#4F4435
(79,68,53)
#41382B
(65,56,43)
#332C21
(51,44,33)
#252017
(37,32,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A38C71

#A38C71
(163,140,113)
#AB967D
(171,150,125)
#B3A089
(179,160,137)
#BBAA95
(187,170,149)
#C3B4A1
(195,180,161)
#CBBEAD
(203,190,173)
#D3C8B9
(211,200,185)
#DBD2C5
(219,210,197)
#E3DCD1
(227,220,209)
#EBE6DD
(235,230,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C71 color. Also use rgb(163,140,113) instead hex code.

Text Font Color

.myTextColor { color: #A38C71; }

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

This text font color is #A38C71.


Background Color

.myBgColor { background-color: #A38C71; }

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

This div background color is #A38C71.


Border color

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

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

This div border color is #A38C71.


Opacity

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

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

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

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

This text has shadow with #A38C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C71 on black background.


Color preview on white background

This text has color #A38C71 on white background.



Black color preview on #A38C71 background

This text has black color on #A38C71 background.


White color preview on #A38C71 background

This text has white color on #A38C71 background.