COLOR #A88259

HEX: #A88259
RGB: (168,130,89)

Color info

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

RGB color model

#A88259 color RGB value is (168,130,89).

  • red value is 168;
  • green value is 130;
  • blue value is 89.
RGB:
(168,130,89)
(66%,51%,35%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 89 of 255 = 35%

168
130
89

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

Portions of RGB colors in percentages

R + G + B =
168 + 130 + 89 = 387 (100%)
R 168 of 387 ~ 43.41%
G 130 of 387 ~ 33.59%
B 89 of 387 ~ 23%

%43.41
%33.59
%23

CMYK color model

#A88259 color CMYK value is (0,23,47,34).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 47.02%
  • key color value is 34.12%
CMYK:
(0,23,47,34)
C0M23Y47K34 
(0%,23%,47%,34%)
(0.00/0.23/0.47/0.34)	

CMYK percentages

%0
%22.62
%47.02
%34.12

Codes

Color #A88259 in popluar color models

A88259
RGB16813089
HSL31°31.23%50.39%
HSB/HSV31°47.02%65.88%
CMYK0.00%22.62%47.02%
34.12%

Color #A88259 in popluar number systems.

HEXA88259
Decimal16813089
Binary10101000100000101011001
Octal250202131

Shades and tints

Shades of #A88259

#A88259
(168,130,89)
#997751
(153,119,81)
#8A6C49
(138,108,73)
#7B6141
(123,97,65)
#6C5639
(108,86,57)
#5D4B31
(93,75,49)
#4E4029
(78,64,41)
#3F3521
(63,53,33)
#302A19
(48,42,25)
#211F11
(33,31,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #A88259

#A88259
(168,130,89)
#AF8D68
(175,141,104)
#B69877
(182,152,119)
#BDA386
(189,163,134)
#C4AE95
(196,174,149)
#CBB9A4
(203,185,164)
#D2C4B3
(210,196,179)
#D9CFC2
(217,207,194)
#E0DAD1
(224,218,209)
#E7E5E0
(231,229,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88259 color. Also use rgb(168,130,89) instead hex code.

Text Font Color

.myTextColor { color: #A88259; }

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

This text font color is #A88259.


Background Color

.myBgColor { background-color: #A88259; }

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

This div background color is #A88259.


Border color

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

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

This div border color is #A88259.


Opacity

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

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

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

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

This text has shadow with #A88259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88259 on black background.


Color preview on white background

This text has color #A88259 on white background.



Black color preview on #A88259 background

This text has black color on #A88259 background.


White color preview on #A88259 background

This text has white color on #A88259 background.