COLOR #A07681

HEX: #A07681 RGB: (160,118,129)

Color info

#A07681 contains red, green and blue colors in about the same proportion. Web safe color of #A07681 is #996699 (or #969).

RGB color model

#A07681 color RGB value is (160,118,129).

RGB: (160,118,129) (63%, 46%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 129 of 255 = 51%

160
118
129

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

Portions of RGB colors in percentages

R + G + B = 160 + 118 + 129 = 407 (100%)
R 160 of 407 ~ 39.31%
G 118 of 407 ~ 28.99%
B 129 of 407 ~ 31.7'%

%39.31
%28.99
%31.7

CMYK color model

#A07681 color CMYK value is (0,26,19,37).

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

CMYK: (0,26,19,37)
C0M26Y19K37 (0%, 26%, 19%, 37%)
(0.00 / 0.26 / 0.19 / 0.37)

CMYK percentages

%0
%26.25
%19.38
%37.25

Codes

Color #A07681 in popluar color models

A0 76 81
RGB 160 118 129
HSL 344° 18.10% 54.51%
HSB/HSV 344° 26.25% 62.75%
CMYK 0.00% 26.25% 19.38%
37.25%

Color #A07681 in popluar number systems.

HEX A0 76 81
Decimal 160 118 129
Binary 10100000 1110110 10000001
Octal 240 166 201

Shades and tints

Shades of #A07681

#A07681
(160,118,129)
#926C76
(146,108,118)
#84626B
(132,98,107)
#765860
(118,88,96)
#684E55
(104,78,85)
#5A444A
(90,68,74)
#4C3A3F
(76,58,63)
#3E3034
(62,48,52)
#302629
(48,38,41)
#221C1E
(34,28,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #A07681

#A07681
(160,118,129)
#A8828C
(168,130,140)
#B08E97
(176,142,151)
#B89AA2
(184,154,162)
#C0A6AD
(192,166,173)
#C8B2B8
(200,178,184)
#D0BEC3
(208,190,195)
#D8CACE
(216,202,206)
#E0D6D9
(224,214,217)
#E8E2E4
(232,226,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07681; }

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

This text font color is #A07681.

Background Color

.myBgColor { background-color: #A07681; }

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

This div background color is #A07681.

Border color

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

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

This div border color is #A07681.

Opacity

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

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

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

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

This text has shadow with #A07681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07681.

Preview

Color preview on black background

This text has color #A07681 on black background.


Color preview on white background

This text has color #A07681 on white background.


Black color preview on #A07681 background

This text has black color on #A07681 background.


White color preview on #A07681 background

This text has white color on #A07681 background.


Related colors

Complementary color

Complementary color for #hex is #5F897E.


I love getcolorcode.com

Triadic colors

1 #81A076 and #7681A0 with #A07681 are triadic colors.

2 #8176A0 and #76A081 with #A07681 are triadic colors.