COLOR #A08C8C

HEX: #A08C8C RGB: (160,140,140)

Color info

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

RGB color model

#A08C8C color RGB value is (160,140,140).

RGB: (160,140,140) (63%, 55%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 140 of 255 = 55%

160
140
140

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

Portions of RGB colors in percentages

R + G + B = 160 + 140 + 140 = 440 (100%)
R 160 of 440 ~ 36.36%
G 140 of 440 ~ 31.82%
B 140 of 440 ~ 31.82'%

%36.36
%31.82
%31.82

CMYK color model

#A08C8C color CMYK value is (0,13,13,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 12.50%
  • key color value is 37.25%

CMYK: (0,13,13,37)
C0M13Y13K37 (0%, 13%, 13%, 37%)
(0.00 / 0.13 / 0.13 / 0.37)

CMYK percentages

%0
%12.5
%12.5
%37.25

Codes

Color #A08C8C in popluar color models

A0 8C 8C
RGB 160 140 140
HSL 9.52% 58.82%
HSB/HSV 12.50% 62.75%
CMYK 0.00% 12.50% 12.50%
37.25%

Color #A08C8C in popluar number systems.

HEX A0 8C 8C
Decimal 160 140 140
Binary 10100000 10001100 10001100
Octal 240 214 214

Shades and tints

Shades of #A08C8C

#A08C8C
(160,140,140)
#928080
(146,128,128)
#847474
(132,116,116)
#766868
(118,104,104)
#685C5C
(104,92,92)
#5A5050
(90,80,80)
#4C4444
(76,68,68)
#3E3838
(62,56,56)
#302C2C
(48,44,44)
#222020
(34,32,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A08C8C

#A08C8C
(160,140,140)
#A89696
(168,150,150)
#B0A0A0
(176,160,160)
#B8AAAA
(184,170,170)
#C0B4B4
(192,180,180)
#C8BEBE
(200,190,190)
#D0C8C8
(208,200,200)
#D8D2D2
(216,210,210)
#E0DCDC
(224,220,220)
#E8E6E6
(232,230,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C8C; }

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

This text font color is #A08C8C.

Background Color

.myBgColor { background-color: #A08C8C; }

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

This div background color is #A08C8C.

Border color

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

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

This div border color is #A08C8C.

Opacity

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

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

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

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

This text has shadow with #A08C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08C8C.

Preview

Color preview on black background

This text has color #A08C8C on black background.


Color preview on white background

This text has color #A08C8C on white background.


Black color preview on #A08C8C background

This text has black color on #A08C8C background.


White color preview on #A08C8C background

This text has white color on #A08C8C background.


Related colors

Complementary color

Complementary color for #hex is #5F7373.


I love getcolorcode.com