COLOR #A88A69

HEX: #A88A69
RGB: (168,138,105)

Color info

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

RGB color model

#A88A69 color RGB value is (168,138,105).

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

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 105 of 255 = 41%

168
138
105

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 105 = 411 (100%)
R 168 of 411 ~ 40.88%
G 138 of 411 ~ 33.58%
B 105 of 411 ~ 25.55%

%40.88
%33.58
%25.55

CMYK color model

#A88A69 color CMYK value is (0,18,38,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(0,18,38,34)
C0M18Y38K34 
(0%,18%,38%,34%)
(0.00/0.18/0.38/0.34)	

CMYK percentages

%0
%17.86
%37.5
%34.12

Codes

Color #A88A69 in popluar color models

A88A69
RGB168138105
HSL31°26.58%53.53%
HSB/HSV31°37.50%65.88%
CMYK0.00%17.86%37.50%
34.12%

Color #A88A69 in popluar number systems.

HEXA88A69
Decimal168138105
Binary10101000100010101101001
Octal250212151

Shades and tints

Shades of #A88A69

#A88A69
(168,138,105)
#997E60
(153,126,96)
#8A7257
(138,114,87)
#7B664E
(123,102,78)
#6C5A45
(108,90,69)
#5D4E3C
(93,78,60)
#4E4233
(78,66,51)
#3F362A
(63,54,42)
#302A21
(48,42,33)
#211E18
(33,30,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A88A69

#A88A69
(168,138,105)
#AF9476
(175,148,118)
#B69E83
(182,158,131)
#BDA890
(189,168,144)
#C4B29D
(196,178,157)
#CBBCAA
(203,188,170)
#D2C6B7
(210,198,183)
#D9D0C4
(217,208,196)
#E0DAD1
(224,218,209)
#E7E4DE
(231,228,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88A69; }

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

This text font color is #A88A69.


Background Color

.myBgColor { background-color: #A88A69; }

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

This div background color is #A88A69.


Border color

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

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

This div border color is #A88A69.


Opacity

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

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

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

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

This text has shadow with #A88A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88A69 on black background.


Color preview on white background

This text has color #A88A69 on white background.



Black color preview on #A88A69 background

This text has black color on #A88A69 background.


White color preview on #A88A69 background

This text has white color on #A88A69 background.