COLOR #A08085

HEX: #A08085
RGB: (160,128,133)

Color info

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

RGB color model

#A08085 color RGB value is (160,128,133).

  • red value is 160;
  • green value is 128;
  • blue value is 133.
RGB:
(160,128,133)
(63%,50%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 133 of 255 = 52%

160
128
133

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

Portions of RGB colors in percentages

R + G + B =
160 + 128 + 133 = 421 (100%)
R 160 of 421 ~ 38%
G 128 of 421 ~ 30.4%
B 133 of 421 ~ 31.59%

%38
%30.4
%31.59

CMYK color model

#A08085 color CMYK value is (0,20,17,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(0,20,17,37)
C0M20Y17K37 
(0%,20%,17%,37%)
(0.00/0.20/0.17/0.37)	

CMYK percentages

%0
%20
%16.88
%37.25

Codes

Color #A08085 in popluar color models

A08085
RGB160128133
HSL351°14.41%56.47%
HSB/HSV351°20.00%62.75%
CMYK0.00%20.00%16.88%
37.25%

Color #A08085 in popluar number systems.

HEXA08085
Decimal160128133
Binary101000001000000010000101
Octal240200205

Shades and tints

Shades of #A08085

#A08085
(160,128,133)
#927579
(146,117,121)
#846A6D
(132,106,109)
#765F61
(118,95,97)
#685455
(104,84,85)
#5A4949
(90,73,73)
#4C3E3D
(76,62,61)
#3E3331
(62,51,49)
#302825
(48,40,37)
#221D19
(34,29,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A08085

#A08085
(160,128,133)
#A88B90
(168,139,144)
#B0969B
(176,150,155)
#B8A1A6
(184,161,166)
#C0ACB1
(192,172,177)
#C8B7BC
(200,183,188)
#D0C2C7
(208,194,199)
#D8CDD2
(216,205,210)
#E0D8DD
(224,216,221)
#E8E3E8
(232,227,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08085; }

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

This text font color is #A08085.


Background Color

.myBgColor { background-color: #A08085; }

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

This div background color is #A08085.


Border color

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

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

This div border color is #A08085.


Opacity

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

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

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

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

This text has shadow with #A08085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08085 on black background.


Color preview on white background

This text has color #A08085 on white background.



Black color preview on #A08085 background

This text has black color on #A08085 background.


White color preview on #A08085 background

This text has white color on #A08085 background.