COLOR #A08FAD

HEX: #A08FAD
RGB: (160,143,173)

Color info

#A08FAD contains red, green and blue colors in about the same proportion. Web safe color of #A08FAD is #999999 (or #999).

RGB color model

#A08FAD color RGB value is (160,143,173).

  • red value is 160;
  • green value is 143;
  • blue value is 173.
RGB:
(160,143,173)
(63%,56%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 143 of 255 = 56%
B 173 of 255 = 68%

160
143
173

R + G + B ~ 62%. #A08FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 143 + 173 = 476 (100%)
R 160 of 476 ~ 33.61%
G 143 of 476 ~ 30.04%
B 173 of 476 ~ 36.34%

%33.61
%30.04
%36.34

CMYK color model

#A08FAD color CMYK value is (8,17,0,32).

  • cyan value is 7.51%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,17,0,32)
C8M17Y0K32 
(8%,17%,0%,32%)
(0.08/0.17/0.00/0.32)	

CMYK percentages

%7.51
%17.34
%0
%32.16

Codes

Color #A08FAD in popluar color models

A08FAD
RGB160143173
HSL274°15.46%61.96%
HSB/HSV274°17.34%67.84%
CMYK7.51%17.34%0.00%
32.16%

Color #A08FAD in popluar number systems.

HEXA08FAD
Decimal160143173
Binary101000001000111110101101
Octal240217255

Shades and tints

Shades of #A08FAD

#A08FAD
(160,143,173)
#92829E
(146,130,158)
#84758F
(132,117,143)
#766880
(118,104,128)
#685B71
(104,91,113)
#5A4E62
(90,78,98)
#4C4153
(76,65,83)
#3E3444
(62,52,68)
#302735
(48,39,53)
#221A26
(34,26,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #A08FAD

#A08FAD
(160,143,173)
#A899B4
(168,153,180)
#B0A3BB
(176,163,187)
#B8ADC2
(184,173,194)
#C0B7C9
(192,183,201)
#C8C1D0
(200,193,208)
#D0CBD7
(208,203,215)
#D8D5DE
(216,213,222)
#E0DFE5
(224,223,229)
#E8E9EC
(232,233,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08FAD color. Also use rgb(160,143,173) instead hex code.

Text Font Color

.myTextColor { color: #A08FAD; }

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

This text font color is #A08FAD.


Background Color

.myBgColor { background-color: #A08FAD; }

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

This div background color is #A08FAD.


Border color

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

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

This div border color is #A08FAD.


Opacity

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

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

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

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

This text has shadow with #A08FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08FAD on black background.


Color preview on white background

This text has color #A08FAD on white background.



Black color preview on #A08FAD background

This text has black color on #A08FAD background.


White color preview on #A08FAD background

This text has white color on #A08FAD background.