COLOR #A08555

HEX: #A08555 RGB: (160,133,85)

Color info

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

RGB color model

#A08555 color RGB value is (160,133,85).

RGB: (160,133,85) (63%, 52%, 33%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 85 of 255 = 33%

160
133
85

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 85 = 378 (100%)
R 160 of 378 ~ 42.33%
G 133 of 378 ~ 35.19%
B 85 of 378 ~ 22.49'%

%42.33
%35.19
%22.49

CMYK color model

#A08555 color CMYK value is (0,17,47,37).

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

CMYK: (0,17,47,37)
C0M17Y47K37 (0%, 17%, 47%, 37%)
(0.00 / 0.17 / 0.47 / 0.37)

CMYK percentages

%0
%16.88
%46.88
%37.25

Codes

Color #A08555 in popluar color models

A0 85 55
RGB 160 133 85
HSL 38° 30.61% 48.04%
HSB/HSV 38° 46.88% 62.75%
CMYK 0.00% 16.88% 46.88%
37.25%

Color #A08555 in popluar number systems.

HEX A0 85 55
Decimal 160 133 85
Binary 10100000 10000101 1010101
Octal 240 205 125

Shades and tints

Shades of #A08555

#A08555
(160,133,85)
#92794E
(146,121,78)
#846D47
(132,109,71)
#766140
(118,97,64)
#685539
(104,85,57)
#5A4932
(90,73,50)
#4C3D2B
(76,61,43)
#3E3124
(62,49,36)
#30251D
(48,37,29)
#221916
(34,25,22)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A08555

#A08555
(160,133,85)
#A89064
(168,144,100)
#B09B73
(176,155,115)
#B8A682
(184,166,130)
#C0B191
(192,177,145)
#C8BCA0
(200,188,160)
#D0C7AF
(208,199,175)
#D8D2BE
(216,210,190)
#E0DDCD
(224,221,205)
#E8E8DC
(232,232,220)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08555; }

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

This text font color is #A08555.

Background Color

.myBgColor { background-color: #A08555; }

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

This div background color is #A08555.

Border color

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

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

This div border color is #A08555.

Opacity

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

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

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

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

This text has shadow with #A08555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08555.

Preview

Color preview on black background

This text has color #A08555 on black background.


Color preview on white background

This text has color #A08555 on white background.


Black color preview on #A08555 background

This text has black color on #A08555 background.


White color preview on #A08555 background

This text has white color on #A08555 background.


Related colors

Complementary color

Complementary color for #hex is #5F7AAA.


I love getcolorcode.com

Triadic colors

1 #55A085 and #8555A0 with #A08555 are triadic colors.

2 #5585A0 and #85A055 with #A08555 are triadic colors.