COLOR #A88C68

HEX: #A88C68 RGB: (168,140,104)

Color info

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

RGB color model

#A88C68 color RGB value is (168,140,104).

RGB: (168,140,104) (66%, 55%, 41%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 104 of 255 = 41%

168
140
104

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

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 104 = 412 (100%)
R 168 of 412 ~ 40.78%
G 140 of 412 ~ 33.98%
B 104 of 412 ~ 25.24'%

%40.78
%33.98
%25.24

CMYK color model

#A88C68 color CMYK value is (0,17,38,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 38.10%
  • key color value is 34.12%

CMYK: (0,17,38,34)
C0M17Y38K34 (0%, 17%, 38%, 34%)
(0.00 / 0.17 / 0.38 / 0.34)

CMYK percentages

%0
%16.67
%38.1
%34.12

Codes

Color #A88C68 in popluar color models

A8 8C 68
RGB 168 140 104
HSL 34° 26.89% 53.33%
HSB/HSV 34° 38.10% 65.88%
CMYK 0.00% 16.67% 38.10%
34.12%

Color #A88C68 in popluar number systems.

HEX A8 8C 68
Decimal 168 140 104
Binary 10101000 10001100 1101000
Octal 250 214 150

Shades and tints

Shades of #A88C68

#A88C68
(168,140,104)
#99805F
(153,128,95)
#8A7456
(138,116,86)
#7B684D
(123,104,77)
#6C5C44
(108,92,68)
#5D503B
(93,80,59)
#4E4432
(78,68,50)
#3F3829
(63,56,41)
#302C20
(48,44,32)
#212017
(33,32,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A88C68

#A88C68
(168,140,104)
#AF9675
(175,150,117)
#B6A082
(182,160,130)
#BDAA8F
(189,170,143)
#C4B49C
(196,180,156)
#CBBEA9
(203,190,169)
#D2C8B6
(210,200,182)
#D9D2C3
(217,210,195)
#E0DCD0
(224,220,208)
#E7E6DD
(231,230,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88C68 color. Also use rgb(168,140,104) instead hex code.

Text Font Color

.myTextColor { color: #A88C68; }

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

This text font color is #A88C68.

Background Color

.myBgColor { background-color: #A88C68; }

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

This div background color is #A88C68.

Border color

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

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

This div border color is #A88C68.

Opacity

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

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

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

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

This text has shadow with #A88C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88C68.

Preview

Color preview on black background

This text has color #A88C68 on black background.


Color preview on white background

This text has color #A88C68 on white background.


Black color preview on #A88C68 background

This text has black color on #A88C68 background.


White color preview on #A88C68 background

This text has white color on #A88C68 background.


Related colors

Complementary color

Complementary color for #hex is #577397.


I love getcolorcode.com

Triadic colors

1 #68A88C and #8C68A8 with #A88C68 are triadic colors.

2 #688CA8 and #8CA868 with #A88C68 are triadic colors.