COLOR #A88B4C

HEX: #A88B4C
RGB: (168,139,76)

Color info

#A88B4C contains mainly red and green colors. Web safe color of #A88B4C is #999933 (or #993).

RGB color model

#A88B4C color RGB value is (168,139,76).

  • red value is 168;
  • green value is 139;
  • blue value is 76.
RGB:
(168,139,76)
(66%,55%,30%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 76 of 255 = 30%

168
139
76

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

Portions of RGB colors in percentages

R + G + B =
168 + 139 + 76 = 383 (100%)
R 168 of 383 ~ 43.86%
G 139 of 383 ~ 36.29%
B 76 of 383 ~ 19.84%

%43.86
%36.29
%19.84

CMYK color model

#A88B4C color CMYK value is (0,17,55,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 54.76%
  • key color value is 34.12%
CMYK:
(0,17,55,34)
C0M17Y55K34 
(0%,17%,55%,34%)
(0.00/0.17/0.55/0.34)	

CMYK percentages

%0
%17.26
%54.76
%34.12

Codes

Color #A88B4C in popluar color models

A88B4C
RGB16813976
HSL41°37.70%47.84%
HSB/HSV41°54.76%65.88%
CMYK0.00%17.26%54.76%
34.12%

Color #A88B4C in popluar number systems.

HEXA88B4C
Decimal16813976
Binary10101000100010111001100
Octal250213114

Shades and tints

Shades of #A88B4C

#A88B4C
(168,139,76)
#997F46
(153,127,70)
#8A7340
(138,115,64)
#7B673A
(123,103,58)
#6C5B34
(108,91,52)
#5D4F2E
(93,79,46)
#4E4328
(78,67,40)
#3F3722
(63,55,34)
#302B1C
(48,43,28)
#211F16
(33,31,22)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A88B4C

#A88B4C
(168,139,76)
#AF955C
(175,149,92)
#B69F6C
(182,159,108)
#BDA97C
(189,169,124)
#C4B38C
(196,179,140)
#CBBD9C
(203,189,156)
#D2C7AC
(210,199,172)
#D9D1BC
(217,209,188)
#E0DBCC
(224,219,204)
#E7E5DC
(231,229,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88B4C color. Also use rgb(168,139,76) instead hex code.

Text Font Color

.myTextColor { color: #A88B4C; }

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

This text font color is #A88B4C.


Background Color

.myBgColor { background-color: #A88B4C; }

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

This div background color is #A88B4C.


Border color

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

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

This div border color is #A88B4C.


Opacity

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

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

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

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

This text has shadow with #A88B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88B4C on black background.


Color preview on white background

This text has color #A88B4C on white background.



Black color preview on #A88B4C background

This text has black color on #A88B4C background.


White color preview on #A88B4C background

This text has white color on #A88B4C background.