COLOR #A68F5A

HEX: #A68F5A
RGB: (166,143,90)

Color info

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

RGB color model

#A68F5A color RGB value is (166,143,90).

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

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 90 of 255 = 35%

166
143
90

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

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 90 = 399 (100%)
R 166 of 399 ~ 41.6%
G 143 of 399 ~ 35.84%
B 90 of 399 ~ 22.56%

%41.6
%35.84
%22.56

CMYK color model

#A68F5A color CMYK value is (0,14,46,35).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(0,14,46,35)
C0M14Y46K35 
(0%,14%,46%,35%)
(0.00/0.14/0.46/0.35)	

CMYK percentages

%0
%13.86
%45.78
%34.9

Codes

Color #A68F5A in popluar color models

A68F5A
RGB16614390
HSL42°29.92%50.20%
HSB/HSV42°45.78%65.10%
CMYK0.00%13.86%45.78%
34.90%

Color #A68F5A in popluar number systems.

HEXA68F5A
Decimal16614390
Binary10100110100011111011010
Octal246217132

Shades and tints

Shades of #A68F5A

#A68F5A
(166,143,90)
#978252
(151,130,82)
#88754A
(136,117,74)
#796842
(121,104,66)
#6A5B3A
(106,91,58)
#5B4E32
(91,78,50)
#4C412A
(76,65,42)
#3D3422
(61,52,34)
#2E271A
(46,39,26)
#1F1A12
(31,26,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #A68F5A

#A68F5A
(166,143,90)
#AE9969
(174,153,105)
#B6A378
(182,163,120)
#BEAD87
(190,173,135)
#C6B796
(198,183,150)
#CEC1A5
(206,193,165)
#D6CBB4
(214,203,180)
#DED5C3
(222,213,195)
#E6DFD2
(230,223,210)
#EEE9E1
(238,233,225)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68F5A; }

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

This text font color is #A68F5A.


Background Color

.myBgColor { background-color: #A68F5A; }

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

This div background color is #A68F5A.


Border color

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

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

This div border color is #A68F5A.


Opacity

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

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

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

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

This text has shadow with #A68F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68F5A on black background.


Color preview on white background

This text has color #A68F5A on white background.



Black color preview on #A68F5A background

This text has black color on #A68F5A background.


White color preview on #A68F5A background

This text has white color on #A68F5A background.