COLOR #A8655D

HEX: #A8655D
RGB: (168,101,93)

Color info

#A8655D contains mainly red color. Web safe color of #A8655D is #996666 (or #966).

RGB color model

#A8655D color RGB value is (168,101,93).

  • red value is 168;
  • green value is 101;
  • blue value is 93.
RGB:
(168,101,93)
(66%,40%,36%)

RGB channels and saturation

R 168 of 255 = 66%
G 101 of 255 = 40%
B 93 of 255 = 36%

168
101
93

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

Portions of RGB colors in percentages

R + G + B =
168 + 101 + 93 = 362 (100%)
R 168 of 362 ~ 46.41%
G 101 of 362 ~ 27.9%
B 93 of 362 ~ 25.69%

%46.41
%27.9
%25.69

CMYK color model

#A8655D color CMYK value is (0,40,45,34).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 44.64%
  • key color value is 34.12%
CMYK:
(0,40,45,34)
C0M40Y45K34 
(0%,40%,45%,34%)
(0.00/0.40/0.45/0.34)	

CMYK percentages

%0
%39.88
%44.64
%34.12

Codes

Color #A8655D in popluar color models

A8655D
RGB16810193
HSL30.12%51.18%
HSB/HSV44.64%65.88%
CMYK0.00%39.88%44.64%
34.12%

Color #A8655D in popluar number systems.

HEXA8655D
Decimal16810193
Binary1010100011001011011101
Octal250145135

Shades and tints

Shades of #A8655D

#A8655D
(168,101,93)
#995C55
(153,92,85)
#8A534D
(138,83,77)
#7B4A45
(123,74,69)
#6C413D
(108,65,61)
#5D3835
(93,56,53)
#4E2F2D
(78,47,45)
#3F2625
(63,38,37)
#301D1D
(48,29,29)
#211415
(33,20,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #A8655D

#A8655D
(168,101,93)
#AF736B
(175,115,107)
#B68179
(182,129,121)
#BD8F87
(189,143,135)
#C49D95
(196,157,149)
#CBABA3
(203,171,163)
#D2B9B1
(210,185,177)
#D9C7BF
(217,199,191)
#E0D5CD
(224,213,205)
#E7E3DB
(231,227,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8655D color. Also use rgb(168,101,93) instead hex code.

Text Font Color

.myTextColor { color: #A8655D; }

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

This text font color is #A8655D.


Background Color

.myBgColor { background-color: #A8655D; }

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

This div background color is #A8655D.


Border color

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

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

This div border color is #A8655D.


Opacity

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

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

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

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

This text has shadow with #A8655D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8655D on black background.


Color preview on white background

This text has color #A8655D on white background.



Black color preview on #A8655D background

This text has black color on #A8655D background.


White color preview on #A8655D background

This text has white color on #A8655D background.