COLOR #A96A6B

HEX: #A96A6B RGB: (169,106,107)

Color info

#A96A6B contains mainly red color. Web safe color of #A96A6B is #996666 (or #966).

RGB color model

#A96A6B color RGB value is (169,106,107).

RGB: (169,106,107) (66%, 42%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 106 of 255 = 42%
B 107 of 255 = 42%

169
106
107

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

Portions of RGB colors in percentages

R + G + B = 169 + 106 + 107 = 382 (100%)
R 169 of 382 ~ 44.24%
G 106 of 382 ~ 27.75%
B 107 of 382 ~ 28.01'%

%44.24
%27.75
%28.01

CMYK color model

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

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

CMYK: (0,37,37,34)
C0M37Y37K34 (0%, 37%, 37%, 34%)
(0.00 / 0.37 / 0.37 / 0.34)

CMYK percentages

%0
%37.28
%36.69
%33.73

Codes

Color #A96A6B in popluar color models

A9 6A 6B
RGB 169 106 107
HSL 359° 26.81% 53.92%
HSB/HSV 359° 37.28% 66.27%
CMYK 0.00% 37.28% 36.69%
33.73%

Color #A96A6B in popluar number systems.

HEX A9 6A 6B
Decimal 169 106 107
Binary 10101001 1101010 1101011
Octal 251 152 153

Shades and tints

Shades of #A96A6B

#A96A6B
(169,106,107)
#9A6162
(154,97,98)
#8B5859
(139,88,89)
#7C4F50
(124,79,80)
#6D4647
(109,70,71)
#5E3D3E
(94,61,62)
#4F3435
(79,52,53)
#402B2C
(64,43,44)
#312223
(49,34,35)
#22191A
(34,25,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A96A6B

#A96A6B
(169,106,107)
#B07778
(176,119,120)
#B78485
(183,132,133)
#BE9192
(190,145,146)
#C59E9F
(197,158,159)
#CCABAC
(204,171,172)
#D3B8B9
(211,184,185)
#DAC5C6
(218,197,198)
#E1D2D3
(225,210,211)
#E8DFE0
(232,223,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96A6B; }

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

This text font color is #A96A6B.

Background Color

.myBgColor { background-color: #A96A6B; }

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

This div background color is #A96A6B.

Border color

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

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

This div border color is #A96A6B.

Opacity

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

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

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

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

This text has shadow with #A96A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96A6B.

Preview

Color preview on black background

This text has color #A96A6B on black background.


Color preview on white background

This text has color #A96A6B on white background.


Black color preview on #A96A6B background

This text has black color on #A96A6B background.


White color preview on #A96A6B background

This text has white color on #A96A6B background.


Related colors

Complementary color

Complementary color for #hex is #569594.


I love getcolorcode.com

Triadic colors

1 #6BA96A and #6A6BA9 with #A96A6B are triadic colors.

2 #6B6AA9 and #6AA96B with #A96A6B are triadic colors.