COLOR #A08A8D

HEX: #A08A8D RGB: (160,138,141)

Color info

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

RGB color model

#A08A8D color RGB value is (160,138,141).

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

RGB channels and saturation

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

160
138
141

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

Portions of RGB colors in percentages

R + G + B = 160 + 138 + 141 = 439 (100%)
R 160 of 439 ~ 36.45%
G 138 of 439 ~ 31.44%
B 141 of 439 ~ 32.12'%

%36.45
%31.44
%32.12

CMYK color model

#A08A8D color CMYK value is (0,14,12,37).

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

CMYK: (0,14,12,37)
C0M14Y12K37 (0%, 14%, 12%, 37%)
(0.00 / 0.14 / 0.12 / 0.37)

CMYK percentages

%0
%13.75
%11.88
%37.25

Codes

Color #A08A8D in popluar color models

A0 8A 8D
RGB 160 138 141
HSL 352° 10.38% 58.43%
HSB/HSV 352° 13.75% 62.75%
CMYK 0.00% 13.75% 11.88%
37.25%

Color #A08A8D in popluar number systems.

HEX A0 8A 8D
Decimal 160 138 141
Binary 10100000 10001010 10001101
Octal 240 212 215

Shades and tints

Shades of #A08A8D

#A08A8D
(160,138,141)
#927E81
(146,126,129)
#847275
(132,114,117)
#766669
(118,102,105)
#685A5D
(104,90,93)
#5A4E51
(90,78,81)
#4C4245
(76,66,69)
#3E3639
(62,54,57)
#302A2D
(48,42,45)
#221E21
(34,30,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A08A8D

#A08A8D
(160,138,141)
#A89497
(168,148,151)
#B09EA1
(176,158,161)
#B8A8AB
(184,168,171)
#C0B2B5
(192,178,181)
#C8BCBF
(200,188,191)
#D0C6C9
(208,198,201)
#D8D0D3
(216,208,211)
#E0DADD
(224,218,221)
#E8E4E7
(232,228,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A8D; }

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

This text font color is #A08A8D.

Background Color

.myBgColor { background-color: #A08A8D; }

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

This div background color is #A08A8D.

Border color

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

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

This div border color is #A08A8D.

Opacity

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

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

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

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

This text has shadow with #A08A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08A8D.

Preview

Color preview on black background

This text has color #A08A8D on black background.


Color preview on white background

This text has color #A08A8D on white background.


Black color preview on #A08A8D background

This text has black color on #A08A8D background.


White color preview on #A08A8D background

This text has white color on #A08A8D background.


Related colors

Complementary color

Complementary color for #hex is #5F7572.


I love getcolorcode.com

Triadic colors

1 #8DA08A and #8A8DA0 with #A08A8D are triadic colors.

2 #8D8AA0 and #8AA08D with #A08A8D are triadic colors.