COLOR #A68550

HEX: #A68550
RGB: (166,133,80)

Color info

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

RGB color model

#A68550 color RGB value is (166,133,80).

  • red value is 166;
  • green value is 133;
  • blue value is 80.
RGB:
(166,133,80)
(65%,52%,31%)

RGB channels and saturation

R 166 of 255 = 65%
G 133 of 255 = 52%
B 80 of 255 = 31%

166
133
80

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

Portions of RGB colors in percentages

R + G + B =
166 + 133 + 80 = 379 (100%)
R 166 of 379 ~ 43.8%
G 133 of 379 ~ 35.09%
B 80 of 379 ~ 21.11%

%43.8
%35.09
%21.11

CMYK color model

#A68550 color CMYK value is (0,20,52,35).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 51.81%
  • key color value is 34.90%
CMYK:
(0,20,52,35)
C0M20Y52K35 
(0%,20%,52%,35%)
(0.00/0.20/0.52/0.35)	

CMYK percentages

%0
%19.88
%51.81
%34.9

Codes

Color #A68550 in popluar color models

A68550
RGB16613380
HSL37°34.96%48.24%
HSB/HSV37°51.81%65.10%
CMYK0.00%19.88%51.81%
34.90%

Color #A68550 in popluar number systems.

HEXA68550
Decimal16613380
Binary10100110100001011010000
Octal246205120

Shades and tints

Shades of #A68550

#A68550
(166,133,80)
#977949
(151,121,73)
#886D42
(136,109,66)
#79613B
(121,97,59)
#6A5534
(106,85,52)
#5B492D
(91,73,45)
#4C3D26
(76,61,38)
#3D311F
(61,49,31)
#2E2518
(46,37,24)
#1F1911
(31,25,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #A68550

#A68550
(166,133,80)
#AE905F
(174,144,95)
#B69B6E
(182,155,110)
#BEA67D
(190,166,125)
#C6B18C
(198,177,140)
#CEBC9B
(206,188,155)
#D6C7AA
(214,199,170)
#DED2B9
(222,210,185)
#E6DDC8
(230,221,200)
#EEE8D7
(238,232,215)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68550 color. Also use rgb(166,133,80) instead hex code.

Text Font Color

.myTextColor { color: #A68550; }

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

This text font color is #A68550.


Background Color

.myBgColor { background-color: #A68550; }

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

This div background color is #A68550.


Border color

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

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

This div border color is #A68550.


Opacity

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

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

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

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

This text has shadow with #A68550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68550 on black background.


Color preview on white background

This text has color #A68550 on white background.



Black color preview on #A68550 background

This text has black color on #A68550 background.


White color preview on #A68550 background

This text has white color on #A68550 background.