COLOR #A08183

HEX: #A08183 RGB: (160,129,131)

Color info

#A08183 contains red, green and blue colors in about the same proportion. Web safe color of #A08183 is #999999 (or #999).

RGB color model

#A08183 color RGB value is (160,129,131).

RGB: (160,129,131) (63%, 51%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 131 of 255 = 51%

160
129
131

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

Portions of RGB colors in percentages

R + G + B = 160 + 129 + 131 = 420 (100%)
R 160 of 420 ~ 38.1%
G 129 of 420 ~ 30.71%
B 131 of 420 ~ 31.19'%

%38.1
%30.71
%31.19

CMYK color model

#A08183 color CMYK value is (0,19,18,37).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK: (0,19,18,37) C0M19Y18K37 (0%,19%,18%,37%) (0.00/0.19/0.18/0.37) 

CMYK percentages

%0
%19.38
%18.13
%37.25

Codes

Color #A08183 in popluar color models

A0 81 83
RGB 160 129 131
HSL 356° 14.03% 56.67%
HSB/HSV 356° 19.38% 62.75%
CMYK 0.00% 19.38% 18.13%
37.25%

Color #A08183 in popluar number systems.

HEX A0 81 83
Decimal 160 129 131
Binary 10100000 10000001 10000011
Octal 240 201 203

Shades and tints

Shades of #A08183

#A08183
(160,129,131)
#927678
(146,118,120)
#846B6D
(132,107,109)
#766062
(118,96,98)
#685557
(104,85,87)
#5A4A4C
(90,74,76)
#4C3F41
(76,63,65)
#3E3436
(62,52,54)
#30292B
(48,41,43)
#221E20
(34,30,32)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A08183

#A08183
(160,129,131)
#A88C8E
(168,140,142)
#B09799
(176,151,153)
#B8A2A4
(184,162,164)
#C0ADAF
(192,173,175)
#C8B8BA
(200,184,186)
#D0C3C5
(208,195,197)
#D8CED0
(216,206,208)
#E0D9DB
(224,217,219)
#E8E4E6
(232,228,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08183 color. Also use rgb(160,129,131) instead hex code.

Text Font Color

.myTextColor { color: #A08183; }

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

This text font color is #A08183.

Background Color

.myBgColor { background-color: #A08183; }

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

This div background color is #A08183.

Border color

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

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

This div border color is #A08183.

Opacity

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

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

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

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

This text has shadow with #A08183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08183.

Preview

Color preview on black background

This text has color #A08183 on black background.


Color preview on white background

This text has color #A08183 on white background.


Black color preview on #A08183 background

This text has black color on #A08183 background.


White color preview on #A08183 background

This text has white color on #A08183 background.


Related colors

Complementary color

Complementary color for #hex is #5F7E7C.


I love getcolorcode.com

Triadic colors

1 #83A081 and #8183A0 with #A08183 are triadic colors.

2 #8381A0 and #81A083 with #A08183 are triadic colors.