COLOR #A88A1C

HEX: #A88A1C
RGB: (168,138,28)

Color info

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

RGB color model

#A88A1C color RGB value is (168,138,28).

  • red value is 168;
  • green value is 138;
  • blue value is 28.
RGB:
(168,138,28)
(66%,54%,11%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 28 of 255 = 11%

168
138
28

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 28 = 334 (100%)
R 168 of 334 ~ 50.3%
G 138 of 334 ~ 41.32%
B 28 of 334 ~ 8.38%

%50.3
%41.32

CMYK color model

#A88A1C color CMYK value is (0,18,83,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 83.33%
  • key color value is 34.12%
CMYK:
(0,18,83,34)
C0M18Y83K34 
(0%,18%,83%,34%)
(0.00/0.18/0.83/0.34)	

CMYK percentages

%0
%17.86
%83.33
%34.12

Codes

Color #A88A1C in popluar color models

A88A1C
RGB16813828
HSL47°71.43%38.43%
HSB/HSV47°83.33%65.88%
CMYK0.00%17.86%83.33%
34.12%

Color #A88A1C in popluar number systems.

HEXA88A1C
Decimal16813828
Binary101010001000101011100
Octal25021234

Shades and tints

Shades of #A88A1C

#A88A1C
(168,138,28)
#997E1A
(153,126,26)
#8A7218
(138,114,24)
#7B6616
(123,102,22)
#6C5A14
(108,90,20)
#5D4E12
(93,78,18)
#4E4210
(78,66,16)
#3F360E
(63,54,14)
#302A0C
(48,42,12)
#211E0A
(33,30,10)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #A88A1C

#A88A1C
(168,138,28)
#AF9430
(175,148,48)
#B69E44
(182,158,68)
#BDA858
(189,168,88)
#C4B26C
(196,178,108)
#CBBC80
(203,188,128)
#D2C694
(210,198,148)
#D9D0A8
(217,208,168)
#E0DABC
(224,218,188)
#E7E4D0
(231,228,208)
#EEEEE4
(238,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88A1C color. Also use rgb(168,138,28) instead hex code.

Text Font Color

.myTextColor { color: #A88A1C; }

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

This text font color is #A88A1C.


Background Color

.myBgColor { background-color: #A88A1C; }

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

This div background color is #A88A1C.


Border color

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

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

This div border color is #A88A1C.


Opacity

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

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

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

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

This text has shadow with #A88A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88A1C on black background.


Color preview on white background

This text has color #A88A1C on white background.



Black color preview on #A88A1C background

This text has black color on #A88A1C background.


White color preview on #A88A1C background

This text has white color on #A88A1C background.