COLOR #A08690

HEX: #A08690
RGB: (160,134,144)

Color info

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

RGB color model

#A08690 color RGB value is (160,134,144).

  • red value is 160;
  • green value is 134;
  • blue value is 144.
RGB:
(160,134,144)
(63%,53%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 134 of 255 = 53%
B 144 of 255 = 56%

160
134
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 134 + 144 = 438 (100%)
R 160 of 438 ~ 36.53%
G 134 of 438 ~ 30.59%
B 144 of 438 ~ 32.88%

%36.53
%30.59
%32.88

CMYK color model

#A08690 color CMYK value is (0,16,10,37).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(0,16,10,37)
C0M16Y10K37 
(0%,16%,10%,37%)
(0.00/0.16/0.10/0.37)	

CMYK percentages

%0
%16.25
%10
%37.25

Codes

Color #A08690 in popluar color models

A08690
RGB160134144
HSL337°12.04%57.65%
HSB/HSV337°16.25%62.75%
CMYK0.00%16.25%10.00%
37.25%

Color #A08690 in popluar number systems.

HEXA08690
Decimal160134144
Binary101000001000011010010000
Octal240206220

Shades and tints

Shades of #A08690

#A08690
(160,134,144)
#927A83
(146,122,131)
#846E76
(132,110,118)
#766269
(118,98,105)
#68565C
(104,86,92)
#5A4A4F
(90,74,79)
#4C3E42
(76,62,66)
#3E3235
(62,50,53)
#302628
(48,38,40)
#221A1B
(34,26,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #A08690

#A08690
(160,134,144)
#A8919A
(168,145,154)
#B09CA4
(176,156,164)
#B8A7AE
(184,167,174)
#C0B2B8
(192,178,184)
#C8BDC2
(200,189,194)
#D0C8CC
(208,200,204)
#D8D3D6
(216,211,214)
#E0DEE0
(224,222,224)
#E8E9EA
(232,233,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08690 color. Also use rgb(160,134,144) instead hex code.

Text Font Color

.myTextColor { color: #A08690; }

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

This text font color is #A08690.


Background Color

.myBgColor { background-color: #A08690; }

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

This div background color is #A08690.


Border color

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

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

This div border color is #A08690.


Opacity

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

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

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

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

This text has shadow with #A08690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08690 on black background.


Color preview on white background

This text has color #A08690 on white background.



Black color preview on #A08690 background

This text has black color on #A08690 background.


White color preview on #A08690 background

This text has white color on #A08690 background.