COLOR #A5B199

HEX: #A5B199
RGB: (165,177,153)

Color info

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

RGB color model

#A5B199 color RGB value is (165,177,153).

  • red value is 165;
  • green value is 177;
  • blue value is 153.
RGB:
(165,177,153)
(65%,69%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 153 of 255 = 60%

165
177
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 153 = 495 (100%)
R 165 of 495 ~ 33.33%
G 177 of 495 ~ 35.76%
B 153 of 495 ~ 30.91%

%33.33
%35.76
%30.91

CMYK color model

#A5B199 color CMYK value is (7,0,14,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(7,0,14,31)
C7M0Y14K31 
(7%,0%,14%,31%)
(0.07/0.00/0.14/0.31)	

CMYK percentages

%6.78
%0
%13.56
%30.59

Codes

Color #A5B199 in popluar color models

A5B199
RGB165177153
HSL90°13.33%64.71%
HSB/HSV90°13.56%69.41%
CMYK6.78%0.00%13.56%
30.59%

Color #A5B199 in popluar number systems.

HEXA5B199
Decimal165177153
Binary101001011011000110011001
Octal245261231

Shades and tints

Shades of #A5B199

#A5B199
(165,177,153)
#96A18C
(150,161,140)
#87917F
(135,145,127)
#788172
(120,129,114)
#697165
(105,113,101)
#5A6158
(90,97,88)
#4B514B
(75,81,75)
#3C413E
(60,65,62)
#2D3131
(45,49,49)
#1E2124
(30,33,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5B199

#A5B199
(165,177,153)
#ADB8A2
(173,184,162)
#B5BFAB
(181,191,171)
#BDC6B4
(189,198,180)
#C5CDBD
(197,205,189)
#CDD4C6
(205,212,198)
#D5DBCF
(213,219,207)
#DDE2D8
(221,226,216)
#E5E9E1
(229,233,225)
#EDF0EA
(237,240,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B199; }

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

This text font color is #A5B199.


Background Color

.myBgColor { background-color: #A5B199; }

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

This div background color is #A5B199.


Border color

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

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

This div border color is #A5B199.


Opacity

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

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

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

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

This text has shadow with #A5B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B199 on black background.


Color preview on white background

This text has color #A5B199 on white background.



Black color preview on #A5B199 background

This text has black color on #A5B199 background.


White color preview on #A5B199 background

This text has white color on #A5B199 background.