COLOR #A96868

HEX: #A96868
RGB: (169,104,104)

Color info

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

RGB color model

#A96868 color RGB value is (169,104,104).

  • red value is 169;
  • green value is 104;
  • blue value is 104.
RGB:
(169,104,104)
(66%,41%,41%)

RGB channels and saturation

R 169 of 255 = 66%
G 104 of 255 = 41%
B 104 of 255 = 41%

169
104
104

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

Portions of RGB colors in percentages

R + G + B =
169 + 104 + 104 = 377 (100%)
R 169 of 377 ~ 44.83%
G 104 of 377 ~ 27.59%
B 104 of 377 ~ 27.59%

%44.83
%27.59
%27.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(0,38,38,34)
C0M38Y38K34 
(0%,38%,38%,34%)
(0.00/0.38/0.38/0.34)	

CMYK percentages

%0
%38.46
%38.46
%33.73

Codes

Color #A96868 in popluar color models

A96868
RGB169104104
HSL27.43%53.53%
HSB/HSV38.46%66.27%
CMYK0.00%38.46%38.46%
33.73%

Color #A96868 in popluar number systems.

HEXA96868
Decimal169104104
Binary1010100111010001101000
Octal251150150

Shades and tints

Shades of #A96868

#A96868
(169,104,104)
#9A5F5F
(154,95,95)
#8B5656
(139,86,86)
#7C4D4D
(124,77,77)
#6D4444
(109,68,68)
#5E3B3B
(94,59,59)
#4F3232
(79,50,50)
#402929
(64,41,41)
#312020
(49,32,32)
#221717
(34,23,23)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #A96868

#A96868
(169,104,104)
#B07575
(176,117,117)
#B78282
(183,130,130)
#BE8F8F
(190,143,143)
#C59C9C
(197,156,156)
#CCA9A9
(204,169,169)
#D3B6B6
(211,182,182)
#DAC3C3
(218,195,195)
#E1D0D0
(225,208,208)
#E8DDDD
(232,221,221)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96868; }

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

This text font color is #A96868.


Background Color

.myBgColor { background-color: #A96868; }

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

This div background color is #A96868.


Border color

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

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

This div border color is #A96868.


Opacity

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

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

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

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

This text has shadow with #A96868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96868 on black background.


Color preview on white background

This text has color #A96868 on white background.



Black color preview on #A96868 background

This text has black color on #A96868 background.


White color preview on #A96868 background

This text has white color on #A96868 background.