COLOR #A4B08E

HEX: #A4B08E RGB: (164,176,142)

Color info

#A4B08E contains red, green and blue colors in about the same proportion. Web safe color of #A4B08E is #999999 (or #999).

RGB color model

#A4B08E color RGB value is (164,176,142).

RGB: (164,176,142) (64%, 69%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 142 of 255 = 56%

164
176
142

R + G + B ~ 63%. #A4B08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 176 + 142 = 482 (100%)
R 164 of 482 ~ 34.02%
G 176 of 482 ~ 36.51%
B 142 of 482 ~ 29.46'%

%34.02
%36.51
%29.46

CMYK color model

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

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%

CMYK: (7,0,19,31)
C7M0Y19K31 (7%, 0%, 19%, 31%)
(0.07 / 0.00 / 0.19 / 0.31)

CMYK percentages

%6.82
%0
%19.32
%30.98

Codes

Color #A4B08E in popluar color models

A4 B0 8E
RGB 164 176 142
HSL 81° 17.71% 62.35%
HSB/HSV 81° 19.32% 69.02%
CMYK 6.82% 0.00% 19.32%
30.98%

Color #A4B08E in popluar number systems.

HEX A4 B0 8E
Decimal 164 176 142
Binary 10100100 10110000 10001110
Octal 244 260 216

Shades and tints

Shades of #A4B08E

#A4B08E
(164,176,142)
#96A082
(150,160,130)
#889076
(136,144,118)
#7A806A
(122,128,106)
#6C705E
(108,112,94)
#5E6052
(94,96,82)
#505046
(80,80,70)
#42403A
(66,64,58)
#34302E
(52,48,46)
#262022
(38,32,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A4B08E

#A4B08E
(164,176,142)
#ACB798
(172,183,152)
#B4BEA2
(180,190,162)
#BCC5AC
(188,197,172)
#C4CCB6
(196,204,182)
#CCD3C0
(204,211,192)
#D4DACA
(212,218,202)
#DCE1D4
(220,225,212)
#E4E8DE
(228,232,222)
#ECEFE8
(236,239,232)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B08E color. Also use rgb(164,176,142) instead hex code.

Text Font Color

.myTextColor { color: #A4B08E; }

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

This text font color is #A4B08E.

Background Color

.myBgColor { background-color: #A4B08E; }

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

This div background color is #A4B08E.

Border color

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

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

This div border color is #A4B08E.

Opacity

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

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

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

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

This text has shadow with #A4B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B08E.

Preview

Color preview on black background

This text has color #A4B08E on black background.


Color preview on white background

This text has color #A4B08E on white background.


Black color preview on #A4B08E background

This text has black color on #A4B08E background.


White color preview on #A4B08E background

This text has white color on #A4B08E background.


Related colors

Complementary color

Complementary color for #hex is #5B4F71.


I love getcolorcode.com

Triadic colors

1 #8EA4B0 and #B08EA4 with #A4B08E are triadic colors.

2 #8EB0A4 and #B0A48E with #A4B08E are triadic colors.