COLOR #A17B64

HEX: #A17B64
RGB: (161,123,100)

Color info

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

RGB color model

#A17B64 color RGB value is (161,123,100).

  • red value is 161;
  • green value is 123;
  • blue value is 100.
RGB:
(161,123,100)
(63%,48%,39%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 100 of 255 = 39%

161
123
100

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

Portions of RGB colors in percentages

R + G + B =
161 + 123 + 100 = 384 (100%)
R 161 of 384 ~ 41.93%
G 123 of 384 ~ 32.03%
B 100 of 384 ~ 26.04%

%41.93
%32.03
%26.04

CMYK color model

#A17B64 color CMYK value is (0,24,38,37).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 37.89%
  • key color value is 36.86%
CMYK:
(0,24,38,37)
C0M24Y38K37 
(0%,24%,38%,37%)
(0.00/0.24/0.38/0.37)	

CMYK percentages

%0
%23.6
%37.89
%36.86

Codes

Color #A17B64 in popluar color models

A17B64
RGB161123100
HSL23°24.50%51.18%
HSB/HSV23°37.89%63.14%
CMYK0.00%23.60%37.89%
36.86%

Color #A17B64 in popluar number systems.

HEXA17B64
Decimal161123100
Binary1010000111110111100100
Octal241173144

Shades and tints

Shades of #A17B64

#A17B64
(161,123,100)
#93705B
(147,112,91)
#856552
(133,101,82)
#775A49
(119,90,73)
#694F40
(105,79,64)
#5B4437
(91,68,55)
#4D392E
(77,57,46)
#3F2E25
(63,46,37)
#31231C
(49,35,28)
#231813
(35,24,19)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #A17B64

#A17B64
(161,123,100)
#A98772
(169,135,114)
#B19380
(177,147,128)
#B99F8E
(185,159,142)
#C1AB9C
(193,171,156)
#C9B7AA
(201,183,170)
#D1C3B8
(209,195,184)
#D9CFC6
(217,207,198)
#E1DBD4
(225,219,212)
#E9E7E2
(233,231,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17B64 color. Also use rgb(161,123,100) instead hex code.

Text Font Color

.myTextColor { color: #A17B64; }

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

This text font color is #A17B64.


Background Color

.myBgColor { background-color: #A17B64; }

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

This div background color is #A17B64.


Border color

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

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

This div border color is #A17B64.


Opacity

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

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

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

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

This text has shadow with #A17B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17B64 on black background.


Color preview on white background

This text has color #A17B64 on white background.



Black color preview on #A17B64 background

This text has black color on #A17B64 background.


White color preview on #A17B64 background

This text has white color on #A17B64 background.