COLOR #A7844B

HEX: #A7844B RGB: (167,132,75)

Color info

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

RGB color model

#A7844B color RGB value is (167,132,75).

RGB: (167,132,75) (65%, 52%, 29%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 75 of 255 = 29%

167
132
75

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

Portions of RGB colors in percentages

R + G + B = 167 + 132 + 75 = 374 (100%)
R 167 of 374 ~ 44.65%
G 132 of 374 ~ 35.29%
B 75 of 374 ~ 20.05'%

%44.65
%35.29
%20.05

CMYK color model

#A7844B color CMYK value is (0,21,55,35).

  • cyan value is 0.00%
  • magenta value is 20.96%
  • yellow value is 55.09%
  • key color value is 34.51%

CMYK: (0,21,55,35)
C0M21Y55K35 (0%, 21%, 55%, 35%)
(0.00 / 0.21 / 0.55 / 0.35)

CMYK percentages

%0
%20.96
%55.09
%34.51

Codes

Color #A7844B in popluar color models

A7 84 4B
RGB 167 132 75
HSL 37° 38.02% 47.45%
HSB/HSV 37° 55.09% 65.49%
CMYK 0.00% 20.96% 55.09%
34.51%

Color #A7844B in popluar number systems.

HEX A7 84 4B
Decimal 167 132 75
Binary 10100111 10000100 1001011
Octal 247 204 113

Shades and tints

Shades of #A7844B

#A7844B
(167,132,75)
#987845
(152,120,69)
#896C3F
(137,108,63)
#7A6039
(122,96,57)
#6B5433
(107,84,51)
#5C482D
(92,72,45)
#4D3C27
(77,60,39)
#3E3021
(62,48,33)
#2F241B
(47,36,27)
#201815
(32,24,21)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #A7844B

#A7844B
(167,132,75)
#AF8F5B
(175,143,91)
#B79A6B
(183,154,107)
#BFA57B
(191,165,123)
#C7B08B
(199,176,139)
#CFBB9B
(207,187,155)
#D7C6AB
(215,198,171)
#DFD1BB
(223,209,187)
#E7DCCB
(231,220,203)
#EFE7DB
(239,231,219)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7844B color. Also use rgb(167,132,75) instead hex code.

Text Font Color

.myTextColor { color: #A7844B; }

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

This text font color is #A7844B.

Background Color

.myBgColor { background-color: #A7844B; }

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

This div background color is #A7844B.

Border color

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

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

This div border color is #A7844B.

Opacity

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

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

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

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

This text has shadow with #A7844B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7844B.

Preview

Color preview on black background

This text has color #A7844B on black background.


Color preview on white background

This text has color #A7844B on white background.


Black color preview on #A7844B background

This text has black color on #A7844B background.


White color preview on #A7844B background

This text has white color on #A7844B background.


Related colors

Complementary color

Complementary color for #hex is #587BB4.


I love getcolorcode.com

Triadic colors

1 #4BA784 and #844BA7 with #A7844B are triadic colors.

2 #4B84A7 and #84A74B with #A7844B are triadic colors.