COLOR #A7924B

HEX: #A7924B
RGB: (167,146,75)

Color info

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

RGB color model

#A7924B color RGB value is (167,146,75).

  • red value is 167;
  • green value is 146;
  • blue value is 75.
RGB:
(167,146,75)
(65%,57%,29%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 75 of 255 = 29%

167
146
75

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 75 = 388 (100%)
R 167 of 388 ~ 43.04%
G 146 of 388 ~ 37.63%
B 75 of 388 ~ 19.33%

%43.04
%37.63
%19.33

CMYK color model

#A7924B color CMYK value is (0,13,55,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 55.09%
  • key color value is 34.51%
CMYK:
(0,13,55,35)
C0M13Y55K35 
(0%,13%,55%,35%)
(0.00/0.13/0.55/0.35)	

CMYK percentages

%0
%12.57
%55.09
%34.51

Codes

Color #A7924B in popluar color models

A7924B
RGB16714675
HSL46°38.02%47.45%
HSB/HSV46°55.09%65.49%
CMYK0.00%12.57%55.09%
34.51%

Color #A7924B in popluar number systems.

HEXA7924B
Decimal16714675
Binary10100111100100101001011
Octal247222113

Shades and tints

Shades of #A7924B

#A7924B
(167,146,75)
#988545
(152,133,69)
#89783F
(137,120,63)
#7A6B39
(122,107,57)
#6B5E33
(107,94,51)
#5C512D
(92,81,45)
#4D4427
(77,68,39)
#3E3721
(62,55,33)
#2F2A1B
(47,42,27)
#201D15
(32,29,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A7924B

#A7924B
(167,146,75)
#AF9B5B
(175,155,91)
#B7A46B
(183,164,107)
#BFAD7B
(191,173,123)
#C7B68B
(199,182,139)
#CFBF9B
(207,191,155)
#D7C8AB
(215,200,171)
#DFD1BB
(223,209,187)
#E7DACB
(231,218,203)
#EFE3DB
(239,227,219)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7924B; }

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

This text font color is #A7924B.


Background Color

.myBgColor { background-color: #A7924B; }

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

This div background color is #A7924B.


Border color

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

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

This div border color is #A7924B.


Opacity

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

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

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

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

This text has shadow with #A7924B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7924B on black background.


Color preview on white background

This text has color #A7924B on white background.



Black color preview on #A7924B background

This text has black color on #A7924B background.


White color preview on #A7924B background

This text has white color on #A7924B background.