COLOR #A7857A

HEX: #A7857A RGB: (167,133,122)

Color info

#A7857A contains red, green and blue colors in about the same proportion. Web safe color of #A7857A is #999966 (or #996).

RGB color model

#A7857A color RGB value is (167,133,122).

RGB: (167,133,122) (65%, 52%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 133 of 255 = 52%
B 122 of 255 = 48%

167
133
122

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

Portions of RGB colors in percentages

R + G + B = 167 + 133 + 122 = 422 (100%)
R 167 of 422 ~ 39.57%
G 133 of 422 ~ 31.52%
B 122 of 422 ~ 28.91'%

%39.57
%31.52
%28.91

CMYK color model

#A7857A color CMYK value is (0,20,27,35).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (0,20,27,35)
C0M20Y27K35 (0%, 20%, 27%, 35%)
(0.00 / 0.20 / 0.27 / 0.35)

CMYK percentages

%0
%20.36
%26.95
%34.51

Codes

Color #A7857A in popluar color models

A7 85 7A
RGB 167 133 122
HSL 15° 20.36% 56.67%
HSB/HSV 15° 26.95% 65.49%
CMYK 0.00% 20.36% 26.95%
34.51%

Color #A7857A in popluar number systems.

HEX A7 85 7A
Decimal 167 133 122
Binary 10100111 10000101 1111010
Octal 247 205 172

Shades and tints

Shades of #A7857A

#A7857A
(167,133,122)
#98796F
(152,121,111)
#896D64
(137,109,100)
#7A6159
(122,97,89)
#6B554E
(107,85,78)
#5C4943
(92,73,67)
#4D3D38
(77,61,56)
#3E312D
(62,49,45)
#2F2522
(47,37,34)
#201917
(32,25,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #A7857A

#A7857A
(167,133,122)
#AF9086
(175,144,134)
#B79B92
(183,155,146)
#BFA69E
(191,166,158)
#C7B1AA
(199,177,170)
#CFBCB6
(207,188,182)
#D7C7C2
(215,199,194)
#DFD2CE
(223,210,206)
#E7DDDA
(231,221,218)
#EFE8E6
(239,232,230)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7857A color. Also use rgb(167,133,122) instead hex code.

Text Font Color

.myTextColor { color: #A7857A; }

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

This text font color is #A7857A.

Background Color

.myBgColor { background-color: #A7857A; }

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

This div background color is #A7857A.

Border color

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

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

This div border color is #A7857A.

Opacity

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

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

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

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

This text has shadow with #A7857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7857A.

Preview

Color preview on black background

This text has color #A7857A on black background.


Color preview on white background

This text has color #A7857A on white background.


Black color preview on #A7857A background

This text has black color on #A7857A background.


White color preview on #A7857A background

This text has white color on #A7857A background.


Related colors

Complementary color

Complementary color for #hex is #587A85.


I love getcolorcode.com

Triadic colors

1 #7AA785 and #857AA7 with #A7857A are triadic colors.

2 #7A85A7 and #85A77A with #A7857A are triadic colors.