COLOR #A9615B

HEX: #A9615B RGB: (169,97,91)

Color info

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

RGB color model

#A9615B color RGB value is (169,97,91).

RGB: (169,97,91) (66%, 38%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 97 of 255 = 38%
B 91 of 255 = 36%

169
97
91

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

Portions of RGB colors in percentages

R + G + B = 169 + 97 + 91 = 357 (100%)
R 169 of 357 ~ 47.34%
G 97 of 357 ~ 27.17%
B 91 of 357 ~ 25.49'%

%47.34
%27.17
%25.49

CMYK color model

#A9615B color CMYK value is (0,43,46,34).

  • cyan value is 0.00%
  • magenta value is 42.60%
  • yellow value is 46.15%
  • key color value is 33.73%
CMYK: (0,43,46,34) C0M43Y46K34 (0%,43%,46%,34%) (0.00/0.43/0.46/0.34) 

CMYK percentages

%0
%42.6
%46.15
%33.73

Codes

Color #A9615B in popluar color models

A9 61 5B
RGB 169 97 91
HSL 31.20% 50.98%
HSB/HSV 46.15% 66.27%
CMYK 0.00% 42.60% 46.15%
33.73%

Color #A9615B in popluar number systems.

HEX A9 61 5B
Decimal 169 97 91
Binary 10101001 1100001 1011011
Octal 251 141 133

Shades and tints

Shades of #A9615B

#A9615B
(169,97,91)
#9A5953
(154,89,83)
#8B514B
(139,81,75)
#7C4943
(124,73,67)
#6D413B
(109,65,59)
#5E3933
(94,57,51)
#4F312B
(79,49,43)
#402923
(64,41,35)
#31211B
(49,33,27)
#221913
(34,25,19)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #A9615B

#A9615B
(169,97,91)
#B06F69
(176,111,105)
#B77D77
(183,125,119)
#BE8B85
(190,139,133)
#C59993
(197,153,147)
#CCA7A1
(204,167,161)
#D3B5AF
(211,181,175)
#DAC3BD
(218,195,189)
#E1D1CB
(225,209,203)
#E8DFD9
(232,223,217)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9615B; }

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

This text font color is #A9615B.

Background Color

.myBgColor { background-color: #A9615B; }

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

This div background color is #A9615B.

Border color

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

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

This div border color is #A9615B.

Opacity

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

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

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

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

This text has shadow with #A9615B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9615B.

Preview

Color preview on black background

This text has color #A9615B on black background.


Color preview on white background

This text has color #A9615B on white background.


Black color preview on #A9615B background

This text has black color on #A9615B background.


White color preview on #A9615B background

This text has white color on #A9615B background.


Related colors

Complementary color

Complementary color for #hex is #569EA4.


I love getcolorcode.com

Triadic colors

1 #5BA961 and #615BA9 with #A9615B are triadic colors.

2 #5B61A9 and #61A95B with #A9615B are triadic colors.