COLOR #A68A63

HEX: #A68A63
RGB: (166,138,99)

Color info

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

RGB color model

#A68A63 color RGB value is (166,138,99).

  • red value is 166;
  • green value is 138;
  • blue value is 99.
RGB:
(166,138,99)
(65%,54%,39%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 99 of 255 = 39%

166
138
99

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 99 = 403 (100%)
R 166 of 403 ~ 41.19%
G 138 of 403 ~ 34.24%
B 99 of 403 ~ 24.57%

%41.19
%34.24
%24.57

CMYK color model

#A68A63 color CMYK value is (0,17,40,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 40.36%
  • key color value is 34.90%
CMYK:
(0,17,40,35)
C0M17Y40K35 
(0%,17%,40%,35%)
(0.00/0.17/0.40/0.35)	

CMYK percentages

%0
%16.87
%40.36
%34.9

Codes

Color #A68A63 in popluar color models

A68A63
RGB16613899
HSL35°27.35%51.96%
HSB/HSV35°40.36%65.10%
CMYK0.00%16.87%40.36%
34.90%

Color #A68A63 in popluar number systems.

HEXA68A63
Decimal16613899
Binary10100110100010101100011
Octal246212143

Shades and tints

Shades of #A68A63

#A68A63
(166,138,99)
#977E5A
(151,126,90)
#887251
(136,114,81)
#796648
(121,102,72)
#6A5A3F
(106,90,63)
#5B4E36
(91,78,54)
#4C422D
(76,66,45)
#3D3624
(61,54,36)
#2E2A1B
(46,42,27)
#1F1E12
(31,30,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #A68A63

#A68A63
(166,138,99)
#AE9471
(174,148,113)
#B69E7F
(182,158,127)
#BEA88D
(190,168,141)
#C6B29B
(198,178,155)
#CEBCA9
(206,188,169)
#D6C6B7
(214,198,183)
#DED0C5
(222,208,197)
#E6DAD3
(230,218,211)
#EEE4E1
(238,228,225)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68A63 color. Also use rgb(166,138,99) instead hex code.

Text Font Color

.myTextColor { color: #A68A63; }

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

This text font color is #A68A63.


Background Color

.myBgColor { background-color: #A68A63; }

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

This div background color is #A68A63.


Border color

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

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

This div border color is #A68A63.


Opacity

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

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

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

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

This text has shadow with #A68A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A63 on black background.


Color preview on white background

This text has color #A68A63 on white background.



Black color preview on #A68A63 background

This text has black color on #A68A63 background.


White color preview on #A68A63 background

This text has white color on #A68A63 background.