COLOR #A68359

HEX: #A68359 RGB: (166,131,89)

Color info

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

RGB color model

#A68359 color RGB value is (166,131,89).

RGB: (166,131,89) (65%, 51%, 35%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 89 of 255 = 35%

166
131
89

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

Portions of RGB colors in percentages

R + G + B = 166 + 131 + 89 = 386 (100%)
R 166 of 386 ~ 43.01%
G 131 of 386 ~ 33.94%
B 89 of 386 ~ 23.06'%

%43.01
%33.94
%23.06

CMYK color model

#A68359 color CMYK value is (0,21,46,35).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 46.39%
  • key color value is 34.90%

CMYK: (0,21,46,35)
C0M21Y46K35 (0%, 21%, 46%, 35%)
(0.00 / 0.21 / 0.46 / 0.35)

CMYK percentages

%0
%21.08
%46.39
%34.9

Codes

Color #A68359 in popluar color models

A6 83 59
RGB 166 131 89
HSL 33° 30.20% 50.00%
HSB/HSV 33° 46.39% 65.10%
CMYK 0.00% 21.08% 46.39%
34.90%

Color #A68359 in popluar number systems.

HEX A6 83 59
Decimal 166 131 89
Binary 10100110 10000011 1011001
Octal 246 203 131

Shades and tints

Shades of #A68359

#A68359
(166,131,89)
#977851
(151,120,81)
#886D49
(136,109,73)
#796241
(121,98,65)
#6A5739
(106,87,57)
#5B4C31
(91,76,49)
#4C4129
(76,65,41)
#3D3621
(61,54,33)
#2E2B19
(46,43,25)
#1F2011
(31,32,17)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #A68359

#A68359
(166,131,89)
#AE8E68
(174,142,104)
#B69977
(182,153,119)
#BEA486
(190,164,134)
#C6AF95
(198,175,149)
#CEBAA4
(206,186,164)
#D6C5B3
(214,197,179)
#DED0C2
(222,208,194)
#E6DBD1
(230,219,209)
#EEE6E0
(238,230,224)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68359 color. Also use rgb(166,131,89) instead hex code.

Text Font Color

.myTextColor { color: #A68359; }

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

This text font color is #A68359.

Background Color

.myBgColor { background-color: #A68359; }

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

This div background color is #A68359.

Border color

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

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

This div border color is #A68359.

Opacity

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

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

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

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

This text has shadow with #A68359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68359.

Preview

Color preview on black background

This text has color #A68359 on black background.


Color preview on white background

This text has color #A68359 on white background.


Black color preview on #A68359 background

This text has black color on #A68359 background.


White color preview on #A68359 background

This text has white color on #A68359 background.


Related colors

Complementary color

Complementary color for #hex is #597CA6.


I love getcolorcode.com

Triadic colors

1 #59A683 and #8359A6 with #A68359 are triadic colors.

2 #5983A6 and #83A659 with #A68359 are triadic colors.