COLOR #A69B56

HEX: #A69B56
RGB: (166,155,86)

Color info

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

RGB color model

#A69B56 color RGB value is (166,155,86).

  • red value is 166;
  • green value is 155;
  • blue value is 86.
RGB:
(166,155,86)
(65%,61%,34%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 86 of 255 = 34%

166
155
86

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

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 86 = 407 (100%)
R 166 of 407 ~ 40.79%
G 155 of 407 ~ 38.08%
B 86 of 407 ~ 21.13%

%40.79
%38.08
%21.13

CMYK color model

#A69B56 color CMYK value is (0,7,48,35).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 48.19%
  • key color value is 34.90%
CMYK:
(0,7,48,35)
C0M7Y48K35 
(0%,7%,48%,35%)
(0.00/0.07/0.48/0.35)	

CMYK percentages

%0
%6.63
%48.19
%34.9

Codes

Color #A69B56 in popluar color models

A69B56
RGB16615586
HSL52°31.75%49.41%
HSB/HSV52°48.19%65.10%
CMYK0.00%6.63%48.19%
34.90%

Color #A69B56 in popluar number systems.

HEXA69B56
Decimal16615586
Binary10100110100110111010110
Octal246233126

Shades and tints

Shades of #A69B56

#A69B56
(166,155,86)
#978D4F
(151,141,79)
#887F48
(136,127,72)
#797141
(121,113,65)
#6A633A
(106,99,58)
#5B5533
(91,85,51)
#4C472C
(76,71,44)
#3D3925
(61,57,37)
#2E2B1E
(46,43,30)
#1F1D17
(31,29,23)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A69B56

#A69B56
(166,155,86)
#AEA465
(174,164,101)
#B6AD74
(182,173,116)
#BEB683
(190,182,131)
#C6BF92
(198,191,146)
#CEC8A1
(206,200,161)
#D6D1B0
(214,209,176)
#DEDABF
(222,218,191)
#E6E3CE
(230,227,206)
#EEECDD
(238,236,221)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69B56 color. Also use rgb(166,155,86) instead hex code.

Text Font Color

.myTextColor { color: #A69B56; }

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

This text font color is #A69B56.


Background Color

.myBgColor { background-color: #A69B56; }

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

This div background color is #A69B56.


Border color

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

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

This div border color is #A69B56.


Opacity

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

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

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

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

This text has shadow with #A69B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69B56 on black background.


Color preview on white background

This text has color #A69B56 on white background.



Black color preview on #A69B56 background

This text has black color on #A69B56 background.


White color preview on #A69B56 background

This text has white color on #A69B56 background.