COLOR #A4AB69

HEX: #A4AB69 RGB: (164,171,105)

Color info

#A4AB69 contains mainly red and green colors. Web safe color of #A4AB69 is #999966 (or #996).

RGB color model

#A4AB69 color RGB value is (164,171,105).

RGB: (164,171,105) (64%, 67%, 41%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 105 of 255 = 41%

164
171
105

R + G + B ~ 57%. #A4AB69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 105 = 440 (100%)
R 164 of 440 ~ 37.27%
G 171 of 440 ~ 38.86%
B 105 of 440 ~ 23.86'%

%37.27
%38.86
%23.86

CMYK color model

#A4AB69 color CMYK value is (4,0,39,33).

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 32.94%

CMYK: (4,0,39,33)
C4M0Y39K33 (4%, 0%, 39%, 33%)
(0.04 / 0.00 / 0.39 / 0.33)

CMYK percentages

%4.09
%0
%38.6
%32.94

Codes

Color #A4AB69 in popluar color models

A4 AB 69
RGB 164 171 105
HSL 66° 28.21% 54.12%
HSB/HSV 66° 38.60% 67.06%
CMYK 4.09% 0.00% 38.60%
32.94%

Color #A4AB69 in popluar number systems.

HEX A4 AB 69
Decimal 164 171 105
Binary 10100100 10101011 1101001
Octal 244 253 151

Shades and tints

Shades of #A4AB69

#A4AB69
(164,171,105)
#969C60
(150,156,96)
#888D57
(136,141,87)
#7A7E4E
(122,126,78)
#6C6F45
(108,111,69)
#5E603C
(94,96,60)
#505133
(80,81,51)
#42422A
(66,66,42)
#343321
(52,51,33)
#262418
(38,36,24)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4AB69

#A4AB69
(164,171,105)
#ACB276
(172,178,118)
#B4B983
(180,185,131)
#BCC090
(188,192,144)
#C4C79D
(196,199,157)
#CCCEAA
(204,206,170)
#D4D5B7
(212,213,183)
#DCDCC4
(220,220,196)
#E4E3D1
(228,227,209)
#ECEADE
(236,234,222)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AB69 color. Also use rgb(164,171,105) instead hex code.

Text Font Color

.myTextColor { color: #A4AB69; }

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

This text font color is #A4AB69.

Background Color

.myBgColor { background-color: #A4AB69; }

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

This div background color is #A4AB69.

Border color

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

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

This div border color is #A4AB69.

Opacity

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

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

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

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

This text has shadow with #A4AB69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AB69.

Preview

Color preview on black background

This text has color #A4AB69 on black background.


Color preview on white background

This text has color #A4AB69 on white background.


Black color preview on #A4AB69 background

This text has black color on #A4AB69 background.


White color preview on #A4AB69 background

This text has white color on #A4AB69 background.


Related colors

Complementary color

Complementary color for #hex is #5B5496.


I love getcolorcode.com

Triadic colors

1 #69A4AB and #AB69A4 with #A4AB69 are triadic colors.

2 #69ABA4 and #ABA469 with #A4AB69 are triadic colors.