COLOR #A06060

HEX: #A06060 RGB: (160,96,96)

Color info

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

RGB color model

#A06060 color RGB value is (160,96,96).

RGB: (160,96,96) (63%, 38%, 38%)

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 96 of 255 = 38%

160
96
96

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

Portions of RGB colors in percentages

R + G + B = 160 + 96 + 96 = 352 (100%)
R 160 of 352 ~ 45.45%
G 96 of 352 ~ 27.27%
B 96 of 352 ~ 27.27'%

%45.45
%27.27
%27.27

CMYK color model

#A06060 color CMYK value is (0,40,40,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 37.25%

CMYK: (0,40,40,37)
C0M40Y40K37 (0%, 40%, 40%, 37%)
(0.00 / 0.40 / 0.40 / 0.37)

CMYK percentages

%0
%40
%40
%37.25

Codes

Color #A06060 in popluar color models

A0 60 60
RGB 160 96 96
HSL 25.20% 50.20%
HSB/HSV 40.00% 62.75%
CMYK 0.00% 40.00% 40.00%
37.25%

Color #A06060 in popluar number systems.

HEX A0 60 60
Decimal 160 96 96
Binary 10100000 1100000 1100000
Octal 240 140 140

Shades and tints

Shades of #A06060

#A06060
(160,96,96)
#925858
(146,88,88)
#845050
(132,80,80)
#764848
(118,72,72)
#684040
(104,64,64)
#5A3838
(90,56,56)
#4C3030
(76,48,48)
#3E2828
(62,40,40)
#302020
(48,32,32)
#221818
(34,24,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A06060

#A06060
(160,96,96)
#A86E6E
(168,110,110)
#B07C7C
(176,124,124)
#B88A8A
(184,138,138)
#C09898
(192,152,152)
#C8A6A6
(200,166,166)
#D0B4B4
(208,180,180)
#D8C2C2
(216,194,194)
#E0D0D0
(224,208,208)
#E8DEDE
(232,222,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06060; }

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

This text font color is #A06060.

Background Color

.myBgColor { background-color: #A06060; }

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

This div background color is #A06060.

Border color

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

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

This div border color is #A06060.

Opacity

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

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

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

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

This text has shadow with #A06060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06060.

Preview

Color preview on black background

This text has color #A06060 on black background.


Color preview on white background

This text has color #A06060 on white background.


Black color preview on #A06060 background

This text has black color on #A06060 background.


White color preview on #A06060 background

This text has white color on #A06060 background.


Related colors

Complementary color

Complementary color for #hex is #5F9F9F.


I love getcolorcode.com