COLOR #A88665

HEX: #A88665
RGB: (168,134,101)

Color info

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

RGB color model

#A88665 color RGB value is (168,134,101).

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

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 101 of 255 = 40%

168
134
101

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 101 = 403 (100%)
R 168 of 403 ~ 41.69%
G 134 of 403 ~ 33.25%
B 101 of 403 ~ 25.06%

%41.69
%33.25
%25.06

CMYK color model

#A88665 color CMYK value is (0,20,40,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 39.88%
  • key color value is 34.12%
CMYK:
(0,20,40,34)
C0M20Y40K34 
(0%,20%,40%,34%)
(0.00/0.20/0.40/0.34)	

CMYK percentages

%0
%20.24
%39.88
%34.12

Codes

Color #A88665 in popluar color models

A88665
RGB168134101
HSL30°27.80%52.75%
HSB/HSV30°39.88%65.88%
CMYK0.00%20.24%39.88%
34.12%

Color #A88665 in popluar number systems.

HEXA88665
Decimal168134101
Binary10101000100001101100101
Octal250206145

Shades and tints

Shades of #A88665

#A88665
(168,134,101)
#997A5C
(153,122,92)
#8A6E53
(138,110,83)
#7B624A
(123,98,74)
#6C5641
(108,86,65)
#5D4A38
(93,74,56)
#4E3E2F
(78,62,47)
#3F3226
(63,50,38)
#30261D
(48,38,29)
#211A14
(33,26,20)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #A88665

#A88665
(168,134,101)
#AF9173
(175,145,115)
#B69C81
(182,156,129)
#BDA78F
(189,167,143)
#C4B29D
(196,178,157)
#CBBDAB
(203,189,171)
#D2C8B9
(210,200,185)
#D9D3C7
(217,211,199)
#E0DED5
(224,222,213)
#E7E9E3
(231,233,227)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88665; }

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

This text font color is #A88665.


Background Color

.myBgColor { background-color: #A88665; }

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

This div background color is #A88665.


Border color

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

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

This div border color is #A88665.


Opacity

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

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

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

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

This text has shadow with #A88665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88665 on black background.


Color preview on white background

This text has color #A88665 on white background.



Black color preview on #A88665 background

This text has black color on #A88665 background.


White color preview on #A88665 background

This text has white color on #A88665 background.