COLOR #A37466

HEX: #A37466
RGB: (163,116,102)

Color info

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

RGB color model

#A37466 color RGB value is (163,116,102).

  • red value is 163;
  • green value is 116;
  • blue value is 102.
RGB:
(163,116,102)
(64%,45%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 102 of 255 = 40%

163
116
102

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 102 = 381 (100%)
R 163 of 381 ~ 42.78%
G 116 of 381 ~ 30.45%
B 102 of 381 ~ 26.77%

%42.78
%30.45
%26.77

CMYK color model

#A37466 color CMYK value is (0,29,37,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(0,29,37,36)
C0M29Y37K36 
(0%,29%,37%,36%)
(0.00/0.29/0.37/0.36)	

CMYK percentages

%0
%28.83
%37.42
%36.08

Codes

Color #A37466 in popluar color models

A37466
RGB163116102
HSL14°24.90%51.96%
HSB/HSV14°37.42%63.92%
CMYK0.00%28.83%37.42%
36.08%

Color #A37466 in popluar number systems.

HEXA37466
Decimal163116102
Binary1010001111101001100110
Octal243164146

Shades and tints

Shades of #A37466

#A37466
(163,116,102)
#956A5D
(149,106,93)
#876054
(135,96,84)
#79564B
(121,86,75)
#6B4C42
(107,76,66)
#5D4239
(93,66,57)
#4F3830
(79,56,48)
#412E27
(65,46,39)
#33241E
(51,36,30)
#251A15
(37,26,21)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A37466

#A37466
(163,116,102)
#AB8073
(171,128,115)
#B38C80
(179,140,128)
#BB988D
(187,152,141)
#C3A49A
(195,164,154)
#CBB0A7
(203,176,167)
#D3BCB4
(211,188,180)
#DBC8C1
(219,200,193)
#E3D4CE
(227,212,206)
#EBE0DB
(235,224,219)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37466 color. Also use rgb(163,116,102) instead hex code.

Text Font Color

.myTextColor { color: #A37466; }

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

This text font color is #A37466.


Background Color

.myBgColor { background-color: #A37466; }

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

This div background color is #A37466.


Border color

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

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

This div border color is #A37466.


Opacity

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

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

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

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

This text has shadow with #A37466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37466 on black background.


Color preview on white background

This text has color #A37466 on white background.



Black color preview on #A37466 background

This text has black color on #A37466 background.


White color preview on #A37466 background

This text has white color on #A37466 background.