COLOR #A8B081

HEX: #A8B081 RGB: (168,176,129)

Color info

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

RGB color model

#A8B081 color RGB value is (168,176,129).

RGB: (168,176,129) (66%, 69%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 129 of 255 = 51%

168
176
129

R + G + B ~ 62%. #A8B081 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 176 + 129 = 473 (100%)
R 168 of 473 ~ 35.52%
G 176 of 473 ~ 37.21%
B 129 of 473 ~ 27.27'%

%35.52
%37.21
%27.27

CMYK color model

#A8B081 color CMYK value is (5,0,27,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK: (5,0,27,31) C5M0Y27K31 (5%,0%,27%,31%) (0.05/0.00/0.27/0.31) 

CMYK percentages

%4.55
%0
%26.7
%30.98

Codes

Color #A8B081 in popluar color models

A8 B0 81
RGB 168 176 129
HSL 70° 22.93% 59.80%
HSB/HSV 70° 26.70% 69.02%
CMYK 4.55% 0.00% 26.70%
30.98%

Color #A8B081 in popluar number systems.

HEX A8 B0 81
Decimal 168 176 129
Binary 10101000 10110000 10000001
Octal 250 260 201

Shades and tints

Shades of #A8B081

#A8B081
(168,176,129)
#99A076
(153,160,118)
#8A906B
(138,144,107)
#7B8060
(123,128,96)
#6C7055
(108,112,85)
#5D604A
(93,96,74)
#4E503F
(78,80,63)
#3F4034
(63,64,52)
#303029
(48,48,41)
#21201E
(33,32,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #A8B081

#A8B081
(168,176,129)
#AFB78C
(175,183,140)
#B6BE97
(182,190,151)
#BDC5A2
(189,197,162)
#C4CCAD
(196,204,173)
#CBD3B8
(203,211,184)
#D2DAC3
(210,218,195)
#D9E1CE
(217,225,206)
#E0E8D9
(224,232,217)
#E7EFE4
(231,239,228)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B081 color. Also use rgb(168,176,129) instead hex code.

Text Font Color

.myTextColor { color: #A8B081; }

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

This text font color is #A8B081.

Background Color

.myBgColor { background-color: #A8B081; }

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

This div background color is #A8B081.

Border color

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

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

This div border color is #A8B081.

Opacity

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

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

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

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

This text has shadow with #A8B081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B081.

Preview

Color preview on black background

This text has color #A8B081 on black background.


Color preview on white background

This text has color #A8B081 on white background.


Black color preview on #A8B081 background

This text has black color on #A8B081 background.


White color preview on #A8B081 background

This text has white color on #A8B081 background.


Related colors

Complementary color

Complementary color for #hex is #574F7E.


I love getcolorcode.com

Triadic colors

1 #81A8B0 and #B081A8 with #A8B081 are triadic colors.

2 #81B0A8 and #B0A881 with #A8B081 are triadic colors.