COLOR #A88748

HEX: #A88748
RGB: (168,135,72)

Color info

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

RGB color model

#A88748 color RGB value is (168,135,72).

  • red value is 168;
  • green value is 135;
  • blue value is 72.
RGB:
(168,135,72)
(66%,53%,28%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 72 of 255 = 28%

168
135
72

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 72 = 375 (100%)
R 168 of 375 ~ 44.8%
G 135 of 375 ~ 36%
B 72 of 375 ~ 19.2%

%44.8
%36
%19.2

CMYK color model

#A88748 color CMYK value is (0,20,57,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 57.14%
  • key color value is 34.12%
CMYK:
(0,20,57,34)
C0M20Y57K34 
(0%,20%,57%,34%)
(0.00/0.20/0.57/0.34)	

CMYK percentages

%0
%19.64
%57.14
%34.12

Codes

Color #A88748 in popluar color models

A88748
RGB16813572
HSL39°40.00%47.06%
HSB/HSV39°57.14%65.88%
CMYK0.00%19.64%57.14%
34.12%

Color #A88748 in popluar number systems.

HEXA88748
Decimal16813572
Binary10101000100001111001000
Octal250207110

Shades and tints

Shades of #A88748

#A88748
(168,135,72)
#997B42
(153,123,66)
#8A6F3C
(138,111,60)
#7B6336
(123,99,54)
#6C5730
(108,87,48)
#5D4B2A
(93,75,42)
#4E3F24
(78,63,36)
#3F331E
(63,51,30)
#302718
(48,39,24)
#211B12
(33,27,18)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A88748

#A88748
(168,135,72)
#AF9158
(175,145,88)
#B69B68
(182,155,104)
#BDA578
(189,165,120)
#C4AF88
(196,175,136)
#CBB998
(203,185,152)
#D2C3A8
(210,195,168)
#D9CDB8
(217,205,184)
#E0D7C8
(224,215,200)
#E7E1D8
(231,225,216)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88748 color. Also use rgb(168,135,72) instead hex code.

Text Font Color

.myTextColor { color: #A88748; }

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

This text font color is #A88748.


Background Color

.myBgColor { background-color: #A88748; }

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

This div background color is #A88748.


Border color

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

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

This div border color is #A88748.


Opacity

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

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

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

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

This text has shadow with #A88748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88748 on black background.


Color preview on white background

This text has color #A88748 on white background.



Black color preview on #A88748 background

This text has black color on #A88748 background.


White color preview on #A88748 background

This text has white color on #A88748 background.