COLOR #A5C089

HEX: #A5C089
RGB: (165,192,137)

Renk bilgisi

#A5C089 contains red, green and blue colors in about the same proportion. #A5C089 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5C089 color RGB value is (165,192,137).

  • kırmız ton 165;
  • yeşil ton 192;
  • mavi ton 137.
RGB:
(165,192,137)
(65%,75%,54%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 192 of 255 = 75%
B 137 of 255 = 54%

165
192
137

R + G + B ~ 65%. #A5C089 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 192 + 137 = 494 (100%)
R 165 of 494 ~ 33.4%
G 192 of 494 ~ 38.87%
B 137 of 494 ~ 27.73%

%33.4
%38.87
%27.73

CMYK RENK MODELİ

#A5C089 rengi CMYK tonu (14,0,29,25).

  • camgöbeği tonu 14.06%
  • eflatun tonu 0.00%
  • sarı tonu 28.65%
  • ana renk tonu 24.71%
CMYK:
(14,0,29,25)
C14M0Y29K25 
(14%,0%,29%,25%)
(0.14/0.00/0.29/0.25)	

CMYK yüzdeleri

%14.06
%0
%28.65
%24.71

Codes

Color #A5C089 in popluar color models

A5C089
RGB165192137
HSL89°30.39%64.51%
HSB/HSV89°28.65%75.29%
CMYK14.06%0.00%28.65%
24.71%

Color #A5C089 in popluar number systems.

HEXA5C089
Decimal165192137
Binary101001011100000010001001
Octal245300211

Shades and tints

Shades of #A5C089

#A5C089
(165,192,137)
#96AF7D
(150,175,125)
#879E71
(135,158,113)
#788D65
(120,141,101)
#697C59
(105,124,89)
#5A6B4D
(90,107,77)
#4B5A41
(75,90,65)
#3C4935
(60,73,53)
#2D3829
(45,56,41)
#1E271D
(30,39,29)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5C089

#A5C089
(165,192,137)
#ADC593
(173,197,147)
#B5CA9D
(181,202,157)
#BDCFA7
(189,207,167)
#C5D4B1
(197,212,177)
#CDD9BB
(205,217,187)
#D5DEC5
(213,222,197)
#DDE3CF
(221,227,207)
#E5E8D9
(229,232,217)
#EDEDE3
(237,237,227)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C089 color. Also use rgb(165,192,137) instead hex code.

Text Font Color

.myTextColor { color: #A5C089; }

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

This text font color is #A5C089.


Background Color

.myBgColor { background-color: #A5C089; }

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

This div background color is #A5C089.


Border color

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

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

This div border color is #A5C089.


Opacity

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

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

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

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

This text has shadow with #A5C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C089 on black background.


Color preview on white background

This text has color #A5C089 on white background.



Black color preview on #A5C089 background

This text has black color on #A5C089 background.


White color preview on #A5C089 background

This text has white color on #A5C089 background.