COLOR #A4BB99

HEX: #A4BB99 RGB: (164,187,153)

Color info

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

RGB color model

#A4BB99 color RGB value is (164,187,153).

RGB: (164,187,153) (64%, 73%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 153 of 255 = 60%

164
187
153

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

Portions of RGB colors in percentages

R + G + B = 164 + 187 + 153 = 504 (100%)
R 164 of 504 ~ 32.54%
G 187 of 504 ~ 37.1%
B 153 of 504 ~ 30.36'%

%32.54
%37.1
%30.36

CMYK color model

#A4BB99 color CMYK value is (12,0,18,27).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK: (12,0,18,27) C12M0Y18K27 (12%,0%,18%,27%) (0.12/0.00/0.18/0.27) 

CMYK percentages

%12.3
%0
%18.18
%26.67

Codes

Color #A4BB99 in popluar color models

A4 BB 99
RGB 164 187 153
HSL 101° 20.00% 66.67%
HSB/HSV 101° 18.18% 73.33%
CMYK 12.30% 0.00% 18.18%
26.67%

Color #A4BB99 in popluar number systems.

HEX A4 BB 99
Decimal 164 187 153
Binary 10100100 10111011 10011001
Octal 244 273 231

Shades and tints

Shades of #A4BB99

#A4BB99
(164,187,153)
#96AA8C
(150,170,140)
#88997F
(136,153,127)
#7A8872
(122,136,114)
#6C7765
(108,119,101)
#5E6658
(94,102,88)
#50554B
(80,85,75)
#42443E
(66,68,62)
#343331
(52,51,49)
#262224
(38,34,36)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #A4BB99

#A4BB99
(164,187,153)
#ACC1A2
(172,193,162)
#B4C7AB
(180,199,171)
#BCCDB4
(188,205,180)
#C4D3BD
(196,211,189)
#CCD9C6
(204,217,198)
#D4DFCF
(212,223,207)
#DCE5D8
(220,229,216)
#E4EBE1
(228,235,225)
#ECF1EA
(236,241,234)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BB99 color. Also use rgb(164,187,153) instead hex code.

Text Font Color

.myTextColor { color: #A4BB99; }

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

This text font color is #A4BB99.

Background Color

.myBgColor { background-color: #A4BB99; }

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

This div background color is #A4BB99.

Border color

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

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

This div border color is #A4BB99.

Opacity

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

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

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

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

This text has shadow with #A4BB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BB99.

Preview

Color preview on black background

This text has color #A4BB99 on black background.


Color preview on white background

This text has color #A4BB99 on white background.


Black color preview on #A4BB99 background

This text has black color on #A4BB99 background.


White color preview on #A4BB99 background

This text has white color on #A4BB99 background.


Related colors

Complementary color

Complementary color for #hex is #5B4466.


I love getcolorcode.com

Triadic colors

1 #99A4BB and #BB99A4 with #A4BB99 are triadic colors.

2 #99BBA4 and #BBA499 with #A4BB99 are triadic colors.