COLOR #A17A7C

HEX: #A17A7C RGB: (161,122,124)

Color info

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

RGB color model

#A17A7C color RGB value is (161,122,124).

RGB: (161,122,124) (63%, 48%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 124 of 255 = 49%

161
122
124

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

Portions of RGB colors in percentages

R + G + B = 161 + 122 + 124 = 407 (100%)
R 161 of 407 ~ 39.56%
G 122 of 407 ~ 29.98%
B 124 of 407 ~ 30.47'%

%39.56
%29.98
%30.47

CMYK color model

#A17A7C color CMYK value is (0,24,23,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (0,24,23,37)
C0M24Y23K37 (0%, 24%, 23%, 37%)
(0.00 / 0.24 / 0.23 / 0.37)

CMYK percentages

%0
%24.22
%22.98
%36.86

Codes

Color #A17A7C in popluar color models

A1 7A 7C
RGB 161 122 124
HSL 357° 17.18% 55.49%
HSB/HSV 357° 24.22% 63.14%
CMYK 0.00% 24.22% 22.98%
36.86%

Color #A17A7C in popluar number systems.

HEX A1 7A 7C
Decimal 161 122 124
Binary 10100001 1111010 1111100
Octal 241 172 174

Shades and tints

Shades of #A17A7C

#A17A7C
(161,122,124)
#936F71
(147,111,113)
#856466
(133,100,102)
#77595B
(119,89,91)
#694E50
(105,78,80)
#5B4345
(91,67,69)
#4D383A
(77,56,58)
#3F2D2F
(63,45,47)
#312224
(49,34,36)
#231719
(35,23,25)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #A17A7C

#A17A7C
(161,122,124)
#A98687
(169,134,135)
#B19292
(177,146,146)
#B99E9D
(185,158,157)
#C1AAA8
(193,170,168)
#C9B6B3
(201,182,179)
#D1C2BE
(209,194,190)
#D9CEC9
(217,206,201)
#E1DAD4
(225,218,212)
#E9E6DF
(233,230,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17A7C color. Also use rgb(161,122,124) instead hex code.

Text Font Color

.myTextColor { color: #A17A7C; }

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

This text font color is #A17A7C.

Background Color

.myBgColor { background-color: #A17A7C; }

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

This div background color is #A17A7C.

Border color

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

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

This div border color is #A17A7C.

Opacity

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

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

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

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

This text has shadow with #A17A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17A7C.

Preview

Color preview on black background

This text has color #A17A7C on black background.


Color preview on white background

This text has color #A17A7C on white background.


Black color preview on #A17A7C background

This text has black color on #A17A7C background.


White color preview on #A17A7C background

This text has white color on #A17A7C background.


Related colors

Complementary color

Complementary color for #hex is #5E8583.


I love getcolorcode.com

Triadic colors

1 #7CA17A and #7A7CA1 with #A17A7C are triadic colors.

2 #7C7AA1 and #7AA17C with #A17A7C are triadic colors.