COLOR #A07D24

HEX: #A07D24
RGB: (160,125,36)

Color info

#A07D24 contains mainly red and green colors. Web safe color of #A07D24 is #996633 (or #963).

RGB color model

#A07D24 color RGB value is (160,125,36).

  • red value is 160;
  • green value is 125;
  • blue value is 36.
RGB:
(160,125,36)
(63%,49%,14%)

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 36 of 255 = 14%

160
125
36

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

Portions of RGB colors in percentages

R + G + B =
160 + 125 + 36 = 321 (100%)
R 160 of 321 ~ 49.84%
G 125 of 321 ~ 38.94%
B 36 of 321 ~ 11.21%

%49.84
%38.94
%11.21

CMYK color model

#A07D24 color CMYK value is (0,22,78,37).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 77.50%
  • key color value is 37.25%
CMYK:
(0,22,78,37)
C0M22Y78K37 
(0%,22%,78%,37%)
(0.00/0.22/0.78/0.37)	

CMYK percentages

%0
%21.88
%77.5
%37.25

Codes

Color #A07D24 in popluar color models

A07D24
RGB16012536
HSL43°63.27%38.43%
HSB/HSV43°77.50%62.75%
CMYK0.00%21.88%77.50%
37.25%

Color #A07D24 in popluar number systems.

HEXA07D24
Decimal16012536
Binary101000001111101100100
Octal24017544

Shades and tints

Shades of #A07D24

#A07D24
(160,125,36)
#927221
(146,114,33)
#84671E
(132,103,30)
#765C1B
(118,92,27)
#685118
(104,81,24)
#5A4615
(90,70,21)
#4C3B12
(76,59,18)
#3E300F
(62,48,15)
#30250C
(48,37,12)
#221A09
(34,26,9)
#140F06
(20,15,6)
#000000
(0,0,0)

Tints of #A07D24

#A07D24
(160,125,36)
#A88837
(168,136,55)
#B0934A
(176,147,74)
#B89E5D
(184,158,93)
#C0A970
(192,169,112)
#C8B483
(200,180,131)
#D0BF96
(208,191,150)
#D8CAA9
(216,202,169)
#E0D5BC
(224,213,188)
#E8E0CF
(232,224,207)
#F0EBE2
(240,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07D24 color. Also use rgb(160,125,36) instead hex code.

Text Font Color

.myTextColor { color: #A07D24; }

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

This text font color is #A07D24.


Background Color

.myBgColor { background-color: #A07D24; }

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

This div background color is #A07D24.


Border color

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

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

This div border color is #A07D24.


Opacity

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

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

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

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

This text has shadow with #A07D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D24 on black background.


Color preview on white background

This text has color #A07D24 on white background.



Black color preview on #A07D24 background

This text has black color on #A07D24 background.


White color preview on #A07D24 background

This text has white color on #A07D24 background.