COLOR #A37771

HEX: #A37771
RGB: (163,119,113)

Renk bilgisi

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

RGB renk modeli

#A37771 color RGB value is (163,119,113).

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

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 119 of 255 = 47%
B 113 of 255 = 44%

163
119
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 119 + 113 = 395 (100%)
R 163 of 395 ~ 41.27%
G 119 of 395 ~ 30.13%
B 113 of 395 ~ 28.61%

%41.27
%30.13
%28.61

CMYK RENK MODELİ

#A37771 rengi CMYK tonu (0,27,31,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.99%
  • sarı tonu 30.67%
  • ana renk tonu 36.08%
CMYK:
(0,27,31,36)
C0M27Y31K36 
(0%,27%,31%,36%)
(0.00/0.27/0.31/0.36)	

CMYK yüzdeleri

%0
%26.99
%30.67
%36.08

Codes

Color #A37771 in popluar color models

A37771
RGB163119113
HSL21.37%54.12%
HSB/HSV30.67%63.92%
CMYK0.00%26.99%30.67%
36.08%

Color #A37771 in popluar number systems.

HEXA37771
Decimal163119113
Binary1010001111101111110001
Octal243167161

Shades and tints

Shades of #A37771

#A37771
(163,119,113)
#956D67
(149,109,103)
#87635D
(135,99,93)
#795953
(121,89,83)
#6B4F49
(107,79,73)
#5D453F
(93,69,63)
#4F3B35
(79,59,53)
#41312B
(65,49,43)
#332721
(51,39,33)
#251D17
(37,29,23)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A37771

#A37771
(163,119,113)
#AB837D
(171,131,125)
#B38F89
(179,143,137)
#BB9B95
(187,155,149)
#C3A7A1
(195,167,161)
#CBB3AD
(203,179,173)
#D3BFB9
(211,191,185)
#DBCBC5
(219,203,197)
#E3D7D1
(227,215,209)
#EBE3DD
(235,227,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37771; }

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

This text font color is #A37771.


Background Color

.myBgColor { background-color: #A37771; }

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

This div background color is #A37771.


Border color

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

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

This div border color is #A37771.


Opacity

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

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

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

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

This text has shadow with #A37771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37771 on black background.


Color preview on white background

This text has color #A37771 on white background.



Black color preview on #A37771 background

This text has black color on #A37771 background.


White color preview on #A37771 background

This text has white color on #A37771 background.