COLOR #A1807D

HEX: #A1807D RGB: (161,128,125)

Color info

#A1807D contains red, green and blue colors in about the same proportion. Web safe color of #A1807D is #996666 (or #966).

RGB color model

#A1807D color RGB value is (161,128,125).

RGB: (161,128,125) (63%, 50%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 128 of 255 = 50%
B 125 of 255 = 49%

161
128
125

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

Portions of RGB colors in percentages

R + G + B = 161 + 128 + 125 = 414 (100%)
R 161 of 414 ~ 38.89%
G 128 of 414 ~ 30.92%
B 125 of 414 ~ 30.19'%

%38.89
%30.92
%30.19

CMYK color model

#A1807D color CMYK value is (0,20,22,37).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 22.36%
  • key color value is 36.86%

CMYK: (0,20,22,37)
C0M20Y22K37 (0%, 20%, 22%, 37%)
(0.00 / 0.20 / 0.22 / 0.37)

CMYK percentages

%0
%20.5
%22.36
%36.86

Codes

Color #A1807D in popluar color models

A1 80 7D
RGB 161 128 125
HSL 16.07% 56.08%
HSB/HSV 22.36% 63.14%
CMYK 0.00% 20.50% 22.36%
36.86%

Color #A1807D in popluar number systems.

HEX A1 80 7D
Decimal 161 128 125
Binary 10100001 10000000 1111101
Octal 241 200 175

Shades and tints

Shades of #A1807D

#A1807D
(161,128,125)
#937572
(147,117,114)
#856A67
(133,106,103)
#775F5C
(119,95,92)
#695451
(105,84,81)
#5B4946
(91,73,70)
#4D3E3B
(77,62,59)
#3F3330
(63,51,48)
#312825
(49,40,37)
#231D1A
(35,29,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A1807D

#A1807D
(161,128,125)
#A98B88
(169,139,136)
#B19693
(177,150,147)
#B9A19E
(185,161,158)
#C1ACA9
(193,172,169)
#C9B7B4
(201,183,180)
#D1C2BF
(209,194,191)
#D9CDCA
(217,205,202)
#E1D8D5
(225,216,213)
#E9E3E0
(233,227,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1807D color. Also use rgb(161,128,125) instead hex code.

Text Font Color

.myTextColor { color: #A1807D; }

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

This text font color is #A1807D.

Background Color

.myBgColor { background-color: #A1807D; }

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

This div background color is #A1807D.

Border color

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

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

This div border color is #A1807D.

Opacity

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

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

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

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

This text has shadow with #A1807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1807D.

Preview

Color preview on black background

This text has color #A1807D on black background.


Color preview on white background

This text has color #A1807D on white background.


Black color preview on #A1807D background

This text has black color on #A1807D background.


White color preview on #A1807D background

This text has white color on #A1807D background.


Related colors

Complementary color

Complementary color for #hex is #5E7F82.


I love getcolorcode.com

Triadic colors

1 #7DA180 and #807DA1 with #A1807D are triadic colors.

2 #7D80A1 and #80A17D with #A1807D are triadic colors.