COLOR #A06125

HEX: #A06125
RGB: (160,97,37)

Color info

#A06125 contains mainly red color. Web safe color of #A06125 is #996633 (or #963).

RGB color model

#A06125 color RGB value is (160,97,37).

  • red value is 160;
  • green value is 97;
  • blue value is 37.
RGB:
(160,97,37)
(63%,38%,15%)

RGB channels and saturation

R 160 of 255 = 63%
G 97 of 255 = 38%
B 37 of 255 = 15%

160
97
37

R + G + B ~ 39%. #A06125 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 97 + 37 = 294 (100%)
R 160 of 294 ~ 54.42%
G 97 of 294 ~ 32.99%
B 37 of 294 ~ 12.59%

%54.42
%32.99
%12.59

CMYK color model

#A06125 color CMYK value is (0,39,77,37).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 76.88%
  • key color value is 37.25%
CMYK:
(0,39,77,37)
C0M39Y77K37 
(0%,39%,77%,37%)
(0.00/0.39/0.77/0.37)	

CMYK percentages

%0
%39.38
%76.88
%37.25

Codes

Color #A06125 in popluar color models

A06125
RGB1609737
HSL29°62.44%38.63%
HSB/HSV29°76.88%62.75%
CMYK0.00%39.38%76.88%
37.25%

Color #A06125 in popluar number systems.

HEXA06125
Decimal1609737
Binary101000001100001100101
Octal24014145

Shades and tints

Shades of #A06125

#A06125
(160,97,37)
#925922
(146,89,34)
#84511F
(132,81,31)
#76491C
(118,73,28)
#684119
(104,65,25)
#5A3916
(90,57,22)
#4C3113
(76,49,19)
#3E2910
(62,41,16)
#30210D
(48,33,13)
#22190A
(34,25,10)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #A06125

#A06125
(160,97,37)
#A86F38
(168,111,56)
#B07D4B
(176,125,75)
#B88B5E
(184,139,94)
#C09971
(192,153,113)
#C8A784
(200,167,132)
#D0B597
(208,181,151)
#D8C3AA
(216,195,170)
#E0D1BD
(224,209,189)
#E8DFD0
(232,223,208)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06125 color. Also use rgb(160,97,37) instead hex code.

Text Font Color

.myTextColor { color: #A06125; }

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

This text font color is #A06125.


Background Color

.myBgColor { background-color: #A06125; }

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

This div background color is #A06125.


Border color

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

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

This div border color is #A06125.


Opacity

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

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

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

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

This text has shadow with #A06125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06125 on black background.


Color preview on white background

This text has color #A06125 on white background.



Black color preview on #A06125 background

This text has black color on #A06125 background.


White color preview on #A06125 background

This text has white color on #A06125 background.