COLOR #A08D30

HEX: #A08D30 RGB: (160,141,48)

Color info

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

RGB color model

#A08D30 color RGB value is (160,141,48).

RGB: (160,141,48) (63%, 55%, 19%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 48 of 255 = 19%

160
141
48

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 48 = 349 (100%)
R 160 of 349 ~ 45.85%
G 141 of 349 ~ 40.4%
B 48 of 349 ~ 13.75'%

%45.85
%40.4
%13.75

CMYK color model

#A08D30 color CMYK value is (0,12,70,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 70.00%
  • key color value is 37.25%

CMYK: (0,12,70,37)
C0M12Y70K37 (0%, 12%, 70%, 37%)
(0.00 / 0.12 / 0.70 / 0.37)

CMYK percentages

%0
%11.88
%70
%37.25

Codes

Color #A08D30 in popluar color models

A0 8D 30
RGB 160 141 48
HSL 50° 53.85% 40.78%
HSB/HSV 50° 70.00% 62.75%
CMYK 0.00% 11.88% 70.00%
37.25%

Color #A08D30 in popluar number systems.

HEX A0 8D 30
Decimal 160 141 48
Binary 10100000 10001101 110000
Octal 240 215 60

Shades and tints

Shades of #A08D30

#A08D30
(160,141,48)
#92812C
(146,129,44)
#847528
(132,117,40)
#766924
(118,105,36)
#685D20
(104,93,32)
#5A511C
(90,81,28)
#4C4518
(76,69,24)
#3E3914
(62,57,20)
#302D10
(48,45,16)
#22210C
(34,33,12)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #A08D30

#A08D30
(160,141,48)
#A89742
(168,151,66)
#B0A154
(176,161,84)
#B8AB66
(184,171,102)
#C0B578
(192,181,120)
#C8BF8A
(200,191,138)
#D0C99C
(208,201,156)
#D8D3AE
(216,211,174)
#E0DDC0
(224,221,192)
#E8E7D2
(232,231,210)
#F0F1E4
(240,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D30; }

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

This text font color is #A08D30.

Background Color

.myBgColor { background-color: #A08D30; }

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

This div background color is #A08D30.

Border color

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

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

This div border color is #A08D30.

Opacity

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

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

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

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

This text has shadow with #A08D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08D30.

Preview

Color preview on black background

This text has color #A08D30 on black background.


Color preview on white background

This text has color #A08D30 on white background.


Black color preview on #A08D30 background

This text has black color on #A08D30 background.


White color preview on #A08D30 background

This text has white color on #A08D30 background.


Related colors

Complementary color

Complementary color for #hex is #5F72CF.


I love getcolorcode.com

Triadic colors

1 #30A08D and #8D30A0 with #A08D30 are triadic colors.

2 #308DA0 and #8DA030 with #A08D30 are triadic colors.