COLOR #A7814D

HEX: #A7814D RGB: (167,129,77)

Color info

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

RGB color model

#A7814D color RGB value is (167,129,77).

RGB: (167,129,77) (65%, 51%, 30%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 77 of 255 = 30%

167
129
77

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

Portions of RGB colors in percentages

R + G + B = 167 + 129 + 77 = 373 (100%)
R 167 of 373 ~ 44.77%
G 129 of 373 ~ 34.58%
B 77 of 373 ~ 20.64'%

%44.77
%34.58
%20.64

CMYK color model

#A7814D color CMYK value is (0,23,54,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 53.89%
  • key color value is 34.51%

CMYK: (0,23,54,35)
C0M23Y54K35 (0%, 23%, 54%, 35%)
(0.00 / 0.23 / 0.54 / 0.35)

CMYK percentages

%0
%22.75
%53.89
%34.51

Codes

Color #A7814D in popluar color models

A7 81 4D
RGB 167 129 77
HSL 35° 36.89% 47.84%
HSB/HSV 35° 53.89% 65.49%
CMYK 0.00% 22.75% 53.89%
34.51%

Color #A7814D in popluar number systems.

HEX A7 81 4D
Decimal 167 129 77
Binary 10100111 10000001 1001101
Octal 247 201 115

Shades and tints

Shades of #A7814D

#A7814D
(167,129,77)
#987646
(152,118,70)
#896B3F
(137,107,63)
#7A6038
(122,96,56)
#6B5531
(107,85,49)
#5C4A2A
(92,74,42)
#4D3F23
(77,63,35)
#3E341C
(62,52,28)
#2F2915
(47,41,21)
#201E0E
(32,30,14)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #A7814D

#A7814D
(167,129,77)
#AF8C5D
(175,140,93)
#B7976D
(183,151,109)
#BFA27D
(191,162,125)
#C7AD8D
(199,173,141)
#CFB89D
(207,184,157)
#D7C3AD
(215,195,173)
#DFCEBD
(223,206,189)
#E7D9CD
(231,217,205)
#EFE4DD
(239,228,221)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7814D color. Also use rgb(167,129,77) instead hex code.

Text Font Color

.myTextColor { color: #A7814D; }

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

This text font color is #A7814D.

Background Color

.myBgColor { background-color: #A7814D; }

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

This div background color is #A7814D.

Border color

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

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

This div border color is #A7814D.

Opacity

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

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

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

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

This text has shadow with #A7814D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7814D.

Preview

Color preview on black background

This text has color #A7814D on black background.


Color preview on white background

This text has color #A7814D on white background.


Black color preview on #A7814D background

This text has black color on #A7814D background.


White color preview on #A7814D background

This text has white color on #A7814D background.


Related colors

Complementary color

Complementary color for #hex is #587EB2.


I love getcolorcode.com

Triadic colors

1 #4DA781 and #814DA7 with #A7814D are triadic colors.

2 #4D81A7 and #81A74D with #A7814D are triadic colors.