COLOR #A17966

HEX: #A17966 RGB: (161,121,102)

Color info

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

RGB color model

#A17966 color RGB value is (161,121,102).

RGB: (161,121,102) (63%, 47%, 40%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 102 of 255 = 40%

161
121
102

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

Portions of RGB colors in percentages

R + G + B = 161 + 121 + 102 = 384 (100%)
R 161 of 384 ~ 41.93%
G 121 of 384 ~ 31.51%
B 102 of 384 ~ 26.56'%

%41.93
%31.51
%26.56

CMYK color model

#A17966 color CMYK value is (0,25,37,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 36.65%
  • key color value is 36.86%

CMYK: (0,25,37,37)
C0M25Y37K37 (0%, 25%, 37%, 37%)
(0.00 / 0.25 / 0.37 / 0.37)

CMYK percentages

%0
%24.84
%36.65
%36.86

Codes

Color #A17966 in popluar color models

A1 79 66
RGB 161 121 102
HSL 19° 23.89% 51.57%
HSB/HSV 19° 36.65% 63.14%
CMYK 0.00% 24.84% 36.65%
36.86%

Color #A17966 in popluar number systems.

HEX A1 79 66
Decimal 161 121 102
Binary 10100001 1111001 1100110
Octal 241 171 146

Shades and tints

Shades of #A17966

#A17966
(161,121,102)
#936E5D
(147,110,93)
#856354
(133,99,84)
#77584B
(119,88,75)
#694D42
(105,77,66)
#5B4239
(91,66,57)
#4D3730
(77,55,48)
#3F2C27
(63,44,39)
#31211E
(49,33,30)
#231615
(35,22,21)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #A17966

#A17966
(161,121,102)
#A98573
(169,133,115)
#B19180
(177,145,128)
#B99D8D
(185,157,141)
#C1A99A
(193,169,154)
#C9B5A7
(201,181,167)
#D1C1B4
(209,193,180)
#D9CDC1
(217,205,193)
#E1D9CE
(225,217,206)
#E9E5DB
(233,229,219)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17966 color. Also use rgb(161,121,102) instead hex code.

Text Font Color

.myTextColor { color: #A17966; }

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

This text font color is #A17966.

Background Color

.myBgColor { background-color: #A17966; }

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

This div background color is #A17966.

Border color

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

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

This div border color is #A17966.

Opacity

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

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

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

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

This text has shadow with #A17966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17966.

Preview

Color preview on black background

This text has color #A17966 on black background.


Color preview on white background

This text has color #A17966 on white background.


Black color preview on #A17966 background

This text has black color on #A17966 background.


White color preview on #A17966 background

This text has white color on #A17966 background.


Related colors

Complementary color

Complementary color for #hex is #5E8699.


I love getcolorcode.com

Triadic colors

1 #66A179 and #7966A1 with #A17966 are triadic colors.

2 #6679A1 and #79A166 with #A17966 are triadic colors.