COLOR #A37F54

HEX: #A37F54 RGB: (163,127,84)

Color info

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

RGB color model

#A37F54 color RGB value is (163,127,84).

RGB: (163,127,84) (64%, 50%, 33%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 84 of 255 = 33%

163
127
84

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

Portions of RGB colors in percentages

R + G + B = 163 + 127 + 84 = 374 (100%)
R 163 of 374 ~ 43.58%
G 127 of 374 ~ 33.96%
B 84 of 374 ~ 22.46'%

%43.58
%33.96
%22.46

CMYK color model

#A37F54 color CMYK value is (0,22,48,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 48.47%
  • key color value is 36.08%

CMYK: (0,22,48,36)
C0M22Y48K36 (0%, 22%, 48%, 36%)
(0.00 / 0.22 / 0.48 / 0.36)

CMYK percentages

%0
%22.09
%48.47
%36.08

Codes

Color #A37F54 in popluar color models

A3 7F 54
RGB 163 127 84
HSL 33° 31.98% 48.43%
HSB/HSV 33° 48.47% 63.92%
CMYK 0.00% 22.09% 48.47%
36.08%

Color #A37F54 in popluar number systems.

HEX A3 7F 54
Decimal 163 127 84
Binary 10100011 1111111 1010100
Octal 243 177 124

Shades and tints

Shades of #A37F54

#A37F54
(163,127,84)
#95744D
(149,116,77)
#876946
(135,105,70)
#795E3F
(121,94,63)
#6B5338
(107,83,56)
#5D4831
(93,72,49)
#4F3D2A
(79,61,42)
#413223
(65,50,35)
#33271C
(51,39,28)
#251C15
(37,28,21)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A37F54

#A37F54
(163,127,84)
#AB8A63
(171,138,99)
#B39572
(179,149,114)
#BBA081
(187,160,129)
#C3AB90
(195,171,144)
#CBB69F
(203,182,159)
#D3C1AE
(211,193,174)
#DBCCBD
(219,204,189)
#E3D7CC
(227,215,204)
#EBE2DB
(235,226,219)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37F54 color. Also use rgb(163,127,84) instead hex code.

Text Font Color

.myTextColor { color: #A37F54; }

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

This text font color is #A37F54.

Background Color

.myBgColor { background-color: #A37F54; }

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

This div background color is #A37F54.

Border color

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

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

This div border color is #A37F54.

Opacity

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

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

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

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

This text has shadow with #A37F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37F54.

Preview

Color preview on black background

This text has color #A37F54 on black background.


Color preview on white background

This text has color #A37F54 on white background.


Black color preview on #A37F54 background

This text has black color on #A37F54 background.


White color preview on #A37F54 background

This text has white color on #A37F54 background.


Related colors

Complementary color

Complementary color for #hex is #5C80AB.


I love getcolorcode.com

Triadic colors

1 #54A37F and #7F54A3 with #A37F54 are triadic colors.

2 #547FA3 and #7FA354 with #A37F54 are triadic colors.