COLOR #A2B875

HEX: #A2B875
RGB: (162,184,117)

Color info

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

RGB color model

#A2B875 color RGB value is (162,184,117).

  • red value is 162;
  • green value is 184;
  • blue value is 117.
RGB:
(162,184,117)
(64%,72%,46%)

RGB channels and saturation

R 162 of 255 = 64%
G 184 of 255 = 72%
B 117 of 255 = 46%

162
184
117

R + G + B ~ 61%. #A2B875 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 184 + 117 = 463 (100%)
R 162 of 463 ~ 34.99%
G 184 of 463 ~ 39.74%
B 117 of 463 ~ 25.27%

%34.99
%39.74
%25.27

CMYK color model

#A2B875 color CMYK value is (12,0,36,28).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(12,0,36,28)
C12M0Y36K28 
(12%,0%,36%,28%)
(0.12/0.00/0.36/0.28)	

CMYK percentages

%11.96
%0
%36.41
%27.84

Codes

Color #A2B875 in popluar color models

A2B875
RGB162184117
HSL80°32.06%59.02%
HSB/HSV80°36.41%72.16%
CMYK11.96%0.00%36.41%
27.84%

Color #A2B875 in popluar number systems.

HEXA2B875
Decimal162184117
Binary10100010101110001110101
Octal242270165

Shades and tints

Shades of #A2B875

#A2B875
(162,184,117)
#94A86B
(148,168,107)
#869861
(134,152,97)
#788857
(120,136,87)
#6A784D
(106,120,77)
#5C6843
(92,104,67)
#4E5839
(78,88,57)
#40482F
(64,72,47)
#323825
(50,56,37)
#24281B
(36,40,27)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2B875

#A2B875
(162,184,117)
#AABE81
(170,190,129)
#B2C48D
(178,196,141)
#BACA99
(186,202,153)
#C2D0A5
(194,208,165)
#CAD6B1
(202,214,177)
#D2DCBD
(210,220,189)
#DAE2C9
(218,226,201)
#E2E8D5
(226,232,213)
#EAEEE1
(234,238,225)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B875 color. Also use rgb(162,184,117) instead hex code.

Text Font Color

.myTextColor { color: #A2B875; }

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

This text font color is #A2B875.


Background Color

.myBgColor { background-color: #A2B875; }

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

This div background color is #A2B875.


Border color

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

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

This div border color is #A2B875.


Opacity

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

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

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

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

This text has shadow with #A2B875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B875 on black background.


Color preview on white background

This text has color #A2B875 on white background.



Black color preview on #A2B875 background

This text has black color on #A2B875 background.


White color preview on #A2B875 background

This text has white color on #A2B875 background.