COLOR #A96673

HEX: #A96673 RGB: (169,102,115)

Color info

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

RGB color model

#A96673 color RGB value is (169,102,115).

RGB: (169,102,115) (66%, 40%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 102 of 255 = 40%
B 115 of 255 = 45%

169
102
115

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

Portions of RGB colors in percentages

R + G + B = 169 + 102 + 115 = 386 (100%)
R 169 of 386 ~ 43.78%
G 102 of 386 ~ 26.42%
B 115 of 386 ~ 29.79'%

%43.78
%26.42
%29.79

CMYK color model

#A96673 color CMYK value is (0,40,32,34).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK: (0,40,32,34) C0M40Y32K34 (0%,40%,32%,34%) (0.00/0.40/0.32/0.34) 

CMYK percentages

%0
%39.64
%31.95
%33.73

Codes

Color #A96673 in popluar color models

A9 66 73
RGB 169 102 115
HSL 348° 28.03% 53.14%
HSB/HSV 348° 39.64% 66.27%
CMYK 0.00% 39.64% 31.95%
33.73%

Color #A96673 in popluar number systems.

HEX A9 66 73
Decimal 169 102 115
Binary 10101001 1100110 1110011
Octal 251 146 163

Shades and tints

Shades of #A96673

#A96673
(169,102,115)
#9A5D69
(154,93,105)
#8B545F
(139,84,95)
#7C4B55
(124,75,85)
#6D424B
(109,66,75)
#5E3941
(94,57,65)
#4F3037
(79,48,55)
#40272D
(64,39,45)
#311E23
(49,30,35)
#221519
(34,21,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #A96673

#A96673
(169,102,115)
#B0737F
(176,115,127)
#B7808B
(183,128,139)
#BE8D97
(190,141,151)
#C59AA3
(197,154,163)
#CCA7AF
(204,167,175)
#D3B4BB
(211,180,187)
#DAC1C7
(218,193,199)
#E1CED3
(225,206,211)
#E8DBDF
(232,219,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96673 color. Also use rgb(169,102,115) instead hex code.

Text Font Color

.myTextColor { color: #A96673; }

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

This text font color is #A96673.

Background Color

.myBgColor { background-color: #A96673; }

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

This div background color is #A96673.

Border color

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

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

This div border color is #A96673.

Opacity

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

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

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

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

This text has shadow with #A96673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96673.

Preview

Color preview on black background

This text has color #A96673 on black background.


Color preview on white background

This text has color #A96673 on white background.


Black color preview on #A96673 background

This text has black color on #A96673 background.


White color preview on #A96673 background

This text has white color on #A96673 background.


Related colors

Complementary color

Complementary color for #hex is #56998C.


I love getcolorcode.com

Triadic colors

1 #73A966 and #6673A9 with #A96673 are triadic colors.

2 #7366A9 and #66A973 with #A96673 are triadic colors.