COLOR #A5B47E

HEX: #A5B47E RGB: (165,180,126)

Color info

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

RGB color model

#A5B47E color RGB value is (165,180,126).

RGB: (165,180,126) (65%, 71%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 126 of 255 = 49%

165
180
126

R + G + B ~ 62%. #A5B47E is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 180 + 126 = 471 (100%)
R 165 of 471 ~ 35.03%
G 180 of 471 ~ 38.22%
B 126 of 471 ~ 26.75'%

%35.03
%38.22
%26.75

CMYK color model

#A5B47E color CMYK value is (8,0,30,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK: (8,0,30,29) C8M0Y30K29 (8%,0%,30%,29%) (0.08/0.00/0.30/0.29) 

CMYK percentages

%8.33
%0
%30
%29.41

Codes

Color #A5B47E in popluar color models

A5 B4 7E
RGB 165 180 126
HSL 77° 26.47% 60.00%
HSB/HSV 77° 30.00% 70.59%
CMYK 8.33% 0.00% 30.00%
29.41%

Color #A5B47E in popluar number systems.

HEX A5 B4 7E
Decimal 165 180 126
Binary 10100101 10110100 1111110
Octal 245 264 176

Shades and tints

Shades of #A5B47E

#A5B47E
(165,180,126)
#96A473
(150,164,115)
#879468
(135,148,104)
#78845D
(120,132,93)
#697452
(105,116,82)
#5A6447
(90,100,71)
#4B543C
(75,84,60)
#3C4431
(60,68,49)
#2D3426
(45,52,38)
#1E241B
(30,36,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5B47E

#A5B47E
(165,180,126)
#ADBA89
(173,186,137)
#B5C094
(181,192,148)
#BDC69F
(189,198,159)
#C5CCAA
(197,204,170)
#CDD2B5
(205,210,181)
#D5D8C0
(213,216,192)
#DDDECB
(221,222,203)
#E5E4D6
(229,228,214)
#EDEAE1
(237,234,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B47E color. Also use rgb(165,180,126) instead hex code.

Text Font Color

.myTextColor { color: #A5B47E; }

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

This text font color is #A5B47E.

Background Color

.myBgColor { background-color: #A5B47E; }

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

This div background color is #A5B47E.

Border color

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

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

This div border color is #A5B47E.

Opacity

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

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

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

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

This text has shadow with #A5B47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B47E.

Preview

Color preview on black background

This text has color #A5B47E on black background.


Color preview on white background

This text has color #A5B47E on white background.


Black color preview on #A5B47E background

This text has black color on #A5B47E background.


White color preview on #A5B47E background

This text has white color on #A5B47E background.


Related colors

Complementary color

Complementary color for #hex is #5A4B81.


I love getcolorcode.com

Triadic colors

1 #7EA5B4 and #B47EA5 with #A5B47E are triadic colors.

2 #7EB4A5 and #B4A57E with #A5B47E are triadic colors.