COLOR #A0663F

HEX: #A0663F
RGB: (160,102,63)

Color info

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

RGB color model

#A0663F color RGB value is (160,102,63).

  • red value is 160;
  • green value is 102;
  • blue value is 63.
RGB:
(160,102,63)
(63%,40%,25%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 63 of 255 = 25%

160
102
63

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

Portions of RGB colors in percentages

R + G + B =
160 + 102 + 63 = 325 (100%)
R 160 of 325 ~ 49.23%
G 102 of 325 ~ 31.38%
B 63 of 325 ~ 19.38%

%49.23
%31.38
%19.38

CMYK color model

#A0663F color CMYK value is (0,36,61,37).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 60.63%
  • key color value is 37.25%
CMYK:
(0,36,61,37)
C0M36Y61K37 
(0%,36%,61%,37%)
(0.00/0.36/0.61/0.37)	

CMYK percentages

%0
%36.25
%60.63
%37.25

Codes

Color #A0663F in popluar color models

A0663F
RGB16010263
HSL24°43.50%43.73%
HSB/HSV24°60.63%62.75%
CMYK0.00%36.25%60.63%
37.25%

Color #A0663F in popluar number systems.

HEXA0663F
Decimal16010263
Binary101000001100110111111
Octal24014677

Shades and tints

Shades of #A0663F

#A0663F
(160,102,63)
#925D3A
(146,93,58)
#845435
(132,84,53)
#764B30
(118,75,48)
#68422B
(104,66,43)
#5A3926
(90,57,38)
#4C3021
(76,48,33)
#3E271C
(62,39,28)
#301E17
(48,30,23)
#221512
(34,21,18)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #A0663F

#A0663F
(160,102,63)
#A87350
(168,115,80)
#B08061
(176,128,97)
#B88D72
(184,141,114)
#C09A83
(192,154,131)
#C8A794
(200,167,148)
#D0B4A5
(208,180,165)
#D8C1B6
(216,193,182)
#E0CEC7
(224,206,199)
#E8DBD8
(232,219,216)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0663F color. Also use rgb(160,102,63) instead hex code.

Text Font Color

.myTextColor { color: #A0663F; }

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

This text font color is #A0663F.


Background Color

.myBgColor { background-color: #A0663F; }

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

This div background color is #A0663F.


Border color

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

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

This div border color is #A0663F.


Opacity

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

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

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

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

This text has shadow with #A0663F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0663F on black background.


Color preview on white background

This text has color #A0663F on white background.



Black color preview on #A0663F background

This text has black color on #A0663F background.


White color preview on #A0663F background

This text has white color on #A0663F background.