COLOR #A892A6

HEX: #A892A6
RGB: (168,146,166)

Color info

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

RGB color model

#A892A6 color RGB value is (168,146,166).

  • red value is 168;
  • green value is 146;
  • blue value is 166.
RGB:
(168,146,166)
(66%,57%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 166 of 255 = 65%

168
146
166

R + G + B ~ 63%. #A892A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 146 + 166 = 480 (100%)
R 168 of 480 ~ 35%
G 146 of 480 ~ 30.42%
B 166 of 480 ~ 34.58%

%35
%30.42
%34.58

CMYK color model

#A892A6 color CMYK value is (0,13,1,34).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 1.19%
  • key color value is 34.12%
CMYK:
(0,13,1,34)
C0M13Y1K34 
(0%,13%,1%,34%)
(0.00/0.13/0.01/0.34)	

CMYK percentages

%0
%13.1
%1.19
%34.12

Codes

Color #A892A6 in popluar color models

A892A6
RGB168146166
HSL305°11.22%61.57%
HSB/HSV305°13.10%65.88%
CMYK0.00%13.10%1.19%
34.12%

Color #A892A6 in popluar number systems.

HEXA892A6
Decimal168146166
Binary101010001001001010100110
Octal250222246

Shades and tints

Shades of #A892A6

#A892A6
(168,146,166)
#998597
(153,133,151)
#8A7888
(138,120,136)
#7B6B79
(123,107,121)
#6C5E6A
(108,94,106)
#5D515B
(93,81,91)
#4E444C
(78,68,76)
#3F373D
(63,55,61)
#302A2E
(48,42,46)
#211D1F
(33,29,31)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A892A6

#A892A6
(168,146,166)
#AF9BAE
(175,155,174)
#B6A4B6
(182,164,182)
#BDADBE
(189,173,190)
#C4B6C6
(196,182,198)
#CBBFCE
(203,191,206)
#D2C8D6
(210,200,214)
#D9D1DE
(217,209,222)
#E0DAE6
(224,218,230)
#E7E3EE
(231,227,238)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A892A6 color. Also use rgb(168,146,166) instead hex code.

Text Font Color

.myTextColor { color: #A892A6; }

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

This text font color is #A892A6.


Background Color

.myBgColor { background-color: #A892A6; }

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

This div background color is #A892A6.


Border color

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

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

This div border color is #A892A6.


Opacity

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

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

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

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

This text has shadow with #A892A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A892A6 on black background.


Color preview on white background

This text has color #A892A6 on white background.



Black color preview on #A892A6 background

This text has black color on #A892A6 background.


White color preview on #A892A6 background

This text has white color on #A892A6 background.