COLOR #A68848

HEX: #A68848
RGB: (166,136,72)

Color info

#A68848 contains mainly red and green colors. Web safe color of #A68848 is #999933 (or #993).

RGB color model

#A68848 color RGB value is (166,136,72).

  • red value is 166;
  • green value is 136;
  • blue value is 72.
RGB:
(166,136,72)
(65%,53%,28%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 72 of 255 = 28%

166
136
72

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 72 = 374 (100%)
R 166 of 374 ~ 44.39%
G 136 of 374 ~ 36.36%
B 72 of 374 ~ 19.25%

%44.39
%36.36
%19.25

CMYK color model

#A68848 color CMYK value is (0,18,57,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 56.63%
  • key color value is 34.90%
CMYK:
(0,18,57,35)
C0M18Y57K35 
(0%,18%,57%,35%)
(0.00/0.18/0.57/0.35)	

CMYK percentages

%0
%18.07
%56.63
%34.9

Codes

Color #A68848 in popluar color models

A68848
RGB16613672
HSL41°39.50%46.67%
HSB/HSV41°56.63%65.10%
CMYK0.00%18.07%56.63%
34.90%

Color #A68848 in popluar number systems.

HEXA68848
Decimal16613672
Binary10100110100010001001000
Octal246210110

Shades and tints

Shades of #A68848

#A68848
(166,136,72)
#977C42
(151,124,66)
#88703C
(136,112,60)
#796436
(121,100,54)
#6A5830
(106,88,48)
#5B4C2A
(91,76,42)
#4C4024
(76,64,36)
#3D341E
(61,52,30)
#2E2818
(46,40,24)
#1F1C12
(31,28,18)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #A68848

#A68848
(166,136,72)
#AE9258
(174,146,88)
#B69C68
(182,156,104)
#BEA678
(190,166,120)
#C6B088
(198,176,136)
#CEBA98
(206,186,152)
#D6C4A8
(214,196,168)
#DECEB8
(222,206,184)
#E6D8C8
(230,216,200)
#EEE2D8
(238,226,216)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68848 color. Also use rgb(166,136,72) instead hex code.

Text Font Color

.myTextColor { color: #A68848; }

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

This text font color is #A68848.


Background Color

.myBgColor { background-color: #A68848; }

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

This div background color is #A68848.


Border color

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

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

This div border color is #A68848.


Opacity

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

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

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

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

This text has shadow with #A68848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68848 on black background.


Color preview on white background

This text has color #A68848 on white background.



Black color preview on #A68848 background

This text has black color on #A68848 background.


White color preview on #A68848 background

This text has white color on #A68848 background.