COLOR #A88350

HEX: #A88350
RGB: (168,131,80)

Color info

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

RGB color model

#A88350 color RGB value is (168,131,80).

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

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 80 of 255 = 31%

168
131
80

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 80 = 379 (100%)
R 168 of 379 ~ 44.33%
G 131 of 379 ~ 34.56%
B 80 of 379 ~ 21.11%

%44.33
%34.56
%21.11

CMYK color model

#A88350 color CMYK value is (0,22,52,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 52.38%
  • key color value is 34.12%
CMYK:
(0,22,52,34)
C0M22Y52K34 
(0%,22%,52%,34%)
(0.00/0.22/0.52/0.34)	

CMYK percentages

%0
%22.02
%52.38
%34.12

Codes

Color #A88350 in popluar color models

A88350
RGB16813180
HSL35°35.48%48.63%
HSB/HSV35°52.38%65.88%
CMYK0.00%22.02%52.38%
34.12%

Color #A88350 in popluar number systems.

HEXA88350
Decimal16813180
Binary10101000100000111010000
Octal250203120

Shades and tints

Shades of #A88350

#A88350
(168,131,80)
#997849
(153,120,73)
#8A6D42
(138,109,66)
#7B623B
(123,98,59)
#6C5734
(108,87,52)
#5D4C2D
(93,76,45)
#4E4126
(78,65,38)
#3F361F
(63,54,31)
#302B18
(48,43,24)
#212011
(33,32,17)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #A88350

#A88350
(168,131,80)
#AF8E5F
(175,142,95)
#B6996E
(182,153,110)
#BDA47D
(189,164,125)
#C4AF8C
(196,175,140)
#CBBA9B
(203,186,155)
#D2C5AA
(210,197,170)
#D9D0B9
(217,208,185)
#E0DBC8
(224,219,200)
#E7E6D7
(231,230,215)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88350; }

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

This text font color is #A88350.


Background Color

.myBgColor { background-color: #A88350; }

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

This div background color is #A88350.


Border color

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

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

This div border color is #A88350.


Opacity

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

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

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

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

This text has shadow with #A88350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88350 on black background.


Color preview on white background

This text has color #A88350 on white background.



Black color preview on #A88350 background

This text has black color on #A88350 background.


White color preview on #A88350 background

This text has white color on #A88350 background.