COLOR #A68D75

HEX: #A68D75
RGB: (166,141,117)

Color info

#A68D75 contains red, green and blue colors in about the same proportion. Web safe color of #A68D75 is #999966 (or #996).

RGB color model

#A68D75 color RGB value is (166,141,117).

  • red value is 166;
  • green value is 141;
  • blue value is 117.
RGB:
(166,141,117)
(65%,55%,46%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 117 of 255 = 46%

166
141
117

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 117 = 424 (100%)
R 166 of 424 ~ 39.15%
G 141 of 424 ~ 33.25%
B 117 of 424 ~ 27.59%

%39.15
%33.25
%27.59

CMYK color model

#A68D75 color CMYK value is (0,15,30,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 29.52%
  • key color value is 34.90%
CMYK:
(0,15,30,35)
C0M15Y30K35 
(0%,15%,30%,35%)
(0.00/0.15/0.30/0.35)	

CMYK percentages

%0
%15.06
%29.52
%34.9

Codes

Color #A68D75 in popluar color models

A68D75
RGB166141117
HSL29°21.59%55.49%
HSB/HSV29°29.52%65.10%
CMYK0.00%15.06%29.52%
34.90%

Color #A68D75 in popluar number systems.

HEXA68D75
Decimal166141117
Binary10100110100011011110101
Octal246215165

Shades and tints

Shades of #A68D75

#A68D75
(166,141,117)
#97816B
(151,129,107)
#887561
(136,117,97)
#796957
(121,105,87)
#6A5D4D
(106,93,77)
#5B5143
(91,81,67)
#4C4539
(76,69,57)
#3D392F
(61,57,47)
#2E2D25
(46,45,37)
#1F211B
(31,33,27)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A68D75

#A68D75
(166,141,117)
#AE9781
(174,151,129)
#B6A18D
(182,161,141)
#BEAB99
(190,171,153)
#C6B5A5
(198,181,165)
#CEBFB1
(206,191,177)
#D6C9BD
(214,201,189)
#DED3C9
(222,211,201)
#E6DDD5
(230,221,213)
#EEE7E1
(238,231,225)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68D75 color. Also use rgb(166,141,117) instead hex code.

Text Font Color

.myTextColor { color: #A68D75; }

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

This text font color is #A68D75.


Background Color

.myBgColor { background-color: #A68D75; }

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

This div background color is #A68D75.


Border color

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

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

This div border color is #A68D75.


Opacity

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

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

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

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

This text has shadow with #A68D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68D75 on black background.


Color preview on white background

This text has color #A68D75 on white background.



Black color preview on #A68D75 background

This text has black color on #A68D75 background.


White color preview on #A68D75 background

This text has white color on #A68D75 background.