COLOR #A88348

HEX: #A88348
RGB: (168,131,72)

Color info

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

RGB color model

#A88348 color RGB value is (168,131,72).

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

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 72 of 255 = 28%

168
131
72

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 72 = 371 (100%)
R 168 of 371 ~ 45.28%
G 131 of 371 ~ 35.31%
B 72 of 371 ~ 19.41%

%45.28
%35.31
%19.41

CMYK color model

#A88348 color CMYK value is (0,22,57,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 57.14%
  • key color value is 34.12%
CMYK:
(0,22,57,34)
C0M22Y57K34 
(0%,22%,57%,34%)
(0.00/0.22/0.57/0.34)	

CMYK percentages

%0
%22.02
%57.14
%34.12

Codes

Color #A88348 in popluar color models

A88348
RGB16813172
HSL37°40.00%47.06%
HSB/HSV37°57.14%65.88%
CMYK0.00%22.02%57.14%
34.12%

Color #A88348 in popluar number systems.

HEXA88348
Decimal16813172
Binary10101000100000111001000
Octal250203110

Shades and tints

Shades of #A88348

#A88348
(168,131,72)
#997842
(153,120,66)
#8A6D3C
(138,109,60)
#7B6236
(123,98,54)
#6C5730
(108,87,48)
#5D4C2A
(93,76,42)
#4E4124
(78,65,36)
#3F361E
(63,54,30)
#302B18
(48,43,24)
#212012
(33,32,18)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #A88348

#A88348
(168,131,72)
#AF8E58
(175,142,88)
#B69968
(182,153,104)
#BDA478
(189,164,120)
#C4AF88
(196,175,136)
#CBBA98
(203,186,152)
#D2C5A8
(210,197,168)
#D9D0B8
(217,208,184)
#E0DBC8
(224,219,200)
#E7E6D8
(231,230,216)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88348; }

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

This text font color is #A88348.


Background Color

.myBgColor { background-color: #A88348; }

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

This div background color is #A88348.


Border color

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

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

This div border color is #A88348.


Opacity

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

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

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

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

This text has shadow with #A88348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88348 on black background.


Color preview on white background

This text has color #A88348 on white background.



Black color preview on #A88348 background

This text has black color on #A88348 background.


White color preview on #A88348 background

This text has white color on #A88348 background.