COLOR #A96E65

HEX: #A96E65 RGB: (169,110,101)

Color info

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

RGB color model

#A96E65 color RGB value is (169,110,101).

RGB: (169,110,101) (66%, 43%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 101 of 255 = 40%

169
110
101

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

Portions of RGB colors in percentages

R + G + B = 169 + 110 + 101 = 380 (100%)
R 169 of 380 ~ 44.47%
G 110 of 380 ~ 28.95%
B 101 of 380 ~ 26.58'%

%44.47
%28.95
%26.58

CMYK color model

#A96E65 color CMYK value is (0,35,40,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 40.24%
  • key color value is 33.73%

CMYK: (0,35,40,34)
C0M35Y40K34 (0%, 35%, 40%, 34%)
(0.00 / 0.35 / 0.40 / 0.34)

CMYK percentages

%0
%34.91
%40.24
%33.73

Codes

Color #A96E65 in popluar color models

A9 6E 65
RGB 169 110 101
HSL 28.33% 52.94%
HSB/HSV 40.24% 66.27%
CMYK 0.00% 34.91% 40.24%
33.73%

Color #A96E65 in popluar number systems.

HEX A9 6E 65
Decimal 169 110 101
Binary 10101001 1101110 1100101
Octal 251 156 145

Shades and tints

Shades of #A96E65

#A96E65
(169,110,101)
#9A645C
(154,100,92)
#8B5A53
(139,90,83)
#7C504A
(124,80,74)
#6D4641
(109,70,65)
#5E3C38
(94,60,56)
#4F322F
(79,50,47)
#402826
(64,40,38)
#311E1D
(49,30,29)
#221414
(34,20,20)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #A96E65

#A96E65
(169,110,101)
#B07B73
(176,123,115)
#B78881
(183,136,129)
#BE958F
(190,149,143)
#C5A29D
(197,162,157)
#CCAFAB
(204,175,171)
#D3BCB9
(211,188,185)
#DAC9C7
(218,201,199)
#E1D6D5
(225,214,213)
#E8E3E3
(232,227,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96E65 color. Also use rgb(169,110,101) instead hex code.

Text Font Color

.myTextColor { color: #A96E65; }

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

This text font color is #A96E65.

Background Color

.myBgColor { background-color: #A96E65; }

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

This div background color is #A96E65.

Border color

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

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

This div border color is #A96E65.

Opacity

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

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

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

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

This text has shadow with #A96E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96E65.

Preview

Color preview on black background

This text has color #A96E65 on black background.


Color preview on white background

This text has color #A96E65 on white background.


Black color preview on #A96E65 background

This text has black color on #A96E65 background.


White color preview on #A96E65 background

This text has white color on #A96E65 background.


Related colors

Complementary color

Complementary color for #hex is #56919A.


I love getcolorcode.com

Triadic colors

1 #65A96E and #6E65A9 with #A96E65 are triadic colors.

2 #656EA9 and #6EA965 with #A96E65 are triadic colors.