COLOR #A95C62

HEX: #A95C62
RGB: (169,92,98)

Color info

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

RGB color model

#A95C62 color RGB value is (169,92,98).

  • red value is 169;
  • green value is 92;
  • blue value is 98.
RGB:
(169,92,98)
(66%,36%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 92 of 255 = 36%
B 98 of 255 = 38%

169
92
98

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

Portions of RGB colors in percentages

R + G + B =
169 + 92 + 98 = 359 (100%)
R 169 of 359 ~ 47.08%
G 92 of 359 ~ 25.63%
B 98 of 359 ~ 27.3%

%47.08
%25.63
%27.3

CMYK color model

#A95C62 color CMYK value is (0,46,42,34).

  • cyan value is 0.00%
  • magenta value is 45.56%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(0,46,42,34)
C0M46Y42K34 
(0%,46%,42%,34%)
(0.00/0.46/0.42/0.34)	

CMYK percentages

%0
%45.56
%42.01
%33.73

Codes

Color #A95C62 in popluar color models

A95C62
RGB1699298
HSL355°30.92%51.18%
HSB/HSV355°45.56%66.27%
CMYK0.00%45.56%42.01%
33.73%

Color #A95C62 in popluar number systems.

HEXA95C62
Decimal1699298
Binary1010100110111001100010
Octal251134142

Shades and tints

Shades of #A95C62

#A95C62
(169,92,98)
#9A545A
(154,84,90)
#8B4C52
(139,76,82)
#7C444A
(124,68,74)
#6D3C42
(109,60,66)
#5E343A
(94,52,58)
#4F2C32
(79,44,50)
#40242A
(64,36,42)
#311C22
(49,28,34)
#22141A
(34,20,26)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #A95C62

#A95C62
(169,92,98)
#B06A70
(176,106,112)
#B7787E
(183,120,126)
#BE868C
(190,134,140)
#C5949A
(197,148,154)
#CCA2A8
(204,162,168)
#D3B0B6
(211,176,182)
#DABEC4
(218,190,196)
#E1CCD2
(225,204,210)
#E8DAE0
(232,218,224)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95C62; }

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

This text font color is #A95C62.


Background Color

.myBgColor { background-color: #A95C62; }

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

This div background color is #A95C62.


Border color

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

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

This div border color is #A95C62.


Opacity

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

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

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

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

This text has shadow with #A95C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95C62 on black background.


Color preview on white background

This text has color #A95C62 on white background.



Black color preview on #A95C62 background

This text has black color on #A95C62 background.


White color preview on #A95C62 background

This text has white color on #A95C62 background.