COLOR #A37962

HEX: #A37962 RGB: (163,121,98)

Color info

#A37962 contains mainly red and green colors. Web safe color of #A37962 is #996666 (or #966).

RGB color model

#A37962 color RGB value is (163,121,98).

RGB: (163,121,98) (64%, 47%, 38%)

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 98 of 255 = 38%

163
121
98

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

Portions of RGB colors in percentages

R + G + B = 163 + 121 + 98 = 382 (100%)
R 163 of 382 ~ 42.67%
G 121 of 382 ~ 31.68%
B 98 of 382 ~ 25.65'%

%42.67
%31.68
%25.65

CMYK color model

#A37962 color CMYK value is (0,26,40,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK: (0,26,40,36) C0M26Y40K36 (0%,26%,40%,36%) (0.00/0.26/0.40/0.36) 

CMYK percentages

%0
%25.77
%39.88
%36.08

Codes

Color #A37962 in popluar color models

A3 79 62
RGB 163 121 98
HSL 21° 26.10% 51.18%
HSB/HSV 21° 39.88% 63.92%
CMYK 0.00% 25.77% 39.88%
36.08%

Color #A37962 in popluar number systems.

HEX A3 79 62
Decimal 163 121 98
Binary 10100011 1111001 1100010
Octal 243 171 142

Shades and tints

Shades of #A37962

#A37962
(163,121,98)
#956E5A
(149,110,90)
#876352
(135,99,82)
#79584A
(121,88,74)
#6B4D42
(107,77,66)
#5D423A
(93,66,58)
#4F3732
(79,55,50)
#412C2A
(65,44,42)
#332122
(51,33,34)
#25161A
(37,22,26)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #A37962

#A37962
(163,121,98)
#AB8570
(171,133,112)
#B3917E
(179,145,126)
#BB9D8C
(187,157,140)
#C3A99A
(195,169,154)
#CBB5A8
(203,181,168)
#D3C1B6
(211,193,182)
#DBCDC4
(219,205,196)
#E3D9D2
(227,217,210)
#EBE5E0
(235,229,224)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37962; }

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

This text font color is #A37962.

Background Color

.myBgColor { background-color: #A37962; }

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

This div background color is #A37962.

Border color

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

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

This div border color is #A37962.

Opacity

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

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

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

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

This text has shadow with #A37962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37962.

Preview

Color preview on black background

This text has color #A37962 on black background.


Color preview on white background

This text has color #A37962 on white background.


Black color preview on #A37962 background

This text has black color on #A37962 background.


White color preview on #A37962 background

This text has white color on #A37962 background.


Related colors

Complementary color

Complementary color for #hex is #5C869D.


I love getcolorcode.com

Triadic colors

1 #62A379 and #7962A3 with #A37962 are triadic colors.

2 #6279A3 and #79A362 with #A37962 are triadic colors.