COLOR #A89D42

HEX: #A89D42
RGB: (168,157,66)

Color info

#A89D42 contains mainly red and green colors. Web safe color of #A89D42 is #999933 (or #993).

RGB color model

#A89D42 color RGB value is (168,157,66).

  • red value is 168;
  • green value is 157;
  • blue value is 66.
RGB:
(168,157,66)
(66%,62%,26%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 66 of 255 = 26%

168
157
66

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

Portions of RGB colors in percentages

R + G + B =
168 + 157 + 66 = 391 (100%)
R 168 of 391 ~ 42.97%
G 157 of 391 ~ 40.15%
B 66 of 391 ~ 16.88%

%42.97
%40.15
%16.88

CMYK color model

#A89D42 color CMYK value is (0,7,61,34).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 60.71%
  • key color value is 34.12%
CMYK:
(0,7,61,34)
C0M7Y61K34 
(0%,7%,61%,34%)
(0.00/0.07/0.61/0.34)	

CMYK percentages

%0
%6.55
%60.71
%34.12

Codes

Color #A89D42 in popluar color models

A89D42
RGB16815766
HSL54°43.59%45.88%
HSB/HSV54°60.71%65.88%
CMYK0.00%6.55%60.71%
34.12%

Color #A89D42 in popluar number systems.

HEXA89D42
Decimal16815766
Binary10101000100111011000010
Octal250235102

Shades and tints

Shades of #A89D42

#A89D42
(168,157,66)
#998F3C
(153,143,60)
#8A8136
(138,129,54)
#7B7330
(123,115,48)
#6C652A
(108,101,42)
#5D5724
(93,87,36)
#4E491E
(78,73,30)
#3F3B18
(63,59,24)
#302D12
(48,45,18)
#211F0C
(33,31,12)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #A89D42

#A89D42
(168,157,66)
#AFA553
(175,165,83)
#B6AD64
(182,173,100)
#BDB575
(189,181,117)
#C4BD86
(196,189,134)
#CBC597
(203,197,151)
#D2CDA8
(210,205,168)
#D9D5B9
(217,213,185)
#E0DDCA
(224,221,202)
#E7E5DB
(231,229,219)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89D42; }

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

This text font color is #A89D42.


Background Color

.myBgColor { background-color: #A89D42; }

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

This div background color is #A89D42.


Border color

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

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

This div border color is #A89D42.


Opacity

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

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

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

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

This text has shadow with #A89D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89D42 on black background.


Color preview on white background

This text has color #A89D42 on white background.



Black color preview on #A89D42 background

This text has black color on #A89D42 background.


White color preview on #A89D42 background

This text has white color on #A89D42 background.