COLOR #A68955

HEX: #A68955
RGB: (166,137,85)

Color info

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

RGB color model

#A68955 color RGB value is (166,137,85).

  • red value is 166;
  • green value is 137;
  • blue value is 85.
RGB:
(166,137,85)
(65%,54%,33%)

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 85 of 255 = 33%

166
137
85

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

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 85 = 388 (100%)
R 166 of 388 ~ 42.78%
G 137 of 388 ~ 35.31%
B 85 of 388 ~ 21.91%

%42.78
%35.31
%21.91

CMYK color model

#A68955 color CMYK value is (0,17,49,35).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 48.80%
  • key color value is 34.90%
CMYK:
(0,17,49,35)
C0M17Y49K35 
(0%,17%,49%,35%)
(0.00/0.17/0.49/0.35)	

CMYK percentages

%0
%17.47
%48.8
%34.9

Codes

Color #A68955 in popluar color models

A68955
RGB16613785
HSL39°32.27%49.22%
HSB/HSV39°48.80%65.10%
CMYK0.00%17.47%48.80%
34.90%

Color #A68955 in popluar number systems.

HEXA68955
Decimal16613785
Binary10100110100010011010101
Octal246211125

Shades and tints

Shades of #A68955

#A68955
(166,137,85)
#977D4E
(151,125,78)
#887147
(136,113,71)
#796540
(121,101,64)
#6A5939
(106,89,57)
#5B4D32
(91,77,50)
#4C412B
(76,65,43)
#3D3524
(61,53,36)
#2E291D
(46,41,29)
#1F1D16
(31,29,22)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A68955

#A68955
(166,137,85)
#AE9364
(174,147,100)
#B69D73
(182,157,115)
#BEA782
(190,167,130)
#C6B191
(198,177,145)
#CEBBA0
(206,187,160)
#D6C5AF
(214,197,175)
#DECFBE
(222,207,190)
#E6D9CD
(230,217,205)
#EEE3DC
(238,227,220)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68955 color. Also use rgb(166,137,85) instead hex code.

Text Font Color

.myTextColor { color: #A68955; }

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

This text font color is #A68955.


Background Color

.myBgColor { background-color: #A68955; }

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

This div background color is #A68955.


Border color

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

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

This div border color is #A68955.


Opacity

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

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

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

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

This text has shadow with #A68955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68955 on black background.


Color preview on white background

This text has color #A68955 on white background.



Black color preview on #A68955 background

This text has black color on #A68955 background.


White color preview on #A68955 background

This text has white color on #A68955 background.