COLOR #A96F7A

HEX: #A96F7A
RGB: (169,111,122)

Color info

#A96F7A contains red, green and blue colors in about the same proportion. Web safe color of #A96F7A is #996666 (or #966).

RGB color model

#A96F7A color RGB value is (169,111,122).

  • red value is 169;
  • green value is 111;
  • blue value is 122.
RGB:
(169,111,122)
(66%,44%,48%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 122 of 255 = 48%

169
111
122

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

Portions of RGB colors in percentages

R + G + B =
169 + 111 + 122 = 402 (100%)
R 169 of 402 ~ 42.04%
G 111 of 402 ~ 27.61%
B 122 of 402 ~ 30.35%

%42.04
%27.61
%30.35

CMYK color model

#A96F7A color CMYK value is (0,34,28,34).

  • cyan value is 0.00%
  • magenta value is 34.32%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(0,34,28,34)
C0M34Y28K34 
(0%,34%,28%,34%)
(0.00/0.34/0.28/0.34)	

CMYK percentages

%0
%34.32
%27.81
%33.73

Codes

Color #A96F7A in popluar color models

A96F7A
RGB169111122
HSL349°25.22%54.90%
HSB/HSV349°34.32%66.27%
CMYK0.00%34.32%27.81%
33.73%

Color #A96F7A in popluar number systems.

HEXA96F7A
Decimal169111122
Binary1010100111011111111010
Octal251157172

Shades and tints

Shades of #A96F7A

#A96F7A
(169,111,122)
#9A656F
(154,101,111)
#8B5B64
(139,91,100)
#7C5159
(124,81,89)
#6D474E
(109,71,78)
#5E3D43
(94,61,67)
#4F3338
(79,51,56)
#40292D
(64,41,45)
#311F22
(49,31,34)
#221517
(34,21,23)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #A96F7A

#A96F7A
(169,111,122)
#B07C86
(176,124,134)
#B78992
(183,137,146)
#BE969E
(190,150,158)
#C5A3AA
(197,163,170)
#CCB0B6
(204,176,182)
#D3BDC2
(211,189,194)
#DACACE
(218,202,206)
#E1D7DA
(225,215,218)
#E8E4E6
(232,228,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96F7A color. Also use rgb(169,111,122) instead hex code.

Text Font Color

.myTextColor { color: #A96F7A; }

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

This text font color is #A96F7A.


Background Color

.myBgColor { background-color: #A96F7A; }

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

This div background color is #A96F7A.


Border color

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

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

This div border color is #A96F7A.


Opacity

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

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

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

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

This text has shadow with #A96F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96F7A on black background.


Color preview on white background

This text has color #A96F7A on white background.



Black color preview on #A96F7A background

This text has black color on #A96F7A background.


White color preview on #A96F7A background

This text has white color on #A96F7A background.