COLOR #A48800

HEX: #A48800
RGB: (164,136,0)

Color info

#A48800 contains only red and green colors. Web safe color of #A48800 is #999900 (or #990).

RGB color model

#A48800 color RGB value is (164,136,0).

  • red value is 164;
  • green value is 136;
  • blue value is 0.
RGB:
(164,136,0)
(64%,53%,0%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 0 of 255 = 0%

164
136
0

R + G + B ~ 39%. #A48800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 0 = 300 (100%)
R 164 of 300 ~ 54.67%
G 136 of 300 ~ 45.33%
B 0 of 300 ~ 0%

%54.67
%45.33

CMYK color model

#A48800 color CMYK value is (0,17,100,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 100.00%
  • key color value is 35.69%
CMYK:
(0,17,100,36)
C0M17Y100K36 
(0%,17%,100%,36%)
(0.00/0.17/1.00/0.36)	

CMYK percentages

%0
%17.07
%100
%35.69

Codes

Color #A48800 in popluar color models

A48800
RGB1641360
HSL50°100.00%32.16%
HSB/HSV50°100.00%64.31%
CMYK0.00%17.07%100.00%
35.69%

Color #A48800 in popluar number systems.

HEXA48800
Decimal1641360
Binary10100100100010000
Octal2442100

Shades and tints

Shades of #A48800

#A48800
(164,136,0)
#967C00
(150,124,0)
#887000
(136,112,0)
#7A6400
(122,100,0)
#6C5800
(108,88,0)
#5E4C00
(94,76,0)
#504000
(80,64,0)
#423400
(66,52,0)
#342800
(52,40,0)
#261C00
(38,28,0)
#181000
(24,16,0)
#000000
(0,0,0)

Tints of #A48800

#A48800
(164,136,0)
#AC9217
(172,146,23)
#B49C2E
(180,156,46)
#BCA645
(188,166,69)
#C4B05C
(196,176,92)
#CCBA73
(204,186,115)
#D4C48A
(212,196,138)
#DCCEA1
(220,206,161)
#E4D8B8
(228,216,184)
#ECE2CF
(236,226,207)
#F4ECE6
(244,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48800 color. Also use rgb(164,136,0) instead hex code.

Text Font Color

.myTextColor { color: #A48800; }

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

This text font color is #A48800.


Background Color

.myBgColor { background-color: #A48800; }

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

This div background color is #A48800.


Border color

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

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

This div border color is #A48800.


Opacity

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

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

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

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

This text has shadow with #A48800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48800 on black background.


Color preview on white background

This text has color #A48800 on white background.



Black color preview on #A48800 background

This text has black color on #A48800 background.


White color preview on #A48800 background

This text has white color on #A48800 background.