COLOR #A08D42

HEX: #A08D42
RGB: (160,141,66)

Color info

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

RGB color model

#A08D42 color RGB value is (160,141,66).

  • red value is 160;
  • green value is 141;
  • blue value is 66.
RGB:
(160,141,66)
(63%,55%,26%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 66 of 255 = 26%

160
141
66

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

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 66 = 367 (100%)
R 160 of 367 ~ 43.6%
G 141 of 367 ~ 38.42%
B 66 of 367 ~ 17.98%

%43.6
%38.42
%17.98

CMYK color model

#A08D42 color CMYK value is (0,12,59,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK:
(0,12,59,37)
C0M12Y59K37 
(0%,12%,59%,37%)
(0.00/0.12/0.59/0.37)	

CMYK percentages

%0
%11.88
%58.75
%37.25

Codes

Color #A08D42 in popluar color models

A08D42
RGB16014166
HSL48°41.59%44.31%
HSB/HSV48°58.75%62.75%
CMYK0.00%11.88%58.75%
37.25%

Color #A08D42 in popluar number systems.

HEXA08D42
Decimal16014166
Binary10100000100011011000010
Octal240215102

Shades and tints

Shades of #A08D42

#A08D42
(160,141,66)
#92813C
(146,129,60)
#847536
(132,117,54)
#766930
(118,105,48)
#685D2A
(104,93,42)
#5A5124
(90,81,36)
#4C451E
(76,69,30)
#3E3918
(62,57,24)
#302D12
(48,45,18)
#22210C
(34,33,12)
#141506
(20,21,6)
#000000
(0,0,0)

Tints of #A08D42

#A08D42
(160,141,66)
#A89753
(168,151,83)
#B0A164
(176,161,100)
#B8AB75
(184,171,117)
#C0B586
(192,181,134)
#C8BF97
(200,191,151)
#D0C9A8
(208,201,168)
#D8D3B9
(216,211,185)
#E0DDCA
(224,221,202)
#E8E7DB
(232,231,219)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08D42 color. Also use rgb(160,141,66) instead hex code.

Text Font Color

.myTextColor { color: #A08D42; }

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

This text font color is #A08D42.


Background Color

.myBgColor { background-color: #A08D42; }

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

This div background color is #A08D42.


Border color

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

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

This div border color is #A08D42.


Opacity

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

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

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

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

This text has shadow with #A08D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08D42 on black background.


Color preview on white background

This text has color #A08D42 on white background.



Black color preview on #A08D42 background

This text has black color on #A08D42 background.


White color preview on #A08D42 background

This text has white color on #A08D42 background.