COLOR #A68855

HEX: #A68855 RGB: (166,136,85)

Color info

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

RGB color model

#A68855 color RGB value is (166,136,85).

RGB: (166,136,85) (65%, 53%, 33%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 85 of 255 = 33%

166
136
85

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

Portions of RGB colors in percentages

R + G + B = 166 + 136 + 85 = 387 (100%)
R 166 of 387 ~ 42.89%
G 136 of 387 ~ 35.14%
B 85 of 387 ~ 21.96'%

%42.89
%35.14
%21.96

CMYK color model

#A68855 color CMYK value is (0,18,49,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 48.80%
  • key color value is 34.90%

CMYK: (0,18,49,35)
C0M18Y49K35 (0%, 18%, 49%, 35%)
(0.00 / 0.18 / 0.49 / 0.35)

CMYK percentages

%0
%18.07
%48.8
%34.9

Codes

Color #A68855 in popluar color models

A6 88 55
RGB 166 136 85
HSL 38° 32.27% 49.22%
HSB/HSV 38° 48.80% 65.10%
CMYK 0.00% 18.07% 48.80%
34.90%

Color #A68855 in popluar number systems.

HEX A6 88 55
Decimal 166 136 85
Binary 10100110 10001000 1010101
Octal 246 210 125

Shades and tints

Shades of #A68855

#A68855
(166,136,85)
#977C4E
(151,124,78)
#887047
(136,112,71)
#796440
(121,100,64)
#6A5839
(106,88,57)
#5B4C32
(91,76,50)
#4C402B
(76,64,43)
#3D3424
(61,52,36)
#2E281D
(46,40,29)
#1F1C16
(31,28,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #A68855

#A68855
(166,136,85)
#AE9264
(174,146,100)
#B69C73
(182,156,115)
#BEA682
(190,166,130)
#C6B091
(198,176,145)
#CEBAA0
(206,186,160)
#D6C4AF
(214,196,175)
#DECEBE
(222,206,190)
#E6D8CD
(230,216,205)
#EEE2DC
(238,226,220)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68855; }

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

This text font color is #A68855.

Background Color

.myBgColor { background-color: #A68855; }

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

This div background color is #A68855.

Border color

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

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

This div border color is #A68855.

Opacity

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

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

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

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

This text has shadow with #A68855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68855.

Preview

Color preview on black background

This text has color #A68855 on black background.


Color preview on white background

This text has color #A68855 on white background.


Black color preview on #A68855 background

This text has black color on #A68855 background.


White color preview on #A68855 background

This text has white color on #A68855 background.


Related colors

Complementary color

Complementary color for #hex is #5977AA.


I love getcolorcode.com

Triadic colors

1 #55A688 and #8855A6 with #A68855 are triadic colors.

2 #5588A6 and #88A655 with #A68855 are triadic colors.