COLOR #A88F6D

HEX: #A88F6D
RGB: (168,143,109)

Color info

#A88F6D contains red, green and blue colors in about the same proportion. Web safe color of #A88F6D is #999966 (or #996).

RGB color model

#A88F6D color RGB value is (168,143,109).

  • red value is 168;
  • green value is 143;
  • blue value is 109.
RGB:
(168,143,109)
(66%,56%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 109 of 255 = 43%

168
143
109

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 109 = 420 (100%)
R 168 of 420 ~ 40%
G 143 of 420 ~ 34.05%
B 109 of 420 ~ 25.95%

%40
%34.05
%25.95

CMYK color model

#A88F6D color CMYK value is (0,15,35,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(0,15,35,34)
C0M15Y35K34 
(0%,15%,35%,34%)
(0.00/0.15/0.35/0.34)	

CMYK percentages

%0
%14.88
%35.12
%34.12

Codes

Color #A88F6D in popluar color models

A88F6D
RGB168143109
HSL35°25.32%54.31%
HSB/HSV35°35.12%65.88%
CMYK0.00%14.88%35.12%
34.12%

Color #A88F6D in popluar number systems.

HEXA88F6D
Decimal168143109
Binary10101000100011111101101
Octal250217155

Shades and tints

Shades of #A88F6D

#A88F6D
(168,143,109)
#998264
(153,130,100)
#8A755B
(138,117,91)
#7B6852
(123,104,82)
#6C5B49
(108,91,73)
#5D4E40
(93,78,64)
#4E4137
(78,65,55)
#3F342E
(63,52,46)
#302725
(48,39,37)
#211A1C
(33,26,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A88F6D

#A88F6D
(168,143,109)
#AF997A
(175,153,122)
#B6A387
(182,163,135)
#BDAD94
(189,173,148)
#C4B7A1
(196,183,161)
#CBC1AE
(203,193,174)
#D2CBBB
(210,203,187)
#D9D5C8
(217,213,200)
#E0DFD5
(224,223,213)
#E7E9E2
(231,233,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88F6D color. Also use rgb(168,143,109) instead hex code.

Text Font Color

.myTextColor { color: #A88F6D; }

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

This text font color is #A88F6D.


Background Color

.myBgColor { background-color: #A88F6D; }

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

This div background color is #A88F6D.


Border color

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

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

This div border color is #A88F6D.


Opacity

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

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

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

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

This text has shadow with #A88F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F6D on black background.


Color preview on white background

This text has color #A88F6D on white background.



Black color preview on #A88F6D background

This text has black color on #A88F6D background.


White color preview on #A88F6D background

This text has white color on #A88F6D background.