COLOR #A5A28B

HEX: #A5A28B RGB: (165,162,139)

Color info

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

RGB color model

#A5A28B color RGB value is (165,162,139).

RGB: (165,162,139) (65%, 64%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 162 of 255 = 64%
B 139 of 255 = 55%

165
162
139

R + G + B ~ 61%. #A5A28B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 162 + 139 = 466 (100%)
R 165 of 466 ~ 35.41%
G 162 of 466 ~ 34.76%
B 139 of 466 ~ 29.83'%

%35.41
%34.76
%29.83

CMYK color model

#A5A28B color CMYK value is (0,2,16,35).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 15.76%
  • key color value is 35.29%

CMYK: (0,2,16,35)
C0M2Y16K35 (0%, 2%, 16%, 35%)
(0.00 / 0.02 / 0.16 / 0.35)

CMYK percentages

%0
%1.82
%15.76
%35.29

Codes

Color #A5A28B in popluar color models

A5 A2 8B
RGB 165 162 139
HSL 53° 12.62% 59.61%
HSB/HSV 53° 15.76% 64.71%
CMYK 0.00% 1.82% 15.76%
35.29%

Color #A5A28B in popluar number systems.

HEX A5 A2 8B
Decimal 165 162 139
Binary 10100101 10100010 10001011
Octal 245 242 213

Shades and tints

Shades of #A5A28B

#A5A28B
(165,162,139)
#96947F
(150,148,127)
#878673
(135,134,115)
#787867
(120,120,103)
#696A5B
(105,106,91)
#5A5C4F
(90,92,79)
#4B4E43
(75,78,67)
#3C4037
(60,64,55)
#2D322B
(45,50,43)
#1E241F
(30,36,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5A28B

#A5A28B
(165,162,139)
#ADAA95
(173,170,149)
#B5B29F
(181,178,159)
#BDBAA9
(189,186,169)
#C5C2B3
(197,194,179)
#CDCABD
(205,202,189)
#D5D2C7
(213,210,199)
#DDDAD1
(221,218,209)
#E5E2DB
(229,226,219)
#EDEAE5
(237,234,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A28B color. Also use rgb(165,162,139) instead hex code.

Text Font Color

.myTextColor { color: #A5A28B; }

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

This text font color is #A5A28B.

Background Color

.myBgColor { background-color: #A5A28B; }

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

This div background color is #A5A28B.

Border color

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

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

This div border color is #A5A28B.

Opacity

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

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

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

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

This text has shadow with #A5A28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A28B.

Preview

Color preview on black background

This text has color #A5A28B on black background.


Color preview on white background

This text has color #A5A28B on white background.


Black color preview on #A5A28B background

This text has black color on #A5A28B background.


White color preview on #A5A28B background

This text has white color on #A5A28B background.


Related colors

Complementary color

Complementary color for #hex is #5A5D74.


I love getcolorcode.com

Triadic colors

1 #8BA5A2 and #A28BA5 with #A5A28B are triadic colors.

2 #8BA2A5 and #A2A58B with #A5A28B are triadic colors.