COLOR #A0A358

HEX: #A0A358
RGB: (160,163,88)

Color info

#A0A358 contains mainly red and green colors. Web safe color of #A0A358 is #999966 (or #996).

RGB color model

#A0A358 color RGB value is (160,163,88).

  • red value is 160;
  • green value is 163;
  • blue value is 88.
RGB:
(160,163,88)
(63%,64%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 88 of 255 = 35%

160
163
88

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 88 = 411 (100%)
R 160 of 411 ~ 38.93%
G 163 of 411 ~ 39.66%
B 88 of 411 ~ 21.41%

%38.93
%39.66
%21.41

CMYK color model

#A0A358 color CMYK value is (2,0,46,36).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 46.01%
  • key color value is 36.08%
CMYK:
(2,0,46,36)
C2M0Y46K36 
(2%,0%,46%,36%)
(0.02/0.00/0.46/0.36)	

CMYK percentages

%1.84
%0
%46.01
%36.08

Codes

Color #A0A358 in popluar color models

A0A358
RGB16016388
HSL62°29.88%49.22%
HSB/HSV62°46.01%63.92%
CMYK1.84%0.00%46.01%
36.08%

Color #A0A358 in popluar number systems.

HEXA0A358
Decimal16016388
Binary10100000101000111011000
Octal240243130

Shades and tints

Shades of #A0A358

#A0A358
(160,163,88)
#929550
(146,149,80)
#848748
(132,135,72)
#767940
(118,121,64)
#686B38
(104,107,56)
#5A5D30
(90,93,48)
#4C4F28
(76,79,40)
#3E4120
(62,65,32)
#303318
(48,51,24)
#222510
(34,37,16)
#141708
(20,23,8)
#000000
(0,0,0)

Tints of #A0A358

#A0A358
(160,163,88)
#A8AB67
(168,171,103)
#B0B376
(176,179,118)
#B8BB85
(184,187,133)
#C0C394
(192,195,148)
#C8CBA3
(200,203,163)
#D0D3B2
(208,211,178)
#D8DBC1
(216,219,193)
#E0E3D0
(224,227,208)
#E8EBDF
(232,235,223)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A358; }

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

This text font color is #A0A358.


Background Color

.myBgColor { background-color: #A0A358; }

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

This div background color is #A0A358.


Border color

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

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

This div border color is #A0A358.


Opacity

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

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

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

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

This text has shadow with #A0A358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A358 on black background.


Color preview on white background

This text has color #A0A358 on white background.



Black color preview on #A0A358 background

This text has black color on #A0A358 background.


White color preview on #A0A358 background

This text has white color on #A0A358 background.