COLOR #A88C62

HEX: #A88C62 RGB: (168,140,98)

Color info

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

RGB color model

#A88C62 color RGB value is (168,140,98).

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

RGB channels and saturation

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

168
140
98

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

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 98 = 406 (100%)
R 168 of 406 ~ 41.38%
G 140 of 406 ~ 34.48%
B 98 of 406 ~ 24.14'%

%41.38
%34.48
%24.14

CMYK color model

#A88C62 color CMYK value is (0,17,42,34).

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

CMYK: (0,17,42,34)
C0M17Y42K34 (0%, 17%, 42%, 34%)
(0.00 / 0.17 / 0.42 / 0.34)

CMYK percentages

%0
%16.67
%41.67
%34.12

Codes

Color #A88C62 in popluar color models

A8 8C 62
RGB 168 140 98
HSL 36° 28.69% 52.16%
HSB/HSV 36° 41.67% 65.88%
CMYK 0.00% 16.67% 41.67%
34.12%

Color #A88C62 in popluar number systems.

HEX A8 8C 62
Decimal 168 140 98
Binary 10101000 10001100 1100010
Octal 250 214 142

Shades and tints

Shades of #A88C62

#A88C62
(168,140,98)
#99805A
(153,128,90)
#8A7452
(138,116,82)
#7B684A
(123,104,74)
#6C5C42
(108,92,66)
#5D503A
(93,80,58)
#4E4432
(78,68,50)
#3F382A
(63,56,42)
#302C22
(48,44,34)
#21201A
(33,32,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A88C62

#A88C62
(168,140,98)
#AF9670
(175,150,112)
#B6A07E
(182,160,126)
#BDAA8C
(189,170,140)
#C4B49A
(196,180,154)
#CBBEA8
(203,190,168)
#D2C8B6
(210,200,182)
#D9D2C4
(217,210,196)
#E0DCD2
(224,220,210)
#E7E6E0
(231,230,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C62; }

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

This text font color is #A88C62.

Background Color

.myBgColor { background-color: #A88C62; }

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

This div background color is #A88C62.

Border color

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

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

This div border color is #A88C62.

Opacity

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

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

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

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

This text has shadow with #A88C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88C62.

Preview

Color preview on black background

This text has color #A88C62 on black background.


Color preview on white background

This text has color #A88C62 on white background.


Black color preview on #A88C62 background

This text has black color on #A88C62 background.


White color preview on #A88C62 background

This text has white color on #A88C62 background.


Related colors

Complementary color

Complementary color for #hex is #57739D.


I love getcolorcode.com

Triadic colors

1 #62A88C and #8C62A8 with #A88C62 are triadic colors.

2 #628CA8 and #8CA862 with #A88C62 are triadic colors.