COLOR #A89E66

HEX: #A89E66
RGB: (168,158,102)

Color info

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

RGB color model

#A89E66 color RGB value is (168,158,102).

  • red value is 168;
  • green value is 158;
  • blue value is 102.
RGB:
(168,158,102)
(66%,62%,40%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 102 of 255 = 40%

168
158
102

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

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 102 = 428 (100%)
R 168 of 428 ~ 39.25%
G 158 of 428 ~ 36.92%
B 102 of 428 ~ 23.83%

%39.25
%36.92
%23.83

CMYK color model

#A89E66 color CMYK value is (0,6,39,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 39.29%
  • key color value is 34.12%
CMYK:
(0,6,39,34)
C0M6Y39K34 
(0%,6%,39%,34%)
(0.00/0.06/0.39/0.34)	

CMYK percentages

%0
%5.95
%39.29
%34.12

Codes

Color #A89E66 in popluar color models

A89E66
RGB168158102
HSL51°27.50%52.94%
HSB/HSV51°39.29%65.88%
CMYK0.00%5.95%39.29%
34.12%

Color #A89E66 in popluar number systems.

HEXA89E66
Decimal168158102
Binary10101000100111101100110
Octal250236146

Shades and tints

Shades of #A89E66

#A89E66
(168,158,102)
#99905D
(153,144,93)
#8A8254
(138,130,84)
#7B744B
(123,116,75)
#6C6642
(108,102,66)
#5D5839
(93,88,57)
#4E4A30
(78,74,48)
#3F3C27
(63,60,39)
#302E1E
(48,46,30)
#212015
(33,32,21)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A89E66

#A89E66
(168,158,102)
#AFA673
(175,166,115)
#B6AE80
(182,174,128)
#BDB68D
(189,182,141)
#C4BE9A
(196,190,154)
#CBC6A7
(203,198,167)
#D2CEB4
(210,206,180)
#D9D6C1
(217,214,193)
#E0DECE
(224,222,206)
#E7E6DB
(231,230,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89E66 color. Also use rgb(168,158,102) instead hex code.

Text Font Color

.myTextColor { color: #A89E66; }

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

This text font color is #A89E66.


Background Color

.myBgColor { background-color: #A89E66; }

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

This div background color is #A89E66.


Border color

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

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

This div border color is #A89E66.


Opacity

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

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

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

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

This text has shadow with #A89E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89E66 on black background.


Color preview on white background

This text has color #A89E66 on white background.



Black color preview on #A89E66 background

This text has black color on #A89E66 background.


White color preview on #A89E66 background

This text has white color on #A89E66 background.