COLOR #A88C60

HEX: #A88C60 RGB: (168,140,96)

Color info

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

RGB color model

#A88C60 color RGB value is (168,140,96).

RGB: (168,140,96) (66%, 55%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 96 of 255 = 38%

168
140
96

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

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 96 = 404 (100%)
R 168 of 404 ~ 41.58%
G 140 of 404 ~ 34.65%
B 96 of 404 ~ 23.76'%

%41.58
%34.65
%23.76

CMYK color model

#A88C60 color CMYK value is (0,17,43,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 42.86%
  • key color value is 34.12%
CMYK: (0,17,43,34) C0M17Y43K34 (0%,17%,43%,34%) (0.00/0.17/0.43/0.34) 

CMYK percentages

%0
%16.67
%42.86
%34.12

Codes

Color #A88C60 in popluar color models

A8 8C 60
RGB 168 140 96
HSL 37° 29.27% 51.76%
HSB/HSV 37° 42.86% 65.88%
CMYK 0.00% 16.67% 42.86%
34.12%

Color #A88C60 in popluar number systems.

HEX A8 8C 60
Decimal 168 140 96
Binary 10101000 10001100 1100000
Octal 250 214 140

Shades and tints

Shades of #A88C60

#A88C60
(168,140,96)
#998058
(153,128,88)
#8A7450
(138,116,80)
#7B6848
(123,104,72)
#6C5C40
(108,92,64)
#5D5038
(93,80,56)
#4E4430
(78,68,48)
#3F3828
(63,56,40)
#302C20
(48,44,32)
#212018
(33,32,24)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A88C60

#A88C60
(168,140,96)
#AF966E
(175,150,110)
#B6A07C
(182,160,124)
#BDAA8A
(189,170,138)
#C4B498
(196,180,152)
#CBBEA6
(203,190,166)
#D2C8B4
(210,200,180)
#D9D2C2
(217,210,194)
#E0DCD0
(224,220,208)
#E7E6DE
(231,230,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C60; }

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

This text font color is #A88C60.

Background Color

.myBgColor { background-color: #A88C60; }

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

This div background color is #A88C60.

Border color

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

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

This div border color is #A88C60.

Opacity

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

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

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

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

This text has shadow with #A88C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88C60.

Preview

Color preview on black background

This text has color #A88C60 on black background.


Color preview on white background

This text has color #A88C60 on white background.


Black color preview on #A88C60 background

This text has black color on #A88C60 background.


White color preview on #A88C60 background

This text has white color on #A88C60 background.


Related colors

Complementary color

Complementary color for #hex is #57739F.


I love getcolorcode.com

Triadic colors

1 #60A88C and #8C60A8 with #A88C60 are triadic colors.

2 #608CA8 and #8CA860 with #A88C60 are triadic colors.