COLOR #A0684B

HEX: #A0684B
RGB: (160,104,75)

Color info

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

RGB color model

#A0684B color RGB value is (160,104,75).

  • red value is 160;
  • green value is 104;
  • blue value is 75.
RGB:
(160,104,75)
(63%,41%,29%)

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 75 of 255 = 29%

160
104
75

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

Portions of RGB colors in percentages

R + G + B =
160 + 104 + 75 = 339 (100%)
R 160 of 339 ~ 47.2%
G 104 of 339 ~ 30.68%
B 75 of 339 ~ 22.12%

%47.2
%30.68
%22.12

CMYK color model

#A0684B color CMYK value is (0,35,53,37).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 53.13%
  • key color value is 37.25%
CMYK:
(0,35,53,37)
C0M35Y53K37 
(0%,35%,53%,37%)
(0.00/0.35/0.53/0.37)	

CMYK percentages

%0
%35
%53.13
%37.25

Codes

Color #A0684B in popluar color models

A0684B
RGB16010475
HSL20°36.17%46.08%
HSB/HSV20°53.13%62.75%
CMYK0.00%35.00%53.13%
37.25%

Color #A0684B in popluar number systems.

HEXA0684B
Decimal16010475
Binary1010000011010001001011
Octal240150113

Shades and tints

Shades of #A0684B

#A0684B
(160,104,75)
#925F45
(146,95,69)
#84563F
(132,86,63)
#764D39
(118,77,57)
#684433
(104,68,51)
#5A3B2D
(90,59,45)
#4C3227
(76,50,39)
#3E2921
(62,41,33)
#30201B
(48,32,27)
#221715
(34,23,21)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #A0684B

#A0684B
(160,104,75)
#A8755B
(168,117,91)
#B0826B
(176,130,107)
#B88F7B
(184,143,123)
#C09C8B
(192,156,139)
#C8A99B
(200,169,155)
#D0B6AB
(208,182,171)
#D8C3BB
(216,195,187)
#E0D0CB
(224,208,203)
#E8DDDB
(232,221,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0684B color. Also use rgb(160,104,75) instead hex code.

Text Font Color

.myTextColor { color: #A0684B; }

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

This text font color is #A0684B.


Background Color

.myBgColor { background-color: #A0684B; }

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

This div background color is #A0684B.


Border color

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

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

This div border color is #A0684B.


Opacity

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

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

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

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

This text has shadow with #A0684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0684B on black background.


Color preview on white background

This text has color #A0684B on white background.



Black color preview on #A0684B background

This text has black color on #A0684B background.


White color preview on #A0684B background

This text has white color on #A0684B background.