COLOR #A0824B

HEX: #A0824B RGB: (160,130,75)

Color info

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

RGB color model

#A0824B color RGB value is (160,130,75).

RGB: (160,130,75) (63%, 51%, 29%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 75 of 255 = 29%

160
130
75

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

Portions of RGB colors in percentages

R + G + B = 160 + 130 + 75 = 365 (100%)
R 160 of 365 ~ 43.84%
G 130 of 365 ~ 35.62%
B 75 of 365 ~ 20.55'%

%43.84
%35.62
%20.55

CMYK color model

#A0824B color CMYK value is (0,19,53,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 53.13%
  • key color value is 37.25%

CMYK: (0,19,53,37)
C0M19Y53K37 (0%, 19%, 53%, 37%)
(0.00 / 0.19 / 0.53 / 0.37)

CMYK percentages

%0
%18.75
%53.13
%37.25

Codes

Color #A0824B in popluar color models

A0 82 4B
RGB 160 130 75
HSL 39° 36.17% 46.08%
HSB/HSV 39° 53.13% 62.75%
CMYK 0.00% 18.75% 53.13%
37.25%

Color #A0824B in popluar number systems.

HEX A0 82 4B
Decimal 160 130 75
Binary 10100000 10000010 1001011
Octal 240 202 113

Shades and tints

Shades of #A0824B

#A0824B
(160,130,75)
#927745
(146,119,69)
#846C3F
(132,108,63)
#766139
(118,97,57)
#685633
(104,86,51)
#5A4B2D
(90,75,45)
#4C4027
(76,64,39)
#3E3521
(62,53,33)
#302A1B
(48,42,27)
#221F15
(34,31,21)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0824B

#A0824B
(160,130,75)
#A88D5B
(168,141,91)
#B0986B
(176,152,107)
#B8A37B
(184,163,123)
#C0AE8B
(192,174,139)
#C8B99B
(200,185,155)
#D0C4AB
(208,196,171)
#D8CFBB
(216,207,187)
#E0DACB
(224,218,203)
#E8E5DB
(232,229,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0824B color. Also use rgb(160,130,75) instead hex code.

Text Font Color

.myTextColor { color: #A0824B; }

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

This text font color is #A0824B.

Background Color

.myBgColor { background-color: #A0824B; }

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

This div background color is #A0824B.

Border color

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

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

This div border color is #A0824B.

Opacity

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

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

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

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

This text has shadow with #A0824B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0824B.

Preview

Color preview on black background

This text has color #A0824B on black background.


Color preview on white background

This text has color #A0824B on white background.


Black color preview on #A0824B background

This text has black color on #A0824B background.


White color preview on #A0824B background

This text has white color on #A0824B background.


Related colors

Complementary color

Complementary color for #hex is #5F7DB4.


I love getcolorcode.com

Triadic colors

1 #4BA082 and #824BA0 with #A0824B are triadic colors.

2 #4B82A0 and #82A04B with #A0824B are triadic colors.