COLOR #A15F6A

HEX: #A15F6A RGB: (161,95,106)

Color info

#A15F6A contains mainly red and blue colors. Web safe color of #A15F6A is #996666 (or #966).

RGB color model

#A15F6A color RGB value is (161,95,106).

RGB: (161,95,106) (63%, 37%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 95 of 255 = 37%
B 106 of 255 = 42%

161
95
106

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

Portions of RGB colors in percentages

R + G + B = 161 + 95 + 106 = 362 (100%)
R 161 of 362 ~ 44.48%
G 95 of 362 ~ 26.24%
B 106 of 362 ~ 29.28'%

%44.48
%26.24
%29.28

CMYK color model

#A15F6A color CMYK value is (0,41,34,37).

  • cyan value is 0.00%
  • magenta value is 40.99%
  • yellow value is 34.16%
  • key color value is 36.86%

CMYK: (0,41,34,37)
C0M41Y34K37 (0%, 41%, 34%, 37%)
(0.00 / 0.41 / 0.34 / 0.37)

CMYK percentages

%0
%40.99
%34.16
%36.86

Codes

Color #A15F6A in popluar color models

A1 5F 6A
RGB 161 95 106
HSL 350° 25.98% 50.20%
HSB/HSV 350° 40.99% 63.14%
CMYK 0.00% 40.99% 34.16%
36.86%

Color #A15F6A in popluar number systems.

HEX A1 5F 6A
Decimal 161 95 106
Binary 10100001 1011111 1101010
Octal 241 137 152

Shades and tints

Shades of #A15F6A

#A15F6A
(161,95,106)
#935761
(147,87,97)
#854F58
(133,79,88)
#77474F
(119,71,79)
#693F46
(105,63,70)
#5B373D
(91,55,61)
#4D2F34
(77,47,52)
#3F272B
(63,39,43)
#311F22
(49,31,34)
#231719
(35,23,25)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A15F6A

#A15F6A
(161,95,106)
#A96D77
(169,109,119)
#B17B84
(177,123,132)
#B98991
(185,137,145)
#C1979E
(193,151,158)
#C9A5AB
(201,165,171)
#D1B3B8
(209,179,184)
#D9C1C5
(217,193,197)
#E1CFD2
(225,207,210)
#E9DDDF
(233,221,223)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15F6A color. Also use rgb(161,95,106) instead hex code.

Text Font Color

.myTextColor { color: #A15F6A; }

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

This text font color is #A15F6A.

Background Color

.myBgColor { background-color: #A15F6A; }

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

This div background color is #A15F6A.

Border color

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

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

This div border color is #A15F6A.

Opacity

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

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

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

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

This text has shadow with #A15F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15F6A.

Preview

Color preview on black background

This text has color #A15F6A on black background.


Color preview on white background

This text has color #A15F6A on white background.


Black color preview on #A15F6A background

This text has black color on #A15F6A background.


White color preview on #A15F6A background

This text has white color on #A15F6A background.


Related colors

Complementary color

Complementary color for #hex is #5EA095.


I love getcolorcode.com

Triadic colors

1 #6AA15F and #5F6AA1 with #A15F6A are triadic colors.

2 #6A5FA1 and #5FA16A with #A15F6A are triadic colors.