COLOR #A8808A

HEX: #A8808A
RGB: (168,128,138)

Color info

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

RGB color model

#A8808A color RGB value is (168,128,138).

  • red value is 168;
  • green value is 128;
  • blue value is 138.
RGB:
(168,128,138)
(66%,50%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 138 of 255 = 54%

168
128
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 138 = 434 (100%)
R 168 of 434 ~ 38.71%
G 128 of 434 ~ 29.49%
B 138 of 434 ~ 31.8%

%38.71
%29.49
%31.8

CMYK color model

#A8808A color CMYK value is (0,24,18,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,24,18,34)
C0M24Y18K34 
(0%,24%,18%,34%)
(0.00/0.24/0.18/0.34)	

CMYK percentages

%0
%23.81
%17.86
%34.12

Codes

Color #A8808A in popluar color models

A8808A
RGB168128138
HSL345°18.69%58.04%
HSB/HSV345°23.81%65.88%
CMYK0.00%23.81%17.86%
34.12%

Color #A8808A in popluar number systems.

HEXA8808A
Decimal168128138
Binary101010001000000010001010
Octal250200212

Shades and tints

Shades of #A8808A

#A8808A
(168,128,138)
#99757E
(153,117,126)
#8A6A72
(138,106,114)
#7B5F66
(123,95,102)
#6C545A
(108,84,90)
#5D494E
(93,73,78)
#4E3E42
(78,62,66)
#3F3336
(63,51,54)
#30282A
(48,40,42)
#211D1E
(33,29,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8808A

#A8808A
(168,128,138)
#AF8B94
(175,139,148)
#B6969E
(182,150,158)
#BDA1A8
(189,161,168)
#C4ACB2
(196,172,178)
#CBB7BC
(203,183,188)
#D2C2C6
(210,194,198)
#D9CDD0
(217,205,208)
#E0D8DA
(224,216,218)
#E7E3E4
(231,227,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8808A color. Also use rgb(168,128,138) instead hex code.

Text Font Color

.myTextColor { color: #A8808A; }

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

This text font color is #A8808A.


Background Color

.myBgColor { background-color: #A8808A; }

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

This div background color is #A8808A.


Border color

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

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

This div border color is #A8808A.


Opacity

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

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

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

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

This text has shadow with #A8808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8808A on black background.


Color preview on white background

This text has color #A8808A on white background.



Black color preview on #A8808A background

This text has black color on #A8808A background.


White color preview on #A8808A background

This text has white color on #A8808A background.