COLOR #A0675F

HEX: #A0675F
RGB: (160,103,95)

Color info

#A0675F contains mainly red and green colors. Web safe color of #A0675F is #996666 (or #966).

RGB color model

#A0675F color RGB value is (160,103,95).

  • red value is 160;
  • green value is 103;
  • blue value is 95.
RGB:
(160,103,95)
(63%,40%,37%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 95 of 255 = 37%

160
103
95

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 95 = 358 (100%)
R 160 of 358 ~ 44.69%
G 103 of 358 ~ 28.77%
B 95 of 358 ~ 26.54%

%44.69
%28.77
%26.54

CMYK color model

#A0675F color CMYK value is (0,36,41,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(0,36,41,37)
C0M36Y41K37 
(0%,36%,41%,37%)
(0.00/0.36/0.41/0.37)	

CMYK percentages

%0
%35.63
%40.63
%37.25

Codes

Color #A0675F in popluar color models

A0675F
RGB16010395
HSL25.49%50.00%
HSB/HSV40.63%62.75%
CMYK0.00%35.63%40.63%
37.25%

Color #A0675F in popluar number systems.

HEXA0675F
Decimal16010395
Binary1010000011001111011111
Octal240147137

Shades and tints

Shades of #A0675F

#A0675F
(160,103,95)
#925E57
(146,94,87)
#84554F
(132,85,79)
#764C47
(118,76,71)
#68433F
(104,67,63)
#5A3A37
(90,58,55)
#4C312F
(76,49,47)
#3E2827
(62,40,39)
#301F1F
(48,31,31)
#221617
(34,22,23)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A0675F

#A0675F
(160,103,95)
#A8746D
(168,116,109)
#B0817B
(176,129,123)
#B88E89
(184,142,137)
#C09B97
(192,155,151)
#C8A8A5
(200,168,165)
#D0B5B3
(208,181,179)
#D8C2C1
(216,194,193)
#E0CFCF
(224,207,207)
#E8DCDD
(232,220,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0675F color. Also use rgb(160,103,95) instead hex code.

Text Font Color

.myTextColor { color: #A0675F; }

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

This text font color is #A0675F.


Background Color

.myBgColor { background-color: #A0675F; }

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

This div background color is #A0675F.


Border color

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

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

This div border color is #A0675F.


Opacity

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

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

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

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

This text has shadow with #A0675F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0675F on black background.


Color preview on white background

This text has color #A0675F on white background.



Black color preview on #A0675F background

This text has black color on #A0675F background.


White color preview on #A0675F background

This text has white color on #A0675F background.