COLOR #A5A48C

HEX: #A5A48C RGB: (165,164,140)

Color info

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

RGB color model

#A5A48C color RGB value is (165,164,140).

RGB: (165,164,140) (65%, 64%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 140 of 255 = 55%

165
164
140

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

Portions of RGB colors in percentages

R + G + B = 165 + 164 + 140 = 469 (100%)
R 165 of 469 ~ 35.18%
G 164 of 469 ~ 34.97%
B 140 of 469 ~ 29.85'%

%35.18
%34.97
%29.85

CMYK color model

#A5A48C color CMYK value is (0,1,15,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 15.15%
  • key color value is 35.29%

CMYK: (0,1,15,35)
C0M1Y15K35 (0%, 1%, 15%, 35%)
(0.00 / 0.01 / 0.15 / 0.35)

CMYK percentages

%0
%0.61
%15.15
%35.29

Codes

Color #A5A48C in popluar color models

A5 A4 8C
RGB 165 164 140
HSL 58° 12.20% 59.80%
HSB/HSV 58° 15.15% 64.71%
CMYK 0.00% 0.61% 15.15%
35.29%

Color #A5A48C in popluar number systems.

HEX A5 A4 8C
Decimal 165 164 140
Binary 10100101 10100100 10001100
Octal 245 244 214

Shades and tints

Shades of #A5A48C

#A5A48C
(165,164,140)
#969680
(150,150,128)
#878874
(135,136,116)
#787A68
(120,122,104)
#696C5C
(105,108,92)
#5A5E50
(90,94,80)
#4B5044
(75,80,68)
#3C4238
(60,66,56)
#2D342C
(45,52,44)
#1E2620
(30,38,32)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5A48C

#A5A48C
(165,164,140)
#ADAC96
(173,172,150)
#B5B4A0
(181,180,160)
#BDBCAA
(189,188,170)
#C5C4B4
(197,196,180)
#CDCCBE
(205,204,190)
#D5D4C8
(213,212,200)
#DDDCD2
(221,220,210)
#E5E4DC
(229,228,220)
#EDECE6
(237,236,230)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A48C color. Also use rgb(165,164,140) instead hex code.

Text Font Color

.myTextColor { color: #A5A48C; }

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

This text font color is #A5A48C.

Background Color

.myBgColor { background-color: #A5A48C; }

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

This div background color is #A5A48C.

Border color

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

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

This div border color is #A5A48C.

Opacity

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

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

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

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

This text has shadow with #A5A48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A48C.

Preview

Color preview on black background

This text has color #A5A48C on black background.


Color preview on white background

This text has color #A5A48C on white background.


Black color preview on #A5A48C background

This text has black color on #A5A48C background.


White color preview on #A5A48C background

This text has white color on #A5A48C background.


Related colors

Complementary color

Complementary color for #hex is #5A5B73.


I love getcolorcode.com

Triadic colors

1 #8CA5A4 and #A48CA5 with #A5A48C are triadic colors.

2 #8CA4A5 and #A4A58C with #A5A48C are triadic colors.