COLOR #A96A75

HEX: #A96A75 RGB: (169,106,117)

Color info

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

RGB color model

#A96A75 color RGB value is (169,106,117).

RGB: (169,106,117) (66%, 42%, 46%)

RGB channels and saturation

R 169 of 255 = 66%
G 106 of 255 = 42%
B 117 of 255 = 46%

169
106
117

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

Portions of RGB colors in percentages

R + G + B = 169 + 106 + 117 = 392 (100%)
R 169 of 392 ~ 43.11%
G 106 of 392 ~ 27.04%
B 117 of 392 ~ 29.85'%

%43.11
%27.04
%29.85

CMYK color model

#A96A75 color CMYK value is (0,37,31,34).

  • cyan value is 0.00%
  • magenta value is 37.28%
  • yellow value is 30.77%
  • key color value is 33.73%

CMYK: (0,37,31,34)
C0M37Y31K34 (0%, 37%, 31%, 34%)
(0.00 / 0.37 / 0.31 / 0.34)

CMYK percentages

%0
%37.28
%30.77
%33.73

Codes

Color #A96A75 in popluar color models

A9 6A 75
RGB 169 106 117
HSL 350° 26.81% 53.92%
HSB/HSV 350° 37.28% 66.27%
CMYK 0.00% 37.28% 30.77%
33.73%

Color #A96A75 in popluar number systems.

HEX A9 6A 75
Decimal 169 106 117
Binary 10101001 1101010 1110101
Octal 251 152 165

Shades and tints

Shades of #A96A75

#A96A75
(169,106,117)
#9A616B
(154,97,107)
#8B5861
(139,88,97)
#7C4F57
(124,79,87)
#6D464D
(109,70,77)
#5E3D43
(94,61,67)
#4F3439
(79,52,57)
#402B2F
(64,43,47)
#312225
(49,34,37)
#22191B
(34,25,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A96A75

#A96A75
(169,106,117)
#B07781
(176,119,129)
#B7848D
(183,132,141)
#BE9199
(190,145,153)
#C59EA5
(197,158,165)
#CCABB1
(204,171,177)
#D3B8BD
(211,184,189)
#DAC5C9
(218,197,201)
#E1D2D5
(225,210,213)
#E8DFE1
(232,223,225)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96A75 color. Also use rgb(169,106,117) instead hex code.

Text Font Color

.myTextColor { color: #A96A75; }

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

This text font color is #A96A75.

Background Color

.myBgColor { background-color: #A96A75; }

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

This div background color is #A96A75.

Border color

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

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

This div border color is #A96A75.

Opacity

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

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

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

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

This text has shadow with #A96A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96A75.

Preview

Color preview on black background

This text has color #A96A75 on black background.


Color preview on white background

This text has color #A96A75 on white background.


Black color preview on #A96A75 background

This text has black color on #A96A75 background.


White color preview on #A96A75 background

This text has white color on #A96A75 background.


Related colors

Complementary color

Complementary color for #hex is #56958A.


I love getcolorcode.com

Triadic colors

1 #75A96A and #6A75A9 with #A96A75 are triadic colors.

2 #756AA9 and #6AA975 with #A96A75 are triadic colors.