COLOR #A5B17A

HEX: #A5B17A RGB: (165,177,122)

Color info

#A5B17A contains red, green and blue colors in about the same proportion. Web safe color of #A5B17A is #999966 (or #996).

RGB color model

#A5B17A color RGB value is (165,177,122).

RGB: (165,177,122) (65%, 69%, 48%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 122 of 255 = 48%

165
177
122

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 122 = 464 (100%)
R 165 of 464 ~ 35.56%
G 177 of 464 ~ 38.15%
B 122 of 464 ~ 26.29'%

%35.56
%38.15
%26.29

CMYK color model

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

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

CMYK: (7,0,31,31)
C7M0Y31K31 (7%, 0%, 31%, 31%)
(0.07 / 0.00 / 0.31 / 0.31)

CMYK percentages

%6.78
%0
%31.07
%30.59

Codes

Color #A5B17A in popluar color models

A5 B1 7A
RGB 165 177 122
HSL 73° 26.07% 58.63%
HSB/HSV 73° 31.07% 69.41%
CMYK 6.78% 0.00% 31.07%
30.59%

Color #A5B17A in popluar number systems.

HEX A5 B1 7A
Decimal 165 177 122
Binary 10100101 10110001 1111010
Octal 245 261 172

Shades and tints

Shades of #A5B17A

#A5B17A
(165,177,122)
#96A16F
(150,161,111)
#879164
(135,145,100)
#788159
(120,129,89)
#69714E
(105,113,78)
#5A6143
(90,97,67)
#4B5138
(75,81,56)
#3C412D
(60,65,45)
#2D3122
(45,49,34)
#1E2117
(30,33,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #A5B17A

#A5B17A
(165,177,122)
#ADB886
(173,184,134)
#B5BF92
(181,191,146)
#BDC69E
(189,198,158)
#C5CDAA
(197,205,170)
#CDD4B6
(205,212,182)
#D5DBC2
(213,219,194)
#DDE2CE
(221,226,206)
#E5E9DA
(229,233,218)
#EDF0E6
(237,240,230)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B17A; }

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

This text font color is #A5B17A.

Background Color

.myBgColor { background-color: #A5B17A; }

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

This div background color is #A5B17A.

Border color

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

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

This div border color is #A5B17A.

Opacity

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

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

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

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

This text has shadow with #A5B17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B17A.

Preview

Color preview on black background

This text has color #A5B17A on black background.


Color preview on white background

This text has color #A5B17A on white background.


Black color preview on #A5B17A background

This text has black color on #A5B17A background.


White color preview on #A5B17A background

This text has white color on #A5B17A background.


Related colors

Complementary color

Complementary color for #hex is #5A4E85.


I love getcolorcode.com

Triadic colors

1 #7AA5B1 and #B17AA5 with #A5B17A are triadic colors.

2 #7AB1A5 and #B1A57A with #A5B17A are triadic colors.