COLOR #A68563

HEX: #A68563
RGB: (166,133,99)

Color info

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

RGB color model

#A68563 color RGB value is (166,133,99).

  • red value is 166;
  • green value is 133;
  • blue value is 99.
RGB: (166,133,99) (65%,52%,39%)

RGB channels and saturation

R 166 of 255 = 65%
G 133 of 255 = 52%
B 99 of 255 = 39%

166
133
99

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

Portions of RGB colors in percentages

R + G + B =
166 + 133 + 99 = 398 (100%)
R 166 of 398 ~ 41.71%
G 133 of 398 ~ 33.42%
B 99 of 398 ~ 24.87%

%41.71
%33.42
%24.87

CMYK color model

#A68563 color CMYK value is (0,20,40,35).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 40.36%
  • key color value is 34.90%
CMYK: (0,20,40,35) C0M20Y40K35 (0%,20%,40%,35%) (0.00/0.20/0.40/0.35)

CMYK percentages

%0
%19.88
%40.36
%34.9

Codes

Color #A68563 in popluar color models

A68563
RGB16613399
HSL30°27.35%51.96%
HSB/HSV30°40.36%65.10%
CMYK0.00%19.88%40.36%
34.90%

Color #A68563 in popluar number systems.

HEXA68563
Decimal16613399
Binary10100110100001011100011
Octal246205143

Shades and tints

Shades of #A68563

#A68563
(166,133,99)
#97795A
(151,121,90)
#886D51
(136,109,81)
#796148
(121,97,72)
#6A553F
(106,85,63)
#5B4936
(91,73,54)
#4C3D2D
(76,61,45)
#3D3124
(61,49,36)
#2E251B
(46,37,27)
#1F1912
(31,25,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #A68563

#A68563
(166,133,99)
#AE9071
(174,144,113)
#B69B7F
(182,155,127)
#BEA68D
(190,166,141)
#C6B19B
(198,177,155)
#CEBCA9
(206,188,169)
#D6C7B7
(214,199,183)
#DED2C5
(222,210,197)
#E6DDD3
(230,221,211)
#EEE8E1
(238,232,225)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68563 color. Also use rgb(166,133,99) instead hex code.

Text Font Color

.myTextColor { color: #A68563; }

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

This text font color is #A68563.


Background Color

.myBgColor { background-color: #A68563; }

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

This div background color is #A68563.


Border color

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

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

This div border color is #A68563.


Opacity

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

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

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

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

This text has shadow with #A68563 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A68563 on black background.


Color preview on white background

This text has color #A68563 on white background.



Black color preview on #A68563 background

This text has black color on #A68563 background.


White color preview on #A68563 background

This text has white color on #A68563 background.