COLOR #A08557

HEX: #A08557 RGB: (160,133,87)

Color info

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

RGB color model

#A08557 color RGB value is (160,133,87).

RGB: (160,133,87) (63%, 52%, 34%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 87 of 255 = 34%

160
133
87

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 87 = 380 (100%)
R 160 of 380 ~ 42.11%
G 133 of 380 ~ 35%
B 87 of 380 ~ 22.89'%

%42.11
%35
%22.89

CMYK color model

#A08557 color CMYK value is (0,17,46,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 45.63%
  • key color value is 37.25%

CMYK: (0,17,46,37)
C0M17Y46K37 (0%, 17%, 46%, 37%)
(0.00 / 0.17 / 0.46 / 0.37)

CMYK percentages

%0
%16.88
%45.63
%37.25

Codes

Color #A08557 in popluar color models

A0 85 57
RGB 160 133 87
HSL 38° 29.55% 48.43%
HSB/HSV 38° 45.63% 62.75%
CMYK 0.00% 16.88% 45.63%
37.25%

Color #A08557 in popluar number systems.

HEX A0 85 57
Decimal 160 133 87
Binary 10100000 10000101 1010111
Octal 240 205 127

Shades and tints

Shades of #A08557

#A08557
(160,133,87)
#927950
(146,121,80)
#846D49
(132,109,73)
#766142
(118,97,66)
#68553B
(104,85,59)
#5A4934
(90,73,52)
#4C3D2D
(76,61,45)
#3E3126
(62,49,38)
#30251F
(48,37,31)
#221918
(34,25,24)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #A08557

#A08557
(160,133,87)
#A89066
(168,144,102)
#B09B75
(176,155,117)
#B8A684
(184,166,132)
#C0B193
(192,177,147)
#C8BCA2
(200,188,162)
#D0C7B1
(208,199,177)
#D8D2C0
(216,210,192)
#E0DDCF
(224,221,207)
#E8E8DE
(232,232,222)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08557 color. Also use rgb(160,133,87) instead hex code.

Text Font Color

.myTextColor { color: #A08557; }

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

This text font color is #A08557.

Background Color

.myBgColor { background-color: #A08557; }

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

This div background color is #A08557.

Border color

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

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

This div border color is #A08557.

Opacity

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

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

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

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

This text has shadow with #A08557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08557.

Preview

Color preview on black background

This text has color #A08557 on black background.


Color preview on white background

This text has color #A08557 on white background.


Black color preview on #A08557 background

This text has black color on #A08557 background.


White color preview on #A08557 background

This text has white color on #A08557 background.


Related colors

Complementary color

Complementary color for #hex is #5F7AA8.


I love getcolorcode.com

Triadic colors

1 #57A085 and #8557A0 with #A08557 are triadic colors.

2 #5785A0 and #85A057 with #A08557 are triadic colors.