COLOR #A05958

HEX: #A05958
RGB: (160,89,88)

Color info

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

RGB color model

#A05958 color RGB value is (160,89,88).

  • red value is 160;
  • green value is 89;
  • blue value is 88.
RGB:
(160,89,88)
(63%,35%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 89 of 255 = 35%
B 88 of 255 = 35%

160
89
88

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

Portions of RGB colors in percentages

R + G + B =
160 + 89 + 88 = 337 (100%)
R 160 of 337 ~ 47.48%
G 89 of 337 ~ 26.41%
B 88 of 337 ~ 26.11%

%47.48
%26.41
%26.11

CMYK color model

#A05958 color CMYK value is (0,44,45,37).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 45.00%
  • key color value is 37.25%
CMYK:
(0,44,45,37)
C0M44Y45K37 
(0%,44%,45%,37%)
(0.00/0.44/0.45/0.37)	

CMYK percentages

%0
%44.38
%45
%37.25

Codes

Color #A05958 in popluar color models

A05958
RGB1608988
HSL29.03%48.63%
HSB/HSV45.00%62.75%
CMYK0.00%44.38%45.00%
37.25%

Color #A05958 in popluar number systems.

HEXA05958
Decimal1608988
Binary1010000010110011011000
Octal240131130

Shades and tints

Shades of #A05958

#A05958
(160,89,88)
#925150
(146,81,80)
#844948
(132,73,72)
#764140
(118,65,64)
#683938
(104,57,56)
#5A3130
(90,49,48)
#4C2928
(76,41,40)
#3E2120
(62,33,32)
#301918
(48,25,24)
#221110
(34,17,16)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #A05958

#A05958
(160,89,88)
#A86867
(168,104,103)
#B07776
(176,119,118)
#B88685
(184,134,133)
#C09594
(192,149,148)
#C8A4A3
(200,164,163)
#D0B3B2
(208,179,178)
#D8C2C1
(216,194,193)
#E0D1D0
(224,209,208)
#E8E0DF
(232,224,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05958 color. Also use rgb(160,89,88) instead hex code.

Text Font Color

.myTextColor { color: #A05958; }

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

This text font color is #A05958.


Background Color

.myBgColor { background-color: #A05958; }

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

This div background color is #A05958.


Border color

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

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

This div border color is #A05958.


Opacity

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

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

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

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

This text has shadow with #A05958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05958 on black background.


Color preview on white background

This text has color #A05958 on white background.



Black color preview on #A05958 background

This text has black color on #A05958 background.


White color preview on #A05958 background

This text has white color on #A05958 background.