COLOR #A9615E

HEX: #A9615E
RGB: (169,97,94)

Color info

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

RGB color model

#A9615E color RGB value is (169,97,94).

  • red value is 169;
  • green value is 97;
  • blue value is 94.
RGB:
(169,97,94)
(66%,38%,37%)

RGB channels and saturation

R 169 of 255 = 66%
G 97 of 255 = 38%
B 94 of 255 = 37%

169
97
94

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

Portions of RGB colors in percentages

R + G + B =
169 + 97 + 94 = 360 (100%)
R 169 of 360 ~ 46.94%
G 97 of 360 ~ 26.94%
B 94 of 360 ~ 26.11%

%46.94
%26.94
%26.11

CMYK color model

#A9615E color CMYK value is (0,43,44,34).

  • cyan value is 0.00%
  • magenta value is 42.60%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK:
(0,43,44,34)
C0M43Y44K34 
(0%,43%,44%,34%)
(0.00/0.43/0.44/0.34)	

CMYK percentages

%0
%42.6
%44.38
%33.73

Codes

Color #A9615E in popluar color models

A9615E
RGB1699794
HSL30.36%51.57%
HSB/HSV44.38%66.27%
CMYK0.00%42.60%44.38%
33.73%

Color #A9615E in popluar number systems.

HEXA9615E
Decimal1699794
Binary1010100111000011011110
Octal251141136

Shades and tints

Shades of #A9615E

#A9615E
(169,97,94)
#9A5956
(154,89,86)
#8B514E
(139,81,78)
#7C4946
(124,73,70)
#6D413E
(109,65,62)
#5E3936
(94,57,54)
#4F312E
(79,49,46)
#402926
(64,41,38)
#31211E
(49,33,30)
#221916
(34,25,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #A9615E

#A9615E
(169,97,94)
#B06F6C
(176,111,108)
#B77D7A
(183,125,122)
#BE8B88
(190,139,136)
#C59996
(197,153,150)
#CCA7A4
(204,167,164)
#D3B5B2
(211,181,178)
#DAC3C0
(218,195,192)
#E1D1CE
(225,209,206)
#E8DFDC
(232,223,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9615E; }

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

This text font color is #A9615E.


Background Color

.myBgColor { background-color: #A9615E; }

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

This div background color is #A9615E.


Border color

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

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

This div border color is #A9615E.


Opacity

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

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

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

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

This text has shadow with #A9615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9615E on black background.


Color preview on white background

This text has color #A9615E on white background.



Black color preview on #A9615E background

This text has black color on #A9615E background.


White color preview on #A9615E background

This text has white color on #A9615E background.