COLOR #A8B461

HEX: #A8B461
RGB: (168,180,97)

Color info

#A8B461 contains mainly red and green colors. Web safe color of #A8B461 is #99CC66 (or #9C6).

RGB color model

#A8B461 color RGB value is (168,180,97).

  • red value is 168;
  • green value is 180;
  • blue value is 97.
RGB:
(168,180,97)
(66%,71%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 97 of 255 = 38%

168
180
97

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

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 97 = 445 (100%)
R 168 of 445 ~ 37.75%
G 180 of 445 ~ 40.45%
B 97 of 445 ~ 21.8%

%37.75
%40.45
%21.8

CMYK color model

#A8B461 color CMYK value is (7,0,46,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 46.11%
  • key color value is 29.41%
CMYK:
(7,0,46,29)
C7M0Y46K29 
(7%,0%,46%,29%)
(0.07/0.00/0.46/0.29)	

CMYK percentages

%6.67
%0
%46.11
%29.41

Codes

Color #A8B461 in popluar color models

A8B461
RGB16818097
HSL69°35.62%54.31%
HSB/HSV69°46.11%70.59%
CMYK6.67%0.00%46.11%
29.41%

Color #A8B461 in popluar number systems.

HEXA8B461
Decimal16818097
Binary10101000101101001100001
Octal250264141

Shades and tints

Shades of #A8B461

#A8B461
(168,180,97)
#99A459
(153,164,89)
#8A9451
(138,148,81)
#7B8449
(123,132,73)
#6C7441
(108,116,65)
#5D6439
(93,100,57)
#4E5431
(78,84,49)
#3F4429
(63,68,41)
#303421
(48,52,33)
#212419
(33,36,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8B461

#A8B461
(168,180,97)
#AFBA6F
(175,186,111)
#B6C07D
(182,192,125)
#BDC68B
(189,198,139)
#C4CC99
(196,204,153)
#CBD2A7
(203,210,167)
#D2D8B5
(210,216,181)
#D9DEC3
(217,222,195)
#E0E4D1
(224,228,209)
#E7EADF
(231,234,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B461 color. Also use rgb(168,180,97) instead hex code.

Text Font Color

.myTextColor { color: #A8B461; }

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

This text font color is #A8B461.


Background Color

.myBgColor { background-color: #A8B461; }

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

This div background color is #A8B461.


Border color

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

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

This div border color is #A8B461.


Opacity

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

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

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

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

This text has shadow with #A8B461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B461 on black background.


Color preview on white background

This text has color #A8B461 on white background.



Black color preview on #A8B461 background

This text has black color on #A8B461 background.


White color preview on #A8B461 background

This text has white color on #A8B461 background.