COLOR #A08D7E

HEX: #A08D7E RGB: (160,141,126)

Color info

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

RGB color model

#A08D7E color RGB value is (160,141,126).

RGB: (160,141,126) (63%, 55%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 126 of 255 = 49%

160
141
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 126 = 427 (100%)
R 160 of 427 ~ 37.47%
G 141 of 427 ~ 33.02%
B 126 of 427 ~ 29.51'%

%37.47
%33.02
%29.51

CMYK color model

#A08D7E color CMYK value is (0,12,21,37).

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

CMYK: (0,12,21,37)
C0M12Y21K37 (0%, 12%, 21%, 37%)
(0.00 / 0.12 / 0.21 / 0.37)

CMYK percentages

%0
%11.88
%21.25
%37.25

Codes

Color #A08D7E in popluar color models

A0 8D 7E
RGB 160 141 126
HSL 26° 15.18% 56.08%
HSB/HSV 26° 21.25% 62.75%
CMYK 0.00% 11.88% 21.25%
37.25%

Color #A08D7E in popluar number systems.

HEX A0 8D 7E
Decimal 160 141 126
Binary 10100000 10001101 1111110
Octal 240 215 176

Shades and tints

Shades of #A08D7E

#A08D7E
(160,141,126)
#928173
(146,129,115)
#847568
(132,117,104)
#76695D
(118,105,93)
#685D52
(104,93,82)
#5A5147
(90,81,71)
#4C453C
(76,69,60)
#3E3931
(62,57,49)
#302D26
(48,45,38)
#22211B
(34,33,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A08D7E

#A08D7E
(160,141,126)
#A89789
(168,151,137)
#B0A194
(176,161,148)
#B8AB9F
(184,171,159)
#C0B5AA
(192,181,170)
#C8BFB5
(200,191,181)
#D0C9C0
(208,201,192)
#D8D3CB
(216,211,203)
#E0DDD6
(224,221,214)
#E8E7E1
(232,231,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D7E; }

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

This text font color is #A08D7E.

Background Color

.myBgColor { background-color: #A08D7E; }

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

This div background color is #A08D7E.

Border color

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

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

This div border color is #A08D7E.

Opacity

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

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

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

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

This text has shadow with #A08D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08D7E.

Preview

Color preview on black background

This text has color #A08D7E on black background.


Color preview on white background

This text has color #A08D7E on white background.


Black color preview on #A08D7E background

This text has black color on #A08D7E background.


White color preview on #A08D7E background

This text has white color on #A08D7E background.


Related colors

Complementary color

Complementary color for #hex is #5F7281.


I love getcolorcode.com

Triadic colors

1 #7EA08D and #8D7EA0 with #A08D7E are triadic colors.

2 #7E8DA0 and #8DA07E with #A08D7E are triadic colors.