COLOR #A47062

HEX: #A47062
RGB: (164,112,98)

Color info

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

RGB color model

#A47062 color RGB value is (164,112,98).

  • red value is 164;
  • green value is 112;
  • blue value is 98.
RGB:
(164,112,98)
(64%,44%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 98 of 255 = 38%

164
112
98

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 98 = 374 (100%)
R 164 of 374 ~ 43.85%
G 112 of 374 ~ 29.95%
B 98 of 374 ~ 26.2%

%43.85
%29.95
%26.2

CMYK color model

#A47062 color CMYK value is (0,32,40,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(0,32,40,36)
C0M32Y40K36 
(0%,32%,40%,36%)
(0.00/0.32/0.40/0.36)	

CMYK percentages

%0
%31.71
%40.24
%35.69

Codes

Color #A47062 in popluar color models

A47062
RGB16411298
HSL13°26.61%51.37%
HSB/HSV13°40.24%64.31%
CMYK0.00%31.71%40.24%
35.69%

Color #A47062 in popluar number systems.

HEXA47062
Decimal16411298
Binary1010010011100001100010
Octal244160142

Shades and tints

Shades of #A47062

#A47062
(164,112,98)
#96665A
(150,102,90)
#885C52
(136,92,82)
#7A524A
(122,82,74)
#6C4842
(108,72,66)
#5E3E3A
(94,62,58)
#503432
(80,52,50)
#422A2A
(66,42,42)
#342022
(52,32,34)
#26161A
(38,22,26)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #A47062

#A47062
(164,112,98)
#AC7D70
(172,125,112)
#B48A7E
(180,138,126)
#BC978C
(188,151,140)
#C4A49A
(196,164,154)
#CCB1A8
(204,177,168)
#D4BEB6
(212,190,182)
#DCCBC4
(220,203,196)
#E4D8D2
(228,216,210)
#ECE5E0
(236,229,224)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47062 color. Also use rgb(164,112,98) instead hex code.

Text Font Color

.myTextColor { color: #A47062; }

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

This text font color is #A47062.


Background Color

.myBgColor { background-color: #A47062; }

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

This div background color is #A47062.


Border color

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

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

This div border color is #A47062.


Opacity

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

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

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

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

This text has shadow with #A47062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47062 on black background.


Color preview on white background

This text has color #A47062 on white background.



Black color preview on #A47062 background

This text has black color on #A47062 background.


White color preview on #A47062 background

This text has white color on #A47062 background.