COLOR #A68C5A

HEX: #A68C5A
RGB: (166,140,90)

Color info

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

RGB color model

#A68C5A color RGB value is (166,140,90).

  • red value is 166;
  • green value is 140;
  • blue value is 90.
RGB:
(166,140,90)
(65%,55%,35%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 90 of 255 = 35%

166
140
90

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 90 = 396 (100%)
R 166 of 396 ~ 41.92%
G 140 of 396 ~ 35.35%
B 90 of 396 ~ 22.73%

%41.92
%35.35
%22.73

CMYK color model

#A68C5A color CMYK value is (0,16,46,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(0,16,46,35)
C0M16Y46K35 
(0%,16%,46%,35%)
(0.00/0.16/0.46/0.35)	

CMYK percentages

%0
%15.66
%45.78
%34.9

Codes

Color #A68C5A in popluar color models

A68C5A
RGB16614090
HSL39°29.92%50.20%
HSB/HSV39°45.78%65.10%
CMYK0.00%15.66%45.78%
34.90%

Color #A68C5A in popluar number systems.

HEXA68C5A
Decimal16614090
Binary10100110100011001011010
Octal246214132

Shades and tints

Shades of #A68C5A

#A68C5A
(166,140,90)
#978052
(151,128,82)
#88744A
(136,116,74)
#796842
(121,104,66)
#6A5C3A
(106,92,58)
#5B5032
(91,80,50)
#4C442A
(76,68,42)
#3D3822
(61,56,34)
#2E2C1A
(46,44,26)
#1F2012
(31,32,18)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #A68C5A

#A68C5A
(166,140,90)
#AE9669
(174,150,105)
#B6A078
(182,160,120)
#BEAA87
(190,170,135)
#C6B496
(198,180,150)
#CEBEA5
(206,190,165)
#D6C8B4
(214,200,180)
#DED2C3
(222,210,195)
#E6DCD2
(230,220,210)
#EEE6E1
(238,230,225)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68C5A color. Also use rgb(166,140,90) instead hex code.

Text Font Color

.myTextColor { color: #A68C5A; }

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

This text font color is #A68C5A.


Background Color

.myBgColor { background-color: #A68C5A; }

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

This div background color is #A68C5A.


Border color

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

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

This div border color is #A68C5A.


Opacity

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

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

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

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

This text has shadow with #A68C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C5A on black background.


Color preview on white background

This text has color #A68C5A on white background.



Black color preview on #A68C5A background

This text has black color on #A68C5A background.


White color preview on #A68C5A background

This text has white color on #A68C5A background.