COLOR #A8824F

HEX: #A8824F RGB: (168,130,79)

Color info

#A8824F contains mainly red and green colors. Web safe color of #A8824F is #999966 (or #996).

RGB color model

#A8824F color RGB value is (168,130,79).

RGB: (168,130,79) (66%, 51%, 31%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 79 of 255 = 31%

168
130
79

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 79 = 377 (100%)
R 168 of 377 ~ 44.56%
G 130 of 377 ~ 34.48%
B 79 of 377 ~ 20.95'%

%44.56
%34.48
%20.95

CMYK color model

#A8824F color CMYK value is (0,23,53,34).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 52.98%
  • key color value is 34.12%

CMYK: (0,23,53,34)
C0M23Y53K34 (0%, 23%, 53%, 34%)
(0.00 / 0.23 / 0.53 / 0.34)

CMYK percentages

%0
%22.62
%52.98
%34.12

Codes

Color #A8824F in popluar color models

A8 82 4F
RGB 168 130 79
HSL 34° 36.03% 48.43%
HSB/HSV 34° 52.98% 65.88%
CMYK 0.00% 22.62% 52.98%
34.12%

Color #A8824F in popluar number systems.

HEX A8 82 4F
Decimal 168 130 79
Binary 10101000 10000010 1001111
Octal 250 202 117

Shades and tints

Shades of #A8824F

#A8824F
(168,130,79)
#997748
(153,119,72)
#8A6C41
(138,108,65)
#7B613A
(123,97,58)
#6C5633
(108,86,51)
#5D4B2C
(93,75,44)
#4E4025
(78,64,37)
#3F351E
(63,53,30)
#302A17
(48,42,23)
#211F10
(33,31,16)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #A8824F

#A8824F
(168,130,79)
#AF8D5F
(175,141,95)
#B6986F
(182,152,111)
#BDA37F
(189,163,127)
#C4AE8F
(196,174,143)
#CBB99F
(203,185,159)
#D2C4AF
(210,196,175)
#D9CFBF
(217,207,191)
#E0DACF
(224,218,207)
#E7E5DF
(231,229,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8824F color. Also use rgb(168,130,79) instead hex code.

Text Font Color

.myTextColor { color: #A8824F; }

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

This text font color is #A8824F.

Background Color

.myBgColor { background-color: #A8824F; }

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

This div background color is #A8824F.

Border color

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

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

This div border color is #A8824F.

Opacity

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

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

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

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

This text has shadow with #A8824F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8824F.

Preview

Color preview on black background

This text has color #A8824F on black background.


Color preview on white background

This text has color #A8824F on white background.


Black color preview on #A8824F background

This text has black color on #A8824F background.


White color preview on #A8824F background

This text has white color on #A8824F background.


Related colors

Complementary color

Complementary color for #hex is #577DB0.


I love getcolorcode.com

Triadic colors

1 #4FA882 and #824FA8 with #A8824F are triadic colors.

2 #4F82A8 and #82A84F with #A8824F are triadic colors.