COLOR #A08C8A

HEX: #A08C8A RGB: (160,140,138)

Color info

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

RGB color model

#A08C8A color RGB value is (160,140,138).

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

RGB channels and saturation

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

160
140
138

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

Portions of RGB colors in percentages

R + G + B = 160 + 140 + 138 = 438 (100%)
R 160 of 438 ~ 36.53%
G 140 of 438 ~ 31.96%
B 138 of 438 ~ 31.51'%

%36.53
%31.96
%31.51

CMYK color model

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

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

CMYK: (0,13,14,37)
C0M13Y14K37 (0%, 13%, 14%, 37%)
(0.00 / 0.13 / 0.14 / 0.37)

CMYK percentages

%0
%12.5
%13.75
%37.25

Codes

Color #A08C8A in popluar color models

A0 8C 8A
RGB 160 140 138
HSL 10.38% 58.43%
HSB/HSV 13.75% 62.75%
CMYK 0.00% 12.50% 13.75%
37.25%

Color #A08C8A in popluar number systems.

HEX A0 8C 8A
Decimal 160 140 138
Binary 10100000 10001100 10001010
Octal 240 214 212

Shades and tints

Shades of #A08C8A

#A08C8A
(160,140,138)
#92807E
(146,128,126)
#847472
(132,116,114)
#766866
(118,104,102)
#685C5A
(104,92,90)
#5A504E
(90,80,78)
#4C4442
(76,68,66)
#3E3836
(62,56,54)
#302C2A
(48,44,42)
#22201E
(34,32,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A08C8A

#A08C8A
(160,140,138)
#A89694
(168,150,148)
#B0A09E
(176,160,158)
#B8AAA8
(184,170,168)
#C0B4B2
(192,180,178)
#C8BEBC
(200,190,188)
#D0C8C6
(208,200,198)
#D8D2D0
(216,210,208)
#E0DCDA
(224,220,218)
#E8E6E4
(232,230,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C8A; }

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

This text font color is #A08C8A.

Background Color

.myBgColor { background-color: #A08C8A; }

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

This div background color is #A08C8A.

Border color

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

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

This div border color is #A08C8A.

Opacity

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

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

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

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

This text has shadow with #A08C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08C8A.

Preview

Color preview on black background

This text has color #A08C8A on black background.


Color preview on white background

This text has color #A08C8A on white background.


Black color preview on #A08C8A background

This text has black color on #A08C8A background.


White color preview on #A08C8A background

This text has white color on #A08C8A background.


Related colors

Complementary color

Complementary color for #hex is #5F7375.


I love getcolorcode.com

Triadic colors

1 #8AA08C and #8C8AA0 with #A08C8A are triadic colors.

2 #8A8CA0 and #8CA08A with #A08C8A are triadic colors.