COLOR #A0B958

HEX: #A0B958 RGB: (160,185,88)

Color info

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

RGB color model

#A0B958 color RGB value is (160,185,88).

RGB: (160,185,88) (63%, 73%, 35%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 88 of 255 = 35%

160
185
88

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

Portions of RGB colors in percentages

R + G + B = 160 + 185 + 88 = 433 (100%)
R 160 of 433 ~ 36.95%
G 185 of 433 ~ 42.73%
B 88 of 433 ~ 20.32'%

%36.95
%42.73
%20.32

CMYK color model

#A0B958 color CMYK value is (14,0,52,27).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 27.45%

CMYK: (14,0,52,27)
C14M0Y52K27 (14%, 0%, 52%, 27%)
(0.14 / 0.00 / 0.52 / 0.27)

CMYK percentages

%13.51
%0
%52.43
%27.45

Codes

Color #A0B958 in popluar color models

A0 B9 58
RGB 160 185 88
HSL 75° 40.93% 53.53%
HSB/HSV 75° 52.43% 72.55%
CMYK 13.51% 0.00% 52.43%
27.45%

Color #A0B958 in popluar number systems.

HEX A0 B9 58
Decimal 160 185 88
Binary 10100000 10111001 1011000
Octal 240 271 130

Shades and tints

Shades of #A0B958

#A0B958
(160,185,88)
#92A950
(146,169,80)
#849948
(132,153,72)
#768940
(118,137,64)
#687938
(104,121,56)
#5A6930
(90,105,48)
#4C5928
(76,89,40)
#3E4920
(62,73,32)
#303918
(48,57,24)
#222910
(34,41,16)
#141908
(20,25,8)
#000000
(0,0,0)

Tints of #A0B958

#A0B958
(160,185,88)
#A8BF67
(168,191,103)
#B0C576
(176,197,118)
#B8CB85
(184,203,133)
#C0D194
(192,209,148)
#C8D7A3
(200,215,163)
#D0DDB2
(208,221,178)
#D8E3C1
(216,227,193)
#E0E9D0
(224,233,208)
#E8EFDF
(232,239,223)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B958 color. Also use rgb(160,185,88) instead hex code.

Text Font Color

.myTextColor { color: #A0B958; }

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

This text font color is #A0B958.

Background Color

.myBgColor { background-color: #A0B958; }

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

This div background color is #A0B958.

Border color

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

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

This div border color is #A0B958.

Opacity

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

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

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

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

This text has shadow with #A0B958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B958.

Preview

Color preview on black background

This text has color #A0B958 on black background.


Color preview on white background

This text has color #A0B958 on white background.


Black color preview on #A0B958 background

This text has black color on #A0B958 background.


White color preview on #A0B958 background

This text has white color on #A0B958 background.


Related colors

Complementary color

Complementary color for #hex is #5F46A7.


I love getcolorcode.com

Triadic colors

1 #58A0B9 and #B958A0 with #A0B958 are triadic colors.

2 #58B9A0 and #B9A058 with #A0B958 are triadic colors.