COLOR #A5B892

HEX: #A5B892
RGB: (165,184,146)

Color info

#A5B892 contains red, green and blue colors in about the same proportion. Web safe color of #A5B892 is #99CC99 (or #9C9).

RGB color model

#A5B892 color RGB value is (165,184,146).

  • red value is 165;
  • green value is 184;
  • blue value is 146.
RGB:
(165,184,146)
(65%,72%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 184 of 255 = 72%
B 146 of 255 = 57%

165
184
146

R + G + B ~ 65%. #A5B892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 184 + 146 = 495 (100%)
R 165 of 495 ~ 33.33%
G 184 of 495 ~ 37.17%
B 146 of 495 ~ 29.49%

%33.33
%37.17
%29.49

CMYK color model

#A5B892 color CMYK value is (10,0,21,28).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(10,0,21,28)
C10M0Y21K28 
(10%,0%,21%,28%)
(0.10/0.00/0.21/0.28)	

CMYK percentages

%10.33
%0
%20.65
%27.84

Codes

Color #A5B892 in popluar color models

A5B892
RGB165184146
HSL90°21.11%64.71%
HSB/HSV90°20.65%72.16%
CMYK10.33%0.00%20.65%
27.84%

Color #A5B892 in popluar number systems.

HEXA5B892
Decimal165184146
Binary101001011011100010010010
Octal245270222

Shades and tints

Shades of #A5B892

#A5B892
(165,184,146)
#96A885
(150,168,133)
#879878
(135,152,120)
#78886B
(120,136,107)
#69785E
(105,120,94)
#5A6851
(90,104,81)
#4B5844
(75,88,68)
#3C4837
(60,72,55)
#2D382A
(45,56,42)
#1E281D
(30,40,29)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #A5B892

#A5B892
(165,184,146)
#ADBE9B
(173,190,155)
#B5C4A4
(181,196,164)
#BDCAAD
(189,202,173)
#C5D0B6
(197,208,182)
#CDD6BF
(205,214,191)
#D5DCC8
(213,220,200)
#DDE2D1
(221,226,209)
#E5E8DA
(229,232,218)
#EDEEE3
(237,238,227)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B892 color. Also use rgb(165,184,146) instead hex code.

Text Font Color

.myTextColor { color: #A5B892; }

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

This text font color is #A5B892.


Background Color

.myBgColor { background-color: #A5B892; }

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

This div background color is #A5B892.


Border color

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

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

This div border color is #A5B892.


Opacity

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

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

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

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

This text has shadow with #A5B892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B892 on black background.


Color preview on white background

This text has color #A5B892 on white background.



Black color preview on #A5B892 background

This text has black color on #A5B892 background.


White color preview on #A5B892 background

This text has white color on #A5B892 background.