COLOR #A8B583

HEX: #A8B583
RGB: (168,181,131)

Color info

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

RGB color model

#A8B583 color RGB value is (168,181,131).

  • red value is 168;
  • green value is 181;
  • blue value is 131.
RGB:
(168,181,131)
(66%,71%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 131 of 255 = 51%

168
181
131

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

Portions of RGB colors in percentages

R + G + B =
168 + 181 + 131 = 480 (100%)
R 168 of 480 ~ 35%
G 181 of 480 ~ 37.71%
B 131 of 480 ~ 27.29%

%35
%37.71
%27.29

CMYK color model

#A8B583 color CMYK value is (7,0,28,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(7,0,28,29)
C7M0Y28K29 
(7%,0%,28%,29%)
(0.07/0.00/0.28/0.29)	

CMYK percentages

%7.18
%0
%27.62
%29.02

Codes

Color #A8B583 in popluar color models

A8B583
RGB168181131
HSL76°25.25%61.18%
HSB/HSV76°27.62%70.98%
CMYK7.18%0.00%27.62%
29.02%

Color #A8B583 in popluar number systems.

HEXA8B583
Decimal168181131
Binary101010001011010110000011
Octal250265203

Shades and tints

Shades of #A8B583

#A8B583
(168,181,131)
#99A578
(153,165,120)
#8A956D
(138,149,109)
#7B8562
(123,133,98)
#6C7557
(108,117,87)
#5D654C
(93,101,76)
#4E5541
(78,85,65)
#3F4536
(63,69,54)
#30352B
(48,53,43)
#212520
(33,37,32)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8B583

#A8B583
(168,181,131)
#AFBB8E
(175,187,142)
#B6C199
(182,193,153)
#BDC7A4
(189,199,164)
#C4CDAF
(196,205,175)
#CBD3BA
(203,211,186)
#D2D9C5
(210,217,197)
#D9DFD0
(217,223,208)
#E0E5DB
(224,229,219)
#E7EBE6
(231,235,230)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B583 color. Also use rgb(168,181,131) instead hex code.

Text Font Color

.myTextColor { color: #A8B583; }

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

This text font color is #A8B583.


Background Color

.myBgColor { background-color: #A8B583; }

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

This div background color is #A8B583.


Border color

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

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

This div border color is #A8B583.


Opacity

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

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

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

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

This text has shadow with #A8B583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B583 on black background.


Color preview on white background

This text has color #A8B583 on white background.



Black color preview on #A8B583 background

This text has black color on #A8B583 background.


White color preview on #A8B583 background

This text has white color on #A8B583 background.