COLOR #A0615F

HEX: #A0615F
RGB: (160,97,95)

Color info

#A0615F contains mainly red color. Web safe color of #A0615F is #996666 (or #966).

RGB color model

#A0615F color RGB value is (160,97,95).

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

RGB channels and saturation

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

160
97
95

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

Portions of RGB colors in percentages

R + G + B =
160 + 97 + 95 = 352 (100%)
R 160 of 352 ~ 45.45%
G 97 of 352 ~ 27.56%
B 95 of 352 ~ 26.99%

%45.45
%27.56
%26.99

CMYK color model

#A0615F color CMYK value is (0,39,41,37).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(0,39,41,37)
C0M39Y41K37 
(0%,39%,41%,37%)
(0.00/0.39/0.41/0.37)	

CMYK percentages

%0
%39.38
%40.63
%37.25

Codes

Color #A0615F in popluar color models

A0615F
RGB1609795
HSL25.49%50.00%
HSB/HSV40.63%62.75%
CMYK0.00%39.38%40.63%
37.25%

Color #A0615F in popluar number systems.

HEXA0615F
Decimal1609795
Binary1010000011000011011111
Octal240141137

Shades and tints

Shades of #A0615F

#A0615F
(160,97,95)
#925957
(146,89,87)
#84514F
(132,81,79)
#764947
(118,73,71)
#68413F
(104,65,63)
#5A3937
(90,57,55)
#4C312F
(76,49,47)
#3E2927
(62,41,39)
#30211F
(48,33,31)
#221917
(34,25,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #A0615F

#A0615F
(160,97,95)
#A86F6D
(168,111,109)
#B07D7B
(176,125,123)
#B88B89
(184,139,137)
#C09997
(192,153,151)
#C8A7A5
(200,167,165)
#D0B5B3
(208,181,179)
#D8C3C1
(216,195,193)
#E0D1CF
(224,209,207)
#E8DFDD
(232,223,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0615F; }

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

This text font color is #A0615F.


Background Color

.myBgColor { background-color: #A0615F; }

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

This div background color is #A0615F.


Border color

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

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

This div border color is #A0615F.


Opacity

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

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

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

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

This text has shadow with #A0615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0615F on black background.


Color preview on white background

This text has color #A0615F on white background.



Black color preview on #A0615F background

This text has black color on #A0615F background.


White color preview on #A0615F background

This text has white color on #A0615F background.