COLOR #A08A21

HEX: #A08A21
RGB: (160,138,33)

Color info

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

RGB color model

#A08A21 color RGB value is (160,138,33).

  • red value is 160;
  • green value is 138;
  • blue value is 33.
RGB:
(160,138,33)
(63%,54%,13%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 33 of 255 = 13%

160
138
33

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 33 = 331 (100%)
R 160 of 331 ~ 48.34%
G 138 of 331 ~ 41.69%
B 33 of 331 ~ 9.97%

%48.34
%41.69
%9.97

CMYK color model

#A08A21 color CMYK value is (0,14,79,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 79.38%
  • key color value is 37.25%
CMYK:
(0,14,79,37)
C0M14Y79K37 
(0%,14%,79%,37%)
(0.00/0.14/0.79/0.37)	

CMYK percentages

%0
%13.75
%79.38
%37.25

Codes

Color #A08A21 in popluar color models

A08A21
RGB16013833
HSL50°65.80%37.84%
HSB/HSV50°79.38%62.75%
CMYK0.00%13.75%79.38%
37.25%

Color #A08A21 in popluar number systems.

HEXA08A21
Decimal16013833
Binary1010000010001010100001
Octal24021241

Shades and tints

Shades of #A08A21

#A08A21
(160,138,33)
#927E1E
(146,126,30)
#84721B
(132,114,27)
#766618
(118,102,24)
#685A15
(104,90,21)
#5A4E12
(90,78,18)
#4C420F
(76,66,15)
#3E360C
(62,54,12)
#302A09
(48,42,9)
#221E06
(34,30,6)
#141203
(20,18,3)
#000000
(0,0,0)

Tints of #A08A21

#A08A21
(160,138,33)
#A89435
(168,148,53)
#B09E49
(176,158,73)
#B8A85D
(184,168,93)
#C0B271
(192,178,113)
#C8BC85
(200,188,133)
#D0C699
(208,198,153)
#D8D0AD
(216,208,173)
#E0DAC1
(224,218,193)
#E8E4D5
(232,228,213)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08A21 color. Also use rgb(160,138,33) instead hex code.

Text Font Color

.myTextColor { color: #A08A21; }

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

This text font color is #A08A21.


Background Color

.myBgColor { background-color: #A08A21; }

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

This div background color is #A08A21.


Border color

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

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

This div border color is #A08A21.


Opacity

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

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

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

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

This text has shadow with #A08A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A21 on black background.


Color preview on white background

This text has color #A08A21 on white background.



Black color preview on #A08A21 background

This text has black color on #A08A21 background.


White color preview on #A08A21 background

This text has white color on #A08A21 background.