COLOR #A95C63

HEX: #A95C63
RGB: (169,92,99)

Color info

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

RGB color model

#A95C63 color RGB value is (169,92,99).

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

RGB channels and saturation

R 169 of 255 = 66%
G 92 of 255 = 36%
B 99 of 255 = 39%

169
92
99

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

Portions of RGB colors in percentages

R + G + B =
169 + 92 + 99 = 360 (100%)
R 169 of 360 ~ 46.94%
G 92 of 360 ~ 25.56%
B 99 of 360 ~ 27.5%

%46.94
%25.56
%27.5

CMYK color model

#A95C63 color CMYK value is (0,46,41,34).

  • cyan value is 0.00%
  • magenta value is 45.56%
  • yellow value is 41.42%
  • key color value is 33.73%
CMYK:
(0,46,41,34)
C0M46Y41K34 
(0%,46%,41%,34%)
(0.00/0.46/0.41/0.34)	

CMYK percentages

%0
%45.56
%41.42
%33.73

Codes

Color #A95C63 in popluar color models

A95C63
RGB1699299
HSL355°30.92%51.18%
HSB/HSV355°45.56%66.27%
CMYK0.00%45.56%41.42%
33.73%

Color #A95C63 in popluar number systems.

HEXA95C63
Decimal1699299
Binary1010100110111001100011
Octal251134143

Shades and tints

Shades of #A95C63

#A95C63
(169,92,99)
#9A545A
(154,84,90)
#8B4C51
(139,76,81)
#7C4448
(124,68,72)
#6D3C3F
(109,60,63)
#5E3436
(94,52,54)
#4F2C2D
(79,44,45)
#402424
(64,36,36)
#311C1B
(49,28,27)
#221412
(34,20,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #A95C63

#A95C63
(169,92,99)
#B06A71
(176,106,113)
#B7787F
(183,120,127)
#BE868D
(190,134,141)
#C5949B
(197,148,155)
#CCA2A9
(204,162,169)
#D3B0B7
(211,176,183)
#DABEC5
(218,190,197)
#E1CCD3
(225,204,211)
#E8DAE1
(232,218,225)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95C63; }

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

This text font color is #A95C63.


Background Color

.myBgColor { background-color: #A95C63; }

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

This div background color is #A95C63.


Border color

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

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

This div border color is #A95C63.


Opacity

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

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

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

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

This text has shadow with #A95C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95C63 on black background.


Color preview on white background

This text has color #A95C63 on white background.



Black color preview on #A95C63 background

This text has black color on #A95C63 background.


White color preview on #A95C63 background

This text has white color on #A95C63 background.