COLOR #A89D58

HEX: #A89D58 RGB: (168,157,88)

Color info

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

RGB color model

#A89D58 color RGB value is (168,157,88).

RGB: (168,157,88) (66%, 62%, 35%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 88 of 255 = 35%

168
157
88

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

Portions of RGB colors in percentages

R + G + B = 168 + 157 + 88 = 413 (100%)
R 168 of 413 ~ 40.68%
G 157 of 413 ~ 38.01%
B 88 of 413 ~ 21.31'%

%40.68
%38.01
%21.31

CMYK color model

#A89D58 color CMYK value is (0,7,48,34).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 47.62%
  • key color value is 34.12%

CMYK: (0,7,48,34)
C0M7Y48K34 (0%, 7%, 48%, 34%)
(0.00 / 0.07 / 0.48 / 0.34)

CMYK percentages

%0
%6.55
%47.62
%34.12

Codes

Color #A89D58 in popluar color models

A8 9D 58
RGB 168 157 88
HSL 52° 31.50% 50.20%
HSB/HSV 52° 47.62% 65.88%
CMYK 0.00% 6.55% 47.62%
34.12%

Color #A89D58 in popluar number systems.

HEX A8 9D 58
Decimal 168 157 88
Binary 10101000 10011101 1011000
Octal 250 235 130

Shades and tints

Shades of #A89D58

#A89D58
(168,157,88)
#998F50
(153,143,80)
#8A8148
(138,129,72)
#7B7340
(123,115,64)
#6C6538
(108,101,56)
#5D5730
(93,87,48)
#4E4928
(78,73,40)
#3F3B20
(63,59,32)
#302D18
(48,45,24)
#211F10
(33,31,16)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #A89D58

#A89D58
(168,157,88)
#AFA567
(175,165,103)
#B6AD76
(182,173,118)
#BDB585
(189,181,133)
#C4BD94
(196,189,148)
#CBC5A3
(203,197,163)
#D2CDB2
(210,205,178)
#D9D5C1
(217,213,193)
#E0DDD0
(224,221,208)
#E7E5DF
(231,229,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89D58 color. Also use rgb(168,157,88) instead hex code.

Text Font Color

.myTextColor { color: #A89D58; }

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

This text font color is #A89D58.

Background Color

.myBgColor { background-color: #A89D58; }

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

This div background color is #A89D58.

Border color

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

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

This div border color is #A89D58.

Opacity

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

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

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

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

This text has shadow with #A89D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89D58.

Preview

Color preview on black background

This text has color #A89D58 on black background.


Color preview on white background

This text has color #A89D58 on white background.


Black color preview on #A89D58 background

This text has black color on #A89D58 background.


White color preview on #A89D58 background

This text has white color on #A89D58 background.


Related colors

Complementary color

Complementary color for #hex is #5762A7.


I love getcolorcode.com

Triadic colors

1 #58A89D and #9D58A8 with #A89D58 are triadic colors.

2 #589DA8 and #9DA858 with #A89D58 are triadic colors.