COLOR #A88626

HEX: #A88626
RGB: (168,134,38)

Color info

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

RGB color model

#A88626 color RGB value is (168,134,38).

  • red value is 168;
  • green value is 134;
  • blue value is 38.
RGB:
(168,134,38)
(66%,53%,15%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 38 of 255 = 15%

168
134
38

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 38 = 340 (100%)
R 168 of 340 ~ 49.41%
G 134 of 340 ~ 39.41%
B 38 of 340 ~ 11.18%

%49.41
%39.41
%11.18

CMYK color model

#A88626 color CMYK value is (0,20,77,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 77.38%
  • key color value is 34.12%
CMYK:
(0,20,77,34)
C0M20Y77K34 
(0%,20%,77%,34%)
(0.00/0.20/0.77/0.34)	

CMYK percentages

%0
%20.24
%77.38
%34.12

Codes

Color #A88626 in popluar color models

A88626
RGB16813438
HSL44°63.11%40.39%
HSB/HSV44°77.38%65.88%
CMYK0.00%20.24%77.38%
34.12%

Color #A88626 in popluar number systems.

HEXA88626
Decimal16813438
Binary1010100010000110100110
Octal25020646

Shades and tints

Shades of #A88626

#A88626
(168,134,38)
#997A23
(153,122,35)
#8A6E20
(138,110,32)
#7B621D
(123,98,29)
#6C561A
(108,86,26)
#5D4A17
(93,74,23)
#4E3E14
(78,62,20)
#3F3211
(63,50,17)
#30260E
(48,38,14)
#211A0B
(33,26,11)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #A88626

#A88626
(168,134,38)
#AF9139
(175,145,57)
#B69C4C
(182,156,76)
#BDA75F
(189,167,95)
#C4B272
(196,178,114)
#CBBD85
(203,189,133)
#D2C898
(210,200,152)
#D9D3AB
(217,211,171)
#E0DEBE
(224,222,190)
#E7E9D1
(231,233,209)
#EEF4E4
(238,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88626 color. Also use rgb(168,134,38) instead hex code.

Text Font Color

.myTextColor { color: #A88626; }

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

This text font color is #A88626.


Background Color

.myBgColor { background-color: #A88626; }

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

This div background color is #A88626.


Border color

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

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

This div border color is #A88626.


Opacity

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

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

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

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

This text has shadow with #A88626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88626 on black background.


Color preview on white background

This text has color #A88626 on white background.



Black color preview on #A88626 background

This text has black color on #A88626 background.


White color preview on #A88626 background

This text has white color on #A88626 background.