COLOR #A0B653

HEX: #A0B653 RGB: (160,182,83)

Color info

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

RGB color model

#A0B653 color RGB value is (160,182,83).

RGB: (160,182,83) (63%, 71%, 33%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 83 of 255 = 33%

160
182
83

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

Portions of RGB colors in percentages

R + G + B = 160 + 182 + 83 = 425 (100%)
R 160 of 425 ~ 37.65%
G 182 of 425 ~ 42.82%
B 83 of 425 ~ 19.53'%

%37.65
%42.82
%19.53

CMYK color model

#A0B653 color CMYK value is (12,0,54,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 28.63%
CMYK: (12,0,54,29) C12M0Y54K29 (12%,0%,54%,29%) (0.12/0.00/0.54/0.29) 

CMYK percentages

%12.09
%0
%54.4
%28.63

Codes

Color #A0B653 in popluar color models

A0 B6 53
RGB 160 182 83
HSL 73° 40.41% 51.96%
HSB/HSV 73° 54.40% 71.37%
CMYK 12.09% 0.00% 54.40%
28.63%

Color #A0B653 in popluar number systems.

HEX A0 B6 53
Decimal 160 182 83
Binary 10100000 10110110 1010011
Octal 240 266 123

Shades and tints

Shades of #A0B653

#A0B653
(160,182,83)
#92A64C
(146,166,76)
#849645
(132,150,69)
#76863E
(118,134,62)
#687637
(104,118,55)
#5A6630
(90,102,48)
#4C5629
(76,86,41)
#3E4622
(62,70,34)
#30361B
(48,54,27)
#222614
(34,38,20)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #A0B653

#A0B653
(160,182,83)
#A8BC62
(168,188,98)
#B0C271
(176,194,113)
#B8C880
(184,200,128)
#C0CE8F
(192,206,143)
#C8D49E
(200,212,158)
#D0DAAD
(208,218,173)
#D8E0BC
(216,224,188)
#E0E6CB
(224,230,203)
#E8ECDA
(232,236,218)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B653 color. Also use rgb(160,182,83) instead hex code.

Text Font Color

.myTextColor { color: #A0B653; }

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

This text font color is #A0B653.

Background Color

.myBgColor { background-color: #A0B653; }

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

This div background color is #A0B653.

Border color

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

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

This div border color is #A0B653.

Opacity

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

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

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

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

This text has shadow with #A0B653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B653.

Preview

Color preview on black background

This text has color #A0B653 on black background.


Color preview on white background

This text has color #A0B653 on white background.


Black color preview on #A0B653 background

This text has black color on #A0B653 background.


White color preview on #A0B653 background

This text has white color on #A0B653 background.


Related colors

Complementary color

Complementary color for #hex is #5F49AC.


I love getcolorcode.com

Triadic colors

1 #53A0B6 and #B653A0 with #A0B653 are triadic colors.

2 #53B6A0 and #B6A053 with #A0B653 are triadic colors.