COLOR #A88965

HEX: #A88965
RGB: (168,137,101)

Color info

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

RGB color model

#A88965 color RGB value is (168,137,101).

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

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 101 of 255 = 40%

168
137
101

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

Portions of RGB colors in percentages

R + G + B =
168 + 137 + 101 = 406 (100%)
R 168 of 406 ~ 41.38%
G 137 of 406 ~ 33.74%
B 101 of 406 ~ 24.88%

%41.38
%33.74
%24.88

CMYK color model

#A88965 color CMYK value is (0,18,40,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 39.88%
  • key color value is 34.12%
CMYK:
(0,18,40,34)
C0M18Y40K34 
(0%,18%,40%,34%)
(0.00/0.18/0.40/0.34)	

CMYK percentages

%0
%18.45
%39.88
%34.12

Codes

Color #A88965 in popluar color models

A88965
RGB168137101
HSL32°27.80%52.75%
HSB/HSV32°39.88%65.88%
CMYK0.00%18.45%39.88%
34.12%

Color #A88965 in popluar number systems.

HEXA88965
Decimal168137101
Binary10101000100010011100101
Octal250211145

Shades and tints

Shades of #A88965

#A88965
(168,137,101)
#997D5C
(153,125,92)
#8A7153
(138,113,83)
#7B654A
(123,101,74)
#6C5941
(108,89,65)
#5D4D38
(93,77,56)
#4E412F
(78,65,47)
#3F3526
(63,53,38)
#30291D
(48,41,29)
#211D14
(33,29,20)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #A88965

#A88965
(168,137,101)
#AF9373
(175,147,115)
#B69D81
(182,157,129)
#BDA78F
(189,167,143)
#C4B19D
(196,177,157)
#CBBBAB
(203,187,171)
#D2C5B9
(210,197,185)
#D9CFC7
(217,207,199)
#E0D9D5
(224,217,213)
#E7E3E3
(231,227,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88965; }

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

This text font color is #A88965.


Background Color

.myBgColor { background-color: #A88965; }

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

This div background color is #A88965.


Border color

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

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

This div border color is #A88965.


Opacity

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

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

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

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

This text has shadow with #A88965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88965 on black background.


Color preview on white background

This text has color #A88965 on white background.



Black color preview on #A88965 background

This text has black color on #A88965 background.


White color preview on #A88965 background

This text has white color on #A88965 background.