COLOR #A68F5B

HEX: #A68F5B
RGB: (166,143,91)

Color info

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

RGB color model

#A68F5B color RGB value is (166,143,91).

  • red value is 166;
  • green value is 143;
  • blue value is 91.
RGB:
(166,143,91)
(65%,56%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 91 of 255 = 36%

166
143
91

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

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 91 = 400 (100%)
R 166 of 400 ~ 41.5%
G 143 of 400 ~ 35.75%
B 91 of 400 ~ 22.75%

%41.5
%35.75
%22.75

CMYK color model

#A68F5B color CMYK value is (0,14,45,35).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(0,14,45,35)
C0M14Y45K35 
(0%,14%,45%,35%)
(0.00/0.14/0.45/0.35)	

CMYK percentages

%0
%13.86
%45.18
%34.9

Codes

Color #A68F5B in popluar color models

A68F5B
RGB16614391
HSL42°29.64%50.39%
HSB/HSV42°45.18%65.10%
CMYK0.00%13.86%45.18%
34.90%

Color #A68F5B in popluar number systems.

HEXA68F5B
Decimal16614391
Binary10100110100011111011011
Octal246217133

Shades and tints

Shades of #A68F5B

#A68F5B
(166,143,91)
#978253
(151,130,83)
#88754B
(136,117,75)
#796843
(121,104,67)
#6A5B3B
(106,91,59)
#5B4E33
(91,78,51)
#4C412B
(76,65,43)
#3D3423
(61,52,35)
#2E271B
(46,39,27)
#1F1A13
(31,26,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #A68F5B

#A68F5B
(166,143,91)
#AE9969
(174,153,105)
#B6A377
(182,163,119)
#BEAD85
(190,173,133)
#C6B793
(198,183,147)
#CEC1A1
(206,193,161)
#D6CBAF
(214,203,175)
#DED5BD
(222,213,189)
#E6DFCB
(230,223,203)
#EEE9D9
(238,233,217)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68F5B color. Also use rgb(166,143,91) instead hex code.

Text Font Color

.myTextColor { color: #A68F5B; }

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

This text font color is #A68F5B.


Background Color

.myBgColor { background-color: #A68F5B; }

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

This div background color is #A68F5B.


Border color

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

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

This div border color is #A68F5B.


Opacity

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

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

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

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

This text has shadow with #A68F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68F5B on black background.


Color preview on white background

This text has color #A68F5B on white background.



Black color preview on #A68F5B background

This text has black color on #A68F5B background.


White color preview on #A68F5B background

This text has white color on #A68F5B background.