COLOR #A88F69

HEX: #A88F69
RGB: (168,143,105)

Color info

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

RGB color model

#A88F69 color RGB value is (168,143,105).

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

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 105 of 255 = 41%

168
143
105

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 105 = 416 (100%)
R 168 of 416 ~ 40.38%
G 143 of 416 ~ 34.38%
B 105 of 416 ~ 25.24%

%40.38
%34.38
%25.24

CMYK color model

#A88F69 color CMYK value is (0,15,38,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(0,15,38,34)
C0M15Y38K34 
(0%,15%,38%,34%)
(0.00/0.15/0.38/0.34)	

CMYK percentages

%0
%14.88
%37.5
%34.12

Codes

Color #A88F69 in popluar color models

A88F69
RGB168143105
HSL36°26.58%53.53%
HSB/HSV36°37.50%65.88%
CMYK0.00%14.88%37.50%
34.12%

Color #A88F69 in popluar number systems.

HEXA88F69
Decimal168143105
Binary10101000100011111101001
Octal250217151

Shades and tints

Shades of #A88F69

#A88F69
(168,143,105)
#998260
(153,130,96)
#8A7557
(138,117,87)
#7B684E
(123,104,78)
#6C5B45
(108,91,69)
#5D4E3C
(93,78,60)
#4E4133
(78,65,51)
#3F342A
(63,52,42)
#302721
(48,39,33)
#211A18
(33,26,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A88F69

#A88F69
(168,143,105)
#AF9976
(175,153,118)
#B6A383
(182,163,131)
#BDAD90
(189,173,144)
#C4B79D
(196,183,157)
#CBC1AA
(203,193,170)
#D2CBB7
(210,203,183)
#D9D5C4
(217,213,196)
#E0DFD1
(224,223,209)
#E7E9DE
(231,233,222)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88F69; }

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

This text font color is #A88F69.


Background Color

.myBgColor { background-color: #A88F69; }

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

This div background color is #A88F69.


Border color

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

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

This div border color is #A88F69.


Opacity

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

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

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

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

This text has shadow with #A88F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F69 on black background.


Color preview on white background

This text has color #A88F69 on white background.



Black color preview on #A88F69 background

This text has black color on #A88F69 background.


White color preview on #A88F69 background

This text has white color on #A88F69 background.