COLOR #A05B66

HEX: #A05B66 RGB: (160,91,102)

Color info

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

RGB color model

#A05B66 color RGB value is (160,91,102).

RGB: (160,91,102) (63%, 36%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 91 of 255 = 36%
B 102 of 255 = 40%

160
91
102

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

Portions of RGB colors in percentages

R + G + B = 160 + 91 + 102 = 353 (100%)
R 160 of 353 ~ 45.33%
G 91 of 353 ~ 25.78%
B 102 of 353 ~ 28.9'%

%45.33
%25.78
%28.9

CMYK color model

#A05B66 color CMYK value is (0,43,36,37).

  • cyan value is 0.00%
  • magenta value is 43.13%
  • yellow value is 36.25%
  • key color value is 37.25%

CMYK: (0,43,36,37)
C0M43Y36K37 (0%, 43%, 36%, 37%)
(0.00 / 0.43 / 0.36 / 0.37)

CMYK percentages

%0
%43.13
%36.25
%37.25

Codes

Color #A05B66 in popluar color models

A0 5B 66
RGB 160 91 102
HSL 350° 27.49% 49.22%
HSB/HSV 350° 43.13% 62.75%
CMYK 0.00% 43.13% 36.25%
37.25%

Color #A05B66 in popluar number systems.

HEX A0 5B 66
Decimal 160 91 102
Binary 10100000 1011011 1100110
Octal 240 133 146

Shades and tints

Shades of #A05B66

#A05B66
(160,91,102)
#92535D
(146,83,93)
#844B54
(132,75,84)
#76434B
(118,67,75)
#683B42
(104,59,66)
#5A3339
(90,51,57)
#4C2B30
(76,43,48)
#3E2327
(62,35,39)
#301B1E
(48,27,30)
#221315
(34,19,21)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #A05B66

#A05B66
(160,91,102)
#A86973
(168,105,115)
#B07780
(176,119,128)
#B8858D
(184,133,141)
#C0939A
(192,147,154)
#C8A1A7
(200,161,167)
#D0AFB4
(208,175,180)
#D8BDC1
(216,189,193)
#E0CBCE
(224,203,206)
#E8D9DB
(232,217,219)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05B66; }

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

This text font color is #A05B66.

Background Color

.myBgColor { background-color: #A05B66; }

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

This div background color is #A05B66.

Border color

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

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

This div border color is #A05B66.

Opacity

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

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

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

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

This text has shadow with #A05B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05B66.

Preview

Color preview on black background

This text has color #A05B66 on black background.


Color preview on white background

This text has color #A05B66 on white background.


Black color preview on #A05B66 background

This text has black color on #A05B66 background.


White color preview on #A05B66 background

This text has white color on #A05B66 background.


Related colors

Complementary color

Complementary color for #hex is #5FA499.


I love getcolorcode.com

Triadic colors

1 #66A05B and #5B66A0 with #A05B66 are triadic colors.

2 #665BA0 and #5BA066 with #A05B66 are triadic colors.