COLOR #A96962

HEX: #A96962 RGB: (169,105,98)

Color info

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

RGB color model

#A96962 color RGB value is (169,105,98).

RGB: (169,105,98) (66%, 41%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 105 of 255 = 41%
B 98 of 255 = 38%

169
105
98

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

Portions of RGB colors in percentages

R + G + B = 169 + 105 + 98 = 372 (100%)
R 169 of 372 ~ 45.43%
G 105 of 372 ~ 28.23%
B 98 of 372 ~ 26.34'%

%45.43
%28.23
%26.34

CMYK color model

#A96962 color CMYK value is (0,38,42,34).

  • cyan value is 0.00%
  • magenta value is 37.87%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK: (0,38,42,34) C0M38Y42K34 (0%,38%,42%,34%) (0.00/0.38/0.42/0.34) 

CMYK percentages

%0
%37.87
%42.01
%33.73

Codes

Color #A96962 in popluar color models

A9 69 62
RGB 169 105 98
HSL 29.22% 52.35%
HSB/HSV 42.01% 66.27%
CMYK 0.00% 37.87% 42.01%
33.73%

Color #A96962 in popluar number systems.

HEX A9 69 62
Decimal 169 105 98
Binary 10101001 1101001 1100010
Octal 251 151 142

Shades and tints

Shades of #A96962

#A96962
(169,105,98)
#9A605A
(154,96,90)
#8B5752
(139,87,82)
#7C4E4A
(124,78,74)
#6D4542
(109,69,66)
#5E3C3A
(94,60,58)
#4F3332
(79,51,50)
#402A2A
(64,42,42)
#312122
(49,33,34)
#22181A
(34,24,26)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A96962

#A96962
(169,105,98)
#B07670
(176,118,112)
#B7837E
(183,131,126)
#BE908C
(190,144,140)
#C59D9A
(197,157,154)
#CCAAA8
(204,170,168)
#D3B7B6
(211,183,182)
#DAC4C4
(218,196,196)
#E1D1D2
(225,209,210)
#E8DEE0
(232,222,224)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96962 color. Also use rgb(169,105,98) instead hex code.

Text Font Color

.myTextColor { color: #A96962; }

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

This text font color is #A96962.

Background Color

.myBgColor { background-color: #A96962; }

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

This div background color is #A96962.

Border color

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

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

This div border color is #A96962.

Opacity

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

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

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

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

This text has shadow with #A96962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96962.

Preview

Color preview on black background

This text has color #A96962 on black background.


Color preview on white background

This text has color #A96962 on white background.


Black color preview on #A96962 background

This text has black color on #A96962 background.


White color preview on #A96962 background

This text has white color on #A96962 background.


Related colors

Complementary color

Complementary color for #hex is #56969D.


I love getcolorcode.com

Triadic colors

1 #62A969 and #6962A9 with #A96962 are triadic colors.

2 #6269A9 and #69A962 with #A96962 are triadic colors.