COLOR #A0767E

HEX: #A0767E RGB: (160,118,126)

Color info

#A0767E contains red, green and blue colors in about the same proportion. Web safe color of #A0767E is #996666 (or #966).

RGB color model

#A0767E color RGB value is (160,118,126).

RGB: (160,118,126) (63%, 46%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 126 of 255 = 49%

160
118
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 118 + 126 = 404 (100%)
R 160 of 404 ~ 39.6%
G 118 of 404 ~ 29.21%
B 126 of 404 ~ 31.19'%

%39.6
%29.21
%31.19

CMYK color model

#A0767E color CMYK value is (0,26,21,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 21.25%
  • key color value is 37.25%

CMYK: (0,26,21,37)
C0M26Y21K37 (0%, 26%, 21%, 37%)
(0.00 / 0.26 / 0.21 / 0.37)

CMYK percentages

%0
%26.25
%21.25
%37.25

Codes

Color #A0767E in popluar color models

A0 76 7E
RGB 160 118 126
HSL 349° 18.10% 54.51%
HSB/HSV 349° 26.25% 62.75%
CMYK 0.00% 26.25% 21.25%
37.25%

Color #A0767E in popluar number systems.

HEX A0 76 7E
Decimal 160 118 126
Binary 10100000 1110110 1111110
Octal 240 166 176

Shades and tints

Shades of #A0767E

#A0767E
(160,118,126)
#926C73
(146,108,115)
#846268
(132,98,104)
#76585D
(118,88,93)
#684E52
(104,78,82)
#5A4447
(90,68,71)
#4C3A3C
(76,58,60)
#3E3031
(62,48,49)
#302626
(48,38,38)
#221C1B
(34,28,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A0767E

#A0767E
(160,118,126)
#A88289
(168,130,137)
#B08E94
(176,142,148)
#B89A9F
(184,154,159)
#C0A6AA
(192,166,170)
#C8B2B5
(200,178,181)
#D0BEC0
(208,190,192)
#D8CACB
(216,202,203)
#E0D6D6
(224,214,214)
#E8E2E1
(232,226,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0767E; }

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

This text font color is #A0767E.

Background Color

.myBgColor { background-color: #A0767E; }

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

This div background color is #A0767E.

Border color

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

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

This div border color is #A0767E.

Opacity

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

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

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

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

This text has shadow with #A0767E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0767E.

Preview

Color preview on black background

This text has color #A0767E on black background.


Color preview on white background

This text has color #A0767E on white background.


Black color preview on #A0767E background

This text has black color on #A0767E background.


White color preview on #A0767E background

This text has white color on #A0767E background.


Related colors

Complementary color

Complementary color for #hex is #5F8981.


I love getcolorcode.com

Triadic colors

1 #7EA076 and #767EA0 with #A0767E are triadic colors.

2 #7E76A0 and #76A07E with #A0767E are triadic colors.