COLOR #A68761

HEX: #A68761
RGB: (166,135,97)

Color info

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

RGB color model

#A68761 color RGB value is (166,135,97).

  • red value is 166;
  • green value is 135;
  • blue value is 97.
RGB:
(166,135,97)
(65%,53%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 97 of 255 = 38%

166
135
97

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 97 = 398 (100%)
R 166 of 398 ~ 41.71%
G 135 of 398 ~ 33.92%
B 97 of 398 ~ 24.37%

%41.71
%33.92
%24.37

CMYK color model

#A68761 color CMYK value is (0,19,42,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 41.57%
  • key color value is 34.90%
CMYK:
(0,19,42,35)
C0M19Y42K35 
(0%,19%,42%,35%)
(0.00/0.19/0.42/0.35)	

CMYK percentages

%0
%18.67
%41.57
%34.9

Codes

Color #A68761 in popluar color models

A68761
RGB16613597
HSL33°27.94%51.57%
HSB/HSV33°41.57%65.10%
CMYK0.00%18.67%41.57%
34.90%

Color #A68761 in popluar number systems.

HEXA68761
Decimal16613597
Binary10100110100001111100001
Octal246207141

Shades and tints

Shades of #A68761

#A68761
(166,135,97)
#977B59
(151,123,89)
#886F51
(136,111,81)
#796349
(121,99,73)
#6A5741
(106,87,65)
#5B4B39
(91,75,57)
#4C3F31
(76,63,49)
#3D3329
(61,51,41)
#2E2721
(46,39,33)
#1F1B19
(31,27,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A68761

#A68761
(166,135,97)
#AE916F
(174,145,111)
#B69B7D
(182,155,125)
#BEA58B
(190,165,139)
#C6AF99
(198,175,153)
#CEB9A7
(206,185,167)
#D6C3B5
(214,195,181)
#DECDC3
(222,205,195)
#E6D7D1
(230,215,209)
#EEE1DF
(238,225,223)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68761 color. Also use rgb(166,135,97) instead hex code.

Text Font Color

.myTextColor { color: #A68761; }

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

This text font color is #A68761.


Background Color

.myBgColor { background-color: #A68761; }

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

This div background color is #A68761.


Border color

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

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

This div border color is #A68761.


Opacity

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

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

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

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

This text has shadow with #A68761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68761 on black background.


Color preview on white background

This text has color #A68761 on white background.



Black color preview on #A68761 background

This text has black color on #A68761 background.


White color preview on #A68761 background

This text has white color on #A68761 background.