COLOR #A37D69

HEX: #A37D69
RGB: (163,125,105)

Color info

#A37D69 contains red, green and blue colors in about the same proportion. Web safe color of #A37D69 is #996666 (or #966).

RGB color model

#A37D69 color RGB value is (163,125,105).

  • red value is 163;
  • green value is 125;
  • blue value is 105.
RGB:
(163,125,105)
(64%,49%,41%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 105 of 255 = 41%

163
125
105

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 105 = 393 (100%)
R 163 of 393 ~ 41.48%
G 125 of 393 ~ 31.81%
B 105 of 393 ~ 26.72%

%41.48
%31.81
%26.72

CMYK color model

#A37D69 color CMYK value is (0,23,36,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 35.58%
  • key color value is 36.08%
CMYK:
(0,23,36,36)
C0M23Y36K36 
(0%,23%,36%,36%)
(0.00/0.23/0.36/0.36)	

CMYK percentages

%0
%23.31
%35.58
%36.08

Codes

Color #A37D69 in popluar color models

A37D69
RGB163125105
HSL21°23.97%52.55%
HSB/HSV21°35.58%63.92%
CMYK0.00%23.31%35.58%
36.08%

Color #A37D69 in popluar number systems.

HEXA37D69
Decimal163125105
Binary1010001111111011101001
Octal243175151

Shades and tints

Shades of #A37D69

#A37D69
(163,125,105)
#957260
(149,114,96)
#876757
(135,103,87)
#795C4E
(121,92,78)
#6B5145
(107,81,69)
#5D463C
(93,70,60)
#4F3B33
(79,59,51)
#41302A
(65,48,42)
#332521
(51,37,33)
#251A18
(37,26,24)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #A37D69

#A37D69
(163,125,105)
#AB8876
(171,136,118)
#B39383
(179,147,131)
#BB9E90
(187,158,144)
#C3A99D
(195,169,157)
#CBB4AA
(203,180,170)
#D3BFB7
(211,191,183)
#DBCAC4
(219,202,196)
#E3D5D1
(227,213,209)
#EBE0DE
(235,224,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D69 color. Also use rgb(163,125,105) instead hex code.

Text Font Color

.myTextColor { color: #A37D69; }

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

This text font color is #A37D69.


Background Color

.myBgColor { background-color: #A37D69; }

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

This div background color is #A37D69.


Border color

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

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

This div border color is #A37D69.


Opacity

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

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

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

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

This text has shadow with #A37D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D69 on black background.


Color preview on white background

This text has color #A37D69 on white background.



Black color preview on #A37D69 background

This text has black color on #A37D69 background.


White color preview on #A37D69 background

This text has white color on #A37D69 background.