COLOR #A89752

HEX: #A89752 RGB: (168,151,82)

Color info

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

RGB color model

#A89752 color RGB value is (168,151,82).

RGB: (168,151,82) (66%, 59%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 82 of 255 = 32%

168
151
82

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 82 = 401 (100%)
R 168 of 401 ~ 41.9%
G 151 of 401 ~ 37.66%
B 82 of 401 ~ 20.45'%

%41.9
%37.66
%20.45

CMYK color model

#A89752 color CMYK value is (0,10,51,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 51.19%
  • key color value is 34.12%
CMYK: (0,10,51,34) C0M10Y51K34 (0%,10%,51%,34%) (0.00/0.10/0.51/0.34) 

CMYK percentages

%0
%10.12
%51.19
%34.12

Codes

Color #A89752 in popluar color models

A8 97 52
RGB 168 151 82
HSL 48° 34.40% 49.02%
HSB/HSV 48° 51.19% 65.88%
CMYK 0.00% 10.12% 51.19%
34.12%

Color #A89752 in popluar number systems.

HEX A8 97 52
Decimal 168 151 82
Binary 10101000 10010111 1010010
Octal 250 227 122

Shades and tints

Shades of #A89752

#A89752
(168,151,82)
#998A4B
(153,138,75)
#8A7D44
(138,125,68)
#7B703D
(123,112,61)
#6C6336
(108,99,54)
#5D562F
(93,86,47)
#4E4928
(78,73,40)
#3F3C21
(63,60,33)
#302F1A
(48,47,26)
#212213
(33,34,19)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #A89752

#A89752
(168,151,82)
#AFA061
(175,160,97)
#B6A970
(182,169,112)
#BDB27F
(189,178,127)
#C4BB8E
(196,187,142)
#CBC49D
(203,196,157)
#D2CDAC
(210,205,172)
#D9D6BB
(217,214,187)
#E0DFCA
(224,223,202)
#E7E8D9
(231,232,217)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89752 color. Also use rgb(168,151,82) instead hex code.

Text Font Color

.myTextColor { color: #A89752; }

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

This text font color is #A89752.

Background Color

.myBgColor { background-color: #A89752; }

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

This div background color is #A89752.

Border color

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

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

This div border color is #A89752.

Opacity

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

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

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

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

This text has shadow with #A89752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89752.

Preview

Color preview on black background

This text has color #A89752 on black background.


Color preview on white background

This text has color #A89752 on white background.


Black color preview on #A89752 background

This text has black color on #A89752 background.


White color preview on #A89752 background

This text has white color on #A89752 background.


Related colors

Complementary color

Complementary color for #hex is #5768AD.


I love getcolorcode.com

Triadic colors

1 #52A897 and #9752A8 with #A89752 are triadic colors.

2 #5297A8 and #97A852 with #A89752 are triadic colors.