COLOR #A1807E

HEX: #A1807E
RGB: (161,128,126)

Color info

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

RGB color model

#A1807E color RGB value is (161,128,126).

  • red value is 161;
  • green value is 128;
  • blue value is 126.
RGB:
(161,128,126)
(63%,50%,49%)

RGB channels and saturation

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

161
128
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 128 + 126 = 415 (100%)
R 161 of 415 ~ 38.8%
G 128 of 415 ~ 30.84%
B 126 of 415 ~ 30.36%

%38.8
%30.84
%30.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 21.74%
  • 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
%21.74
%36.86

Codes

Color #A1807E in popluar color models

A1807E
RGB161128126
HSL15.70%56.27%
HSB/HSV21.74%63.14%
CMYK0.00%20.50%21.74%
36.86%

Color #A1807E in popluar number systems.

HEXA1807E
Decimal161128126
Binary10100001100000001111110
Octal241200176

Shades and tints

Shades of #A1807E

#A1807E
(161,128,126)
#937573
(147,117,115)
#856A68
(133,106,104)
#775F5D
(119,95,93)
#695452
(105,84,82)
#5B4947
(91,73,71)
#4D3E3C
(77,62,60)
#3F3331
(63,51,49)
#312826
(49,40,38)
#231D1B
(35,29,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A1807E

#A1807E
(161,128,126)
#A98B89
(169,139,137)
#B19694
(177,150,148)
#B9A19F
(185,161,159)
#C1ACAA
(193,172,170)
#C9B7B5
(201,183,181)
#D1C2C0
(209,194,192)
#D9CDCB
(217,205,203)
#E1D8D6
(225,216,214)
#E9E3E1
(233,227,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1807E; }

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

This text font color is #A1807E.


Background Color

.myBgColor { background-color: #A1807E; }

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

This div background color is #A1807E.


Border color

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

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

This div border color is #A1807E.


Opacity

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

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

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

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

This text has shadow with #A1807E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1807E on black background.


Color preview on white background

This text has color #A1807E on white background.



Black color preview on #A1807E background

This text has black color on #A1807E background.


White color preview on #A1807E background

This text has white color on #A1807E background.