COLOR #A5B192

HEX: #A5B192 RGB: (165,177,146)

Color info

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

RGB color model

#A5B192 color RGB value is (165,177,146).

RGB: (165,177,146) (65%, 69%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 146 of 255 = 57%

165
177
146

R + G + B ~ 64%. #A5B192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 146 = 488 (100%)
R 165 of 488 ~ 33.81%
G 177 of 488 ~ 36.27%
B 146 of 488 ~ 29.92'%

%33.81
%36.27
%29.92

CMYK color model

#A5B192 color CMYK value is (7,0,18,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%

CMYK: (7,0,18,31)
C7M0Y18K31 (7%, 0%, 18%, 31%)
(0.07 / 0.00 / 0.18 / 0.31)

CMYK percentages

%6.78
%0
%17.51
%30.59

Codes

Color #A5B192 in popluar color models

A5 B1 92
RGB 165 177 146
HSL 83° 16.58% 63.33%
HSB/HSV 83° 17.51% 69.41%
CMYK 6.78% 0.00% 17.51%
30.59%

Color #A5B192 in popluar number systems.

HEX A5 B1 92
Decimal 165 177 146
Binary 10100101 10110001 10010010
Octal 245 261 222

Shades and tints

Shades of #A5B192

#A5B192
(165,177,146)
#96A185
(150,161,133)
#879178
(135,145,120)
#78816B
(120,129,107)
#69715E
(105,113,94)
#5A6151
(90,97,81)
#4B5144
(75,81,68)
#3C4137
(60,65,55)
#2D312A
(45,49,42)
#1E211D
(30,33,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A5B192

#A5B192
(165,177,146)
#ADB89B
(173,184,155)
#B5BFA4
(181,191,164)
#BDC6AD
(189,198,173)
#C5CDB6
(197,205,182)
#CDD4BF
(205,212,191)
#D5DBC8
(213,219,200)
#DDE2D1
(221,226,209)
#E5E9DA
(229,233,218)
#EDF0E3
(237,240,227)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B192; }

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

This text font color is #A5B192.

Background Color

.myBgColor { background-color: #A5B192; }

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

This div background color is #A5B192.

Border color

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

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

This div border color is #A5B192.

Opacity

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

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

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

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

This text has shadow with #A5B192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B192.

Preview

Color preview on black background

This text has color #A5B192 on black background.


Color preview on white background

This text has color #A5B192 on white background.


Black color preview on #A5B192 background

This text has black color on #A5B192 background.


White color preview on #A5B192 background

This text has white color on #A5B192 background.


Related colors

Complementary color

Complementary color for #hex is #5A4E6D.


I love getcolorcode.com

Triadic colors

1 #92A5B1 and #B192A5 with #A5B192 are triadic colors.

2 #92B1A5 and #B1A592 with #A5B192 are triadic colors.