COLOR #A08A46

HEX: #A08A46 RGB: (160,138,70)

Color info

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

RGB color model

#A08A46 color RGB value is (160,138,70).

RGB: (160,138,70) (63%, 54%, 27%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 70 of 255 = 27%

160
138
70

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

Portions of RGB colors in percentages

R + G + B = 160 + 138 + 70 = 368 (100%)
R 160 of 368 ~ 43.48%
G 138 of 368 ~ 37.5%
B 70 of 368 ~ 19.02'%

%43.48
%37.5
%19.02

CMYK color model

#A08A46 color CMYK value is (0,14,56,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 56.25%
  • key color value is 37.25%

CMYK: (0,14,56,37)
C0M14Y56K37 (0%, 14%, 56%, 37%)
(0.00 / 0.14 / 0.56 / 0.37)

CMYK percentages

%0
%13.75
%56.25
%37.25

Codes

Color #A08A46 in popluar color models

A0 8A 46
RGB 160 138 70
HSL 45° 39.13% 45.10%
HSB/HSV 45° 56.25% 62.75%
CMYK 0.00% 13.75% 56.25%
37.25%

Color #A08A46 in popluar number systems.

HEX A0 8A 46
Decimal 160 138 70
Binary 10100000 10001010 1000110
Octal 240 212 106

Shades and tints

Shades of #A08A46

#A08A46
(160,138,70)
#927E40
(146,126,64)
#84723A
(132,114,58)
#766634
(118,102,52)
#685A2E
(104,90,46)
#5A4E28
(90,78,40)
#4C4222
(76,66,34)
#3E361C
(62,54,28)
#302A16
(48,42,22)
#221E10
(34,30,16)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #A08A46

#A08A46
(160,138,70)
#A89456
(168,148,86)
#B09E66
(176,158,102)
#B8A876
(184,168,118)
#C0B286
(192,178,134)
#C8BC96
(200,188,150)
#D0C6A6
(208,198,166)
#D8D0B6
(216,208,182)
#E0DAC6
(224,218,198)
#E8E4D6
(232,228,214)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A46; }

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

This text font color is #A08A46.

Background Color

.myBgColor { background-color: #A08A46; }

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

This div background color is #A08A46.

Border color

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

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

This div border color is #A08A46.

Opacity

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

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

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

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

This text has shadow with #A08A46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08A46.

Preview

Color preview on black background

This text has color #A08A46 on black background.


Color preview on white background

This text has color #A08A46 on white background.


Black color preview on #A08A46 background

This text has black color on #A08A46 background.


White color preview on #A08A46 background

This text has white color on #A08A46 background.


Related colors

Complementary color

Complementary color for #hex is #5F75B9.


I love getcolorcode.com

Triadic colors

1 #46A08A and #8A46A0 with #A08A46 are triadic colors.

2 #468AA0 and #8AA046 with #A08A46 are triadic colors.