COLOR #A7927B

HEX: #A7927B RGB: (167,146,123)

Color info

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

RGB color model

#A7927B color RGB value is (167,146,123).

RGB: (167,146,123) (65%, 57%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 123 of 255 = 48%

167
146
123

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

Portions of RGB colors in percentages

R + G + B = 167 + 146 + 123 = 436 (100%)
R 167 of 436 ~ 38.3%
G 146 of 436 ~ 33.49%
B 123 of 436 ~ 28.21'%

%38.3
%33.49
%28.21

CMYK color model

#A7927B color CMYK value is (0,13,26,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 26.35%
  • key color value is 34.51%

CMYK: (0,13,26,35)
C0M13Y26K35 (0%, 13%, 26%, 35%)
(0.00 / 0.13 / 0.26 / 0.35)

CMYK percentages

%0
%12.57
%26.35
%34.51

Codes

Color #A7927B in popluar color models

A7 92 7B
RGB 167 146 123
HSL 31° 20.00% 56.86%
HSB/HSV 31° 26.35% 65.49%
CMYK 0.00% 12.57% 26.35%
34.51%

Color #A7927B in popluar number systems.

HEX A7 92 7B
Decimal 167 146 123
Binary 10100111 10010010 1111011
Octal 247 222 173

Shades and tints

Shades of #A7927B

#A7927B
(167,146,123)
#988570
(152,133,112)
#897865
(137,120,101)
#7A6B5A
(122,107,90)
#6B5E4F
(107,94,79)
#5C5144
(92,81,68)
#4D4439
(77,68,57)
#3E372E
(62,55,46)
#2F2A23
(47,42,35)
#201D18
(32,29,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #A7927B

#A7927B
(167,146,123)
#AF9B87
(175,155,135)
#B7A493
(183,164,147)
#BFAD9F
(191,173,159)
#C7B6AB
(199,182,171)
#CFBFB7
(207,191,183)
#D7C8C3
(215,200,195)
#DFD1CF
(223,209,207)
#E7DADB
(231,218,219)
#EFE3E7
(239,227,231)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7927B color. Also use rgb(167,146,123) instead hex code.

Text Font Color

.myTextColor { color: #A7927B; }

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

This text font color is #A7927B.

Background Color

.myBgColor { background-color: #A7927B; }

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

This div background color is #A7927B.

Border color

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

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

This div border color is #A7927B.

Opacity

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

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

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

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

This text has shadow with #A7927B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7927B.

Preview

Color preview on black background

This text has color #A7927B on black background.


Color preview on white background

This text has color #A7927B on white background.


Black color preview on #A7927B background

This text has black color on #A7927B background.


White color preview on #A7927B background

This text has white color on #A7927B background.


Related colors

Complementary color

Complementary color for #hex is #586D84.


I love getcolorcode.com

Triadic colors

1 #7BA792 and #927BA7 with #A7927B are triadic colors.

2 #7B92A7 and #92A77B with #A7927B are triadic colors.