COLOR #A88F6E

HEX: #A88F6E
RGB: (168,143,110)

Color info

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

RGB color model

#A88F6E color RGB value is (168,143,110).

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

RGB channels and saturation

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

168
143
110

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 110 = 421 (100%)
R 168 of 421 ~ 39.9%
G 143 of 421 ~ 33.97%
B 110 of 421 ~ 26.13%

%39.9
%33.97
%26.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 34.52%
  • 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
%34.52
%34.12

Codes

Color #A88F6E in popluar color models

A88F6E
RGB168143110
HSL34°25.00%54.51%
HSB/HSV34°34.52%65.88%
CMYK0.00%14.88%34.52%
34.12%

Color #A88F6E in popluar number systems.

HEXA88F6E
Decimal168143110
Binary10101000100011111101110
Octal250217156

Shades and tints

Shades of #A88F6E

#A88F6E
(168,143,110)
#998264
(153,130,100)
#8A755A
(138,117,90)
#7B6850
(123,104,80)
#6C5B46
(108,91,70)
#5D4E3C
(93,78,60)
#4E4132
(78,65,50)
#3F3428
(63,52,40)
#30271E
(48,39,30)
#211A14
(33,26,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #A88F6E

#A88F6E
(168,143,110)
#AF997B
(175,153,123)
#B6A388
(182,163,136)
#BDAD95
(189,173,149)
#C4B7A2
(196,183,162)
#CBC1AF
(203,193,175)
#D2CBBC
(210,203,188)
#D9D5C9
(217,213,201)
#E0DFD6
(224,223,214)
#E7E9E3
(231,233,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88F6E; }

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

This text font color is #A88F6E.


Background Color

.myBgColor { background-color: #A88F6E; }

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

This div background color is #A88F6E.


Border color

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

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

This div border color is #A88F6E.


Opacity

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

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

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

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

This text has shadow with #A88F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F6E on black background.


Color preview on white background

This text has color #A88F6E on white background.



Black color preview on #A88F6E background

This text has black color on #A88F6E background.


White color preview on #A88F6E background

This text has white color on #A88F6E background.