COLOR #A08D70

HEX: #A08D70 RGB: (160,141,112)

Color info

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

RGB color model

#A08D70 color RGB value is (160,141,112).

RGB: (160,141,112) (63%, 55%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 112 of 255 = 44%

160
141
112

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 112 = 413 (100%)
R 160 of 413 ~ 38.74%
G 141 of 413 ~ 34.14%
B 112 of 413 ~ 27.12'%

%38.74
%34.14
%27.12

CMYK color model

#A08D70 color CMYK value is (0,12,30,37).

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

CMYK: (0,12,30,37)
C0M12Y30K37 (0%, 12%, 30%, 37%)
(0.00 / 0.12 / 0.30 / 0.37)

CMYK percentages

%0
%11.88
%30
%37.25

Codes

Color #A08D70 in popluar color models

A0 8D 70
RGB 160 141 112
HSL 36° 20.17% 53.33%
HSB/HSV 36° 30.00% 62.75%
CMYK 0.00% 11.88% 30.00%
37.25%

Color #A08D70 in popluar number systems.

HEX A0 8D 70
Decimal 160 141 112
Binary 10100000 10001101 1110000
Octal 240 215 160

Shades and tints

Shades of #A08D70

#A08D70
(160,141,112)
#928166
(146,129,102)
#84755C
(132,117,92)
#766952
(118,105,82)
#685D48
(104,93,72)
#5A513E
(90,81,62)
#4C4534
(76,69,52)
#3E392A
(62,57,42)
#302D20
(48,45,32)
#222116
(34,33,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #A08D70

#A08D70
(160,141,112)
#A8977D
(168,151,125)
#B0A18A
(176,161,138)
#B8AB97
(184,171,151)
#C0B5A4
(192,181,164)
#C8BFB1
(200,191,177)
#D0C9BE
(208,201,190)
#D8D3CB
(216,211,203)
#E0DDD8
(224,221,216)
#E8E7E5
(232,231,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D70; }

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

This text font color is #A08D70.

Background Color

.myBgColor { background-color: #A08D70; }

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

This div background color is #A08D70.

Border color

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

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

This div border color is #A08D70.

Opacity

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

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

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

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

This text has shadow with #A08D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08D70.

Preview

Color preview on black background

This text has color #A08D70 on black background.


Color preview on white background

This text has color #A08D70 on white background.


Black color preview on #A08D70 background

This text has black color on #A08D70 background.


White color preview on #A08D70 background

This text has white color on #A08D70 background.


Related colors

Complementary color

Complementary color for #hex is #5F728F.


I love getcolorcode.com

Triadic colors

1 #70A08D and #8D70A0 with #A08D70 are triadic colors.

2 #708DA0 and #8DA070 with #A08D70 are triadic colors.