COLOR #A08860

HEX: #A08860 RGB: (160,136,96)

Color info

#A08860 contains mainly red and green colors. Web safe color of #A08860 is #999966 (or #996).

RGB color model

#A08860 color RGB value is (160,136,96).

RGB: (160,136,96) (63%, 53%, 38%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 96 of 255 = 38%

160
136
96

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

Portions of RGB colors in percentages

R + G + B = 160 + 136 + 96 = 392 (100%)
R 160 of 392 ~ 40.82%
G 136 of 392 ~ 34.69%
B 96 of 392 ~ 24.49'%

%40.82
%34.69
%24.49

CMYK color model

#A08860 color CMYK value is (0,15,40,37).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 40.00%
  • key color value is 37.25%

CMYK: (0,15,40,37)
C0M15Y40K37 (0%, 15%, 40%, 37%)
(0.00 / 0.15 / 0.40 / 0.37)

CMYK percentages

%0
%15
%40
%37.25

Codes

Color #A08860 in popluar color models

A0 88 60
RGB 160 136 96
HSL 38° 25.20% 50.20%
HSB/HSV 38° 40.00% 62.75%
CMYK 0.00% 15.00% 40.00%
37.25%

Color #A08860 in popluar number systems.

HEX A0 88 60
Decimal 160 136 96
Binary 10100000 10001000 1100000
Octal 240 210 140

Shades and tints

Shades of #A08860

#A08860
(160,136,96)
#927C58
(146,124,88)
#847050
(132,112,80)
#766448
(118,100,72)
#685840
(104,88,64)
#5A4C38
(90,76,56)
#4C4030
(76,64,48)
#3E3428
(62,52,40)
#302820
(48,40,32)
#221C18
(34,28,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A08860

#A08860
(160,136,96)
#A8926E
(168,146,110)
#B09C7C
(176,156,124)
#B8A68A
(184,166,138)
#C0B098
(192,176,152)
#C8BAA6
(200,186,166)
#D0C4B4
(208,196,180)
#D8CEC2
(216,206,194)
#E0D8D0
(224,216,208)
#E8E2DE
(232,226,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08860; }

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

This text font color is #A08860.

Background Color

.myBgColor { background-color: #A08860; }

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

This div background color is #A08860.

Border color

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

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

This div border color is #A08860.

Opacity

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

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

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

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

This text has shadow with #A08860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08860.

Preview

Color preview on black background

This text has color #A08860 on black background.


Color preview on white background

This text has color #A08860 on white background.


Black color preview on #A08860 background

This text has black color on #A08860 background.


White color preview on #A08860 background

This text has white color on #A08860 background.


Related colors

Complementary color

Complementary color for #hex is #5F779F.


I love getcolorcode.com

Triadic colors

1 #60A088 and #8860A0 with #A08860 are triadic colors.

2 #6088A0 and #88A060 with #A08860 are triadic colors.