COLOR #A5B69F

HEX: #A5B69F RGB: (165,182,159)

Color info

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

RGB color model

#A5B69F color RGB value is (165,182,159).

RGB: (165,182,159) (65%, 71%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 159 of 255 = 62%

165
182
159

R + G + B ~ 66%. #A5B69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 159 = 506 (100%)
R 165 of 506 ~ 32.61%
G 182 of 506 ~ 35.97%
B 159 of 506 ~ 31.42'%

%32.61
%35.97
%31.42

CMYK color model

#A5B69F color CMYK value is (9,0,13,29).

  • cyan value is 9.34%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%

CMYK: (9,0,13,29)
C9M0Y13K29 (9%, 0%, 13%, 29%)
(0.09 / 0.00 / 0.13 / 0.29)

CMYK percentages

%9.34
%0
%12.64
%28.63

Codes

Color #A5B69F in popluar color models

A5 B6 9F
RGB 165 182 159
HSL 104° 13.61% 66.86%
HSB/HSV 104° 12.64% 71.37%
CMYK 9.34% 0.00% 12.64%
28.63%

Color #A5B69F in popluar number systems.

HEX A5 B6 9F
Decimal 165 182 159
Binary 10100101 10110110 10011111
Octal 245 266 237

Shades and tints

Shades of #A5B69F

#A5B69F
(165,182,159)
#96A691
(150,166,145)
#879683
(135,150,131)
#788675
(120,134,117)
#697667
(105,118,103)
#5A6659
(90,102,89)
#4B564B
(75,86,75)
#3C463D
(60,70,61)
#2D362F
(45,54,47)
#1E2621
(30,38,33)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5B69F

#A5B69F
(165,182,159)
#ADBCA7
(173,188,167)
#B5C2AF
(181,194,175)
#BDC8B7
(189,200,183)
#C5CEBF
(197,206,191)
#CDD4C7
(205,212,199)
#D5DACF
(213,218,207)
#DDE0D7
(221,224,215)
#E5E6DF
(229,230,223)
#EDECE7
(237,236,231)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B69F color. Also use rgb(165,182,159) instead hex code.

Text Font Color

.myTextColor { color: #A5B69F; }

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

This text font color is #A5B69F.

Background Color

.myBgColor { background-color: #A5B69F; }

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

This div background color is #A5B69F.

Border color

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

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

This div border color is #A5B69F.

Opacity

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

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

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

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

This text has shadow with #A5B69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B69F.

Preview

Color preview on black background

This text has color #A5B69F on black background.


Color preview on white background

This text has color #A5B69F on white background.


Black color preview on #A5B69F background

This text has black color on #A5B69F background.


White color preview on #A5B69F background

This text has white color on #A5B69F background.


Related colors

Complementary color

Complementary color for #hex is #5A4960.


I love getcolorcode.com

Triadic colors

1 #9FA5B6 and #B69FA5 with #A5B69F are triadic colors.

2 #9FB6A5 and #B6A59F with #A5B69F are triadic colors.