COLOR #A09880

HEX: #A09880
RGB: (160,152,128)

Color info

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

RGB color model

#A09880 color RGB value is (160,152,128).

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

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 128 of 255 = 50%

160
152
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 128 = 440 (100%)
R 160 of 440 ~ 36.36%
G 152 of 440 ~ 34.55%
B 128 of 440 ~ 29.09%

%36.36
%34.55
%29.09

CMYK color model

#A09880 color CMYK value is (0,5,20,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(0,5,20,37)
C0M5Y20K37 
(0%,5%,20%,37%)
(0.00/0.05/0.20/0.37)	

CMYK percentages

%0
%5
%20
%37.25

Codes

Color #A09880 in popluar color models

A09880
RGB160152128
HSL45°14.41%56.47%
HSB/HSV45°20.00%62.75%
CMYK0.00%5.00%20.00%
37.25%

Color #A09880 in popluar number systems.

HEXA09880
Decimal160152128
Binary101000001001100010000000
Octal240230200

Shades and tints

Shades of #A09880

#A09880
(160,152,128)
#928B75
(146,139,117)
#847E6A
(132,126,106)
#76715F
(118,113,95)
#686454
(104,100,84)
#5A5749
(90,87,73)
#4C4A3E
(76,74,62)
#3E3D33
(62,61,51)
#303028
(48,48,40)
#22231D
(34,35,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A09880

#A09880
(160,152,128)
#A8A18B
(168,161,139)
#B0AA96
(176,170,150)
#B8B3A1
(184,179,161)
#C0BCAC
(192,188,172)
#C8C5B7
(200,197,183)
#D0CEC2
(208,206,194)
#D8D7CD
(216,215,205)
#E0E0D8
(224,224,216)
#E8E9E3
(232,233,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09880; }

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

This text font color is #A09880.


Background Color

.myBgColor { background-color: #A09880; }

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

This div background color is #A09880.


Border color

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

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

This div border color is #A09880.


Opacity

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

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

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

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

This text has shadow with #A09880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09880 on black background.


Color preview on white background

This text has color #A09880 on white background.



Black color preview on #A09880 background

This text has black color on #A09880 background.


White color preview on #A09880 background

This text has white color on #A09880 background.