COLOR #A37A62

HEX: #A37A62
RGB: (163,122,98)

Renk bilgisi

#A37A62 contains mainly red and green colors. #A37A62 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A37A62 color RGB value is (163,122,98).

  • kırmız ton 163;
  • yeşil ton 122;
  • mavi ton 98.
RGB:
(163,122,98)
(64%,48%,38%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 122 of 255 = 48%
B 98 of 255 = 38%

163
122
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 122 + 98 = 383 (100%)
R 163 of 383 ~ 42.56%
G 122 of 383 ~ 31.85%
B 98 of 383 ~ 25.59%

%42.56
%31.85
%25.59

CMYK RENK MODELİ

#A37A62 rengi CMYK tonu (0,25,40,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.15%
  • sarı tonu 39.88%
  • ana renk tonu 36.08%
CMYK:
(0,25,40,36)
C0M25Y40K36 
(0%,25%,40%,36%)
(0.00/0.25/0.40/0.36)	

CMYK yüzdeleri

%0
%25.15
%39.88
%36.08

Codes

Color #A37A62 in popluar color models

A37A62
RGB16312298
HSL22°26.10%51.18%
HSB/HSV22°39.88%63.92%
CMYK0.00%25.15%39.88%
36.08%

Color #A37A62 in popluar number systems.

HEXA37A62
Decimal16312298
Binary1010001111110101100010
Octal243172142

Shades and tints

Shades of #A37A62

#A37A62
(163,122,98)
#956F5A
(149,111,90)
#876452
(135,100,82)
#79594A
(121,89,74)
#6B4E42
(107,78,66)
#5D433A
(93,67,58)
#4F3832
(79,56,50)
#412D2A
(65,45,42)
#332222
(51,34,34)
#25171A
(37,23,26)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #A37A62

#A37A62
(163,122,98)
#AB8670
(171,134,112)
#B3927E
(179,146,126)
#BB9E8C
(187,158,140)
#C3AA9A
(195,170,154)
#CBB6A8
(203,182,168)
#D3C2B6
(211,194,182)
#DBCEC4
(219,206,196)
#E3DAD2
(227,218,210)
#EBE6E0
(235,230,224)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37A62 color. Also use rgb(163,122,98) instead hex code.

Text Font Color

.myTextColor { color: #A37A62; }

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

This text font color is #A37A62.


Background Color

.myBgColor { background-color: #A37A62; }

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

This div background color is #A37A62.


Border color

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

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

This div border color is #A37A62.


Opacity

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

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

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

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

This text has shadow with #A37A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37A62 on black background.


Color preview on white background

This text has color #A37A62 on white background.



Black color preview on #A37A62 background

This text has black color on #A37A62 background.


White color preview on #A37A62 background

This text has white color on #A37A62 background.