COLOR #A5B728

HEX: #A5B728 RGB: (165,183,40)

Color info

#A5B728 contains mainly red and green colors. Web safe color of #A5B728 is #99CC33 (or #9C3).

RGB color model

#A5B728 color RGB value is (165,183,40).

RGB: (165,183,40) (65%, 72%, 16%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 40 of 255 = 16%

165
183
40

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 40 = 388 (100%)
R 165 of 388 ~ 42.53%
G 183 of 388 ~ 47.16%
B 40 of 388 ~ 10.31'%

%42.53
%47.16

CMYK color model

#A5B728 color CMYK value is (10,0,78,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 78.14%
  • key color value is 28.24%

CMYK: (10,0,78,28)
C10M0Y78K28 (10%, 0%, 78%, 28%)
(0.10 / 0.00 / 0.78 / 0.28)

CMYK percentages

%9.84
%0
%78.14
%28.24

Codes

Color #A5B728 in popluar color models

A5 B7 28
RGB 165 183 40
HSL 68° 64.13% 43.73%
HSB/HSV 68° 78.14% 71.76%
CMYK 9.84% 0.00% 78.14%
28.24%

Color #A5B728 in popluar number systems.

HEX A5 B7 28
Decimal 165 183 40
Binary 10100101 10110111 101000
Octal 245 267 50

Shades and tints

Shades of #A5B728

#A5B728
(165,183,40)
#96A725
(150,167,37)
#879722
(135,151,34)
#78871F
(120,135,31)
#69771C
(105,119,28)
#5A6719
(90,103,25)
#4B5716
(75,87,22)
#3C4713
(60,71,19)
#2D3710
(45,55,16)
#1E270D
(30,39,13)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #A5B728

#A5B728
(165,183,40)
#ADBD3B
(173,189,59)
#B5C34E
(181,195,78)
#BDC961
(189,201,97)
#C5CF74
(197,207,116)
#CDD587
(205,213,135)
#D5DB9A
(213,219,154)
#DDE1AD
(221,225,173)
#E5E7C0
(229,231,192)
#EDEDD3
(237,237,211)
#F5F3E6
(245,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B728 color. Also use rgb(165,183,40) instead hex code.

Text Font Color

.myTextColor { color: #A5B728; }

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

This text font color is #A5B728.

Background Color

.myBgColor { background-color: #A5B728; }

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

This div background color is #A5B728.

Border color

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

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

This div border color is #A5B728.

Opacity

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

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

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

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

This text has shadow with #A5B728 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B728.

Preview

Color preview on black background

This text has color #A5B728 on black background.


Color preview on white background

This text has color #A5B728 on white background.


Black color preview on #A5B728 background

This text has black color on #A5B728 background.


White color preview on #A5B728 background

This text has white color on #A5B728 background.


Related colors

Complementary color

Complementary color for #hex is #5A48D7.


I love getcolorcode.com

Triadic colors

1 #28A5B7 and #B728A5 with #A5B728 are triadic colors.

2 #28B7A5 and #B7A528 with #A5B728 are triadic colors.