COLOR #A08058

HEX: #A08058 RGB: (160,128,88)

Color info

#A08058 contains mainly red and green colors. Web safe color of #A08058 is #996666 (or #966).

RGB color model

#A08058 color RGB value is (160,128,88).

RGB: (160,128,88) (63%, 50%, 35%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 88 of 255 = 35%

160
128
88

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 88 = 376 (100%)
R 160 of 376 ~ 42.55%
G 128 of 376 ~ 34.04%
B 88 of 376 ~ 23.4'%

%42.55
%34.04
%23.4

CMYK color model

#A08058 color CMYK value is (0,20,45,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 45.00%
  • key color value is 37.25%
CMYK: (0,20,45,37) C0M20Y45K37 (0%,20%,45%,37%) (0.00/0.20/0.45/0.37) 

CMYK percentages

%0
%20
%45
%37.25

Codes

Color #A08058 in popluar color models

A0 80 58
RGB 160 128 88
HSL 33° 29.03% 48.63%
HSB/HSV 33° 45.00% 62.75%
CMYK 0.00% 20.00% 45.00%
37.25%

Color #A08058 in popluar number systems.

HEX A0 80 58
Decimal 160 128 88
Binary 10100000 10000000 1011000
Octal 240 200 130

Shades and tints

Shades of #A08058

#A08058
(160,128,88)
#927550
(146,117,80)
#846A48
(132,106,72)
#765F40
(118,95,64)
#685438
(104,84,56)
#5A4930
(90,73,48)
#4C3E28
(76,62,40)
#3E3320
(62,51,32)
#302818
(48,40,24)
#221D10
(34,29,16)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #A08058

#A08058
(160,128,88)
#A88B67
(168,139,103)
#B09676
(176,150,118)
#B8A185
(184,161,133)
#C0AC94
(192,172,148)
#C8B7A3
(200,183,163)
#D0C2B2
(208,194,178)
#D8CDC1
(216,205,193)
#E0D8D0
(224,216,208)
#E8E3DF
(232,227,223)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08058 color. Also use rgb(160,128,88) instead hex code.

Text Font Color

.myTextColor { color: #A08058; }

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

This text font color is #A08058.

Background Color

.myBgColor { background-color: #A08058; }

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

This div background color is #A08058.

Border color

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

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

This div border color is #A08058.

Opacity

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

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

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

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

This text has shadow with #A08058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08058.

Preview

Color preview on black background

This text has color #A08058 on black background.


Color preview on white background

This text has color #A08058 on white background.


Black color preview on #A08058 background

This text has black color on #A08058 background.


White color preview on #A08058 background

This text has white color on #A08058 background.


Related colors

Complementary color

Complementary color for #hex is #5F7FA7.


I love getcolorcode.com

Triadic colors

1 #58A080 and #8058A0 with #A08058 are triadic colors.

2 #5880A0 and #80A058 with #A08058 are triadic colors.