COLOR #A68062

HEX: #A68062
RGB: (166,128,98)

Color info

#A68062 contains mainly red and green colors. Web safe color of #A68062 is #996666 (or #966).

RGB color model

#A68062 color RGB value is (166,128,98).

  • red value is 166;
  • green value is 128;
  • blue value is 98.
RGB:
(166,128,98)
(65%,50%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 98 of 255 = 38%

166
128
98

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 98 = 392 (100%)
R 166 of 392 ~ 42.35%
G 128 of 392 ~ 32.65%
B 98 of 392 ~ 25%

%42.35
%32.65
%25

CMYK color model

#A68062 color CMYK value is (0,23,41,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 40.96%
  • key color value is 34.90%
CMYK:
(0,23,41,35)
C0M23Y41K35 
(0%,23%,41%,35%)
(0.00/0.23/0.41/0.35)	

CMYK percentages

%0
%22.89
%40.96
%34.9

Codes

Color #A68062 in popluar color models

A68062
RGB16612898
HSL26°27.64%51.76%
HSB/HSV26°40.96%65.10%
CMYK0.00%22.89%40.96%
34.90%

Color #A68062 in popluar number systems.

HEXA68062
Decimal16612898
Binary10100110100000001100010
Octal246200142

Shades and tints

Shades of #A68062

#A68062
(166,128,98)
#97755A
(151,117,90)
#886A52
(136,106,82)
#795F4A
(121,95,74)
#6A5442
(106,84,66)
#5B493A
(91,73,58)
#4C3E32
(76,62,50)
#3D332A
(61,51,42)
#2E2822
(46,40,34)
#1F1D1A
(31,29,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A68062

#A68062
(166,128,98)
#AE8B70
(174,139,112)
#B6967E
(182,150,126)
#BEA18C
(190,161,140)
#C6AC9A
(198,172,154)
#CEB7A8
(206,183,168)
#D6C2B6
(214,194,182)
#DECDC4
(222,205,196)
#E6D8D2
(230,216,210)
#EEE3E0
(238,227,224)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68062 color. Also use rgb(166,128,98) instead hex code.

Text Font Color

.myTextColor { color: #A68062; }

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

This text font color is #A68062.


Background Color

.myBgColor { background-color: #A68062; }

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

This div background color is #A68062.


Border color

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

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

This div border color is #A68062.


Opacity

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

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

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

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

This text has shadow with #A68062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68062 on black background.


Color preview on white background

This text has color #A68062 on white background.



Black color preview on #A68062 background

This text has black color on #A68062 background.


White color preview on #A68062 background

This text has white color on #A68062 background.