COLOR #A07985

HEX: #A07985 RGB: (160,121,133)

Color info

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

RGB color model

#A07985 color RGB value is (160,121,133).

RGB: (160,121,133) (63%, 47%, 52%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 133 of 255 = 52%

160
121
133

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

Portions of RGB colors in percentages

R + G + B = 160 + 121 + 133 = 414 (100%)
R 160 of 414 ~ 38.65%
G 121 of 414 ~ 29.23%
B 133 of 414 ~ 32.13'%

%38.65
%29.23
%32.13

CMYK color model

#A07985 color CMYK value is (0,24,17,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 16.88%
  • key color value is 37.25%

CMYK: (0,24,17,37)
C0M24Y17K37 (0%, 24%, 17%, 37%)
(0.00 / 0.24 / 0.17 / 0.37)

CMYK percentages

%0
%24.38
%16.88
%37.25

Codes

Color #A07985 in popluar color models

A0 79 85
RGB 160 121 133
HSL 342° 17.03% 55.10%
HSB/HSV 342° 24.38% 62.75%
CMYK 0.00% 24.38% 16.88%
37.25%

Color #A07985 in popluar number systems.

HEX A0 79 85
Decimal 160 121 133
Binary 10100000 1111001 10000101
Octal 240 171 205

Shades and tints

Shades of #A07985

#A07985
(160,121,133)
#926E79
(146,110,121)
#84636D
(132,99,109)
#765861
(118,88,97)
#684D55
(104,77,85)
#5A4249
(90,66,73)
#4C373D
(76,55,61)
#3E2C31
(62,44,49)
#302125
(48,33,37)
#221619
(34,22,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #A07985

#A07985
(160,121,133)
#A88590
(168,133,144)
#B0919B
(176,145,155)
#B89DA6
(184,157,166)
#C0A9B1
(192,169,177)
#C8B5BC
(200,181,188)
#D0C1C7
(208,193,199)
#D8CDD2
(216,205,210)
#E0D9DD
(224,217,221)
#E8E5E8
(232,229,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07985; }

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

This text font color is #A07985.

Background Color

.myBgColor { background-color: #A07985; }

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

This div background color is #A07985.

Border color

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

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

This div border color is #A07985.

Opacity

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

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

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

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

This text has shadow with #A07985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07985.

Preview

Color preview on black background

This text has color #A07985 on black background.


Color preview on white background

This text has color #A07985 on white background.


Black color preview on #A07985 background

This text has black color on #A07985 background.


White color preview on #A07985 background

This text has white color on #A07985 background.


Related colors

Complementary color

Complementary color for #hex is #5F867A.


I love getcolorcode.com

Triadic colors

1 #85A079 and #7985A0 with #A07985 are triadic colors.

2 #8579A0 and #79A085 with #A07985 are triadic colors.