COLOR #A08580

HEX: #A08580
RGB: (160,133,128)

Color info

#A08580 contains red, green and blue colors in about the same proportion. Web safe color of #A08580 is #999966 (or #996).

RGB color model

#A08580 color RGB value is (160,133,128).

  • red value is 160;
  • green value is 133;
  • blue value is 128.
RGB:
(160,133,128)
(63%,52%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 128 of 255 = 50%

160
133
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 128 = 421 (100%)
R 160 of 421 ~ 38%
G 133 of 421 ~ 31.59%
B 128 of 421 ~ 30.4%

%38
%31.59
%30.4

CMYK color model

#A08580 color CMYK value is (0,17,20,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(0,17,20,37)
C0M17Y20K37 
(0%,17%,20%,37%)
(0.00/0.17/0.20/0.37)	

CMYK percentages

%0
%16.88
%20
%37.25

Codes

Color #A08580 in popluar color models

A08580
RGB160133128
HSL14.41%56.47%
HSB/HSV20.00%62.75%
CMYK0.00%16.88%20.00%
37.25%

Color #A08580 in popluar number systems.

HEXA08580
Decimal160133128
Binary101000001000010110000000
Octal240205200

Shades and tints

Shades of #A08580

#A08580
(160,133,128)
#927975
(146,121,117)
#846D6A
(132,109,106)
#76615F
(118,97,95)
#685554
(104,85,84)
#5A4949
(90,73,73)
#4C3D3E
(76,61,62)
#3E3133
(62,49,51)
#302528
(48,37,40)
#22191D
(34,25,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A08580

#A08580
(160,133,128)
#A8908B
(168,144,139)
#B09B96
(176,155,150)
#B8A6A1
(184,166,161)
#C0B1AC
(192,177,172)
#C8BCB7
(200,188,183)
#D0C7C2
(208,199,194)
#D8D2CD
(216,210,205)
#E0DDD8
(224,221,216)
#E8E8E3
(232,232,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08580 color. Also use rgb(160,133,128) instead hex code.

Text Font Color

.myTextColor { color: #A08580; }

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

This text font color is #A08580.


Background Color

.myBgColor { background-color: #A08580; }

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

This div background color is #A08580.


Border color

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

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

This div border color is #A08580.


Opacity

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

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

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

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

This text has shadow with #A08580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08580 on black background.


Color preview on white background

This text has color #A08580 on white background.



Black color preview on #A08580 background

This text has black color on #A08580 background.


White color preview on #A08580 background

This text has white color on #A08580 background.