COLOR #A5B990

HEX: #A5B990
RGB: (165,185,144)

Renk bilgisi

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

RGB renk modeli

#A5B990 color RGB value is (165,185,144).

  • kırmız ton 165;
  • yeşil ton 185;
  • mavi ton 144.
RGB:
(165,185,144)
(65%,73%,56%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 185 of 255 = 73%
B 144 of 255 = 56%

165
185
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 185 + 144 = 494 (100%)
R 165 of 494 ~ 33.4%
G 185 of 494 ~ 37.45%
B 144 of 494 ~ 29.15%

%33.4
%37.45
%29.15

CMYK RENK MODELİ

#A5B990 rengi CMYK tonu (11,0,22,27).

  • camgöbeği tonu 10.81%
  • eflatun tonu 0.00%
  • sarı tonu 22.16%
  • ana renk tonu 27.45%
CMYK:
(11,0,22,27)
C11M0Y22K27 
(11%,0%,22%,27%)
(0.11/0.00/0.22/0.27)	

CMYK yüzdeleri

%10.81
%0
%22.16
%27.45

Codes

Color #A5B990 in popluar color models

A5B990
RGB165185144
HSL89°22.65%64.51%
HSB/HSV89°22.16%72.55%
CMYK10.81%0.00%22.16%
27.45%

Color #A5B990 in popluar number systems.

HEXA5B990
Decimal165185144
Binary101001011011100110010000
Octal245271220

Shades and tints

Shades of #A5B990

#A5B990
(165,185,144)
#96A983
(150,169,131)
#879976
(135,153,118)
#788969
(120,137,105)
#69795C
(105,121,92)
#5A694F
(90,105,79)
#4B5942
(75,89,66)
#3C4935
(60,73,53)
#2D3928
(45,57,40)
#1E291B
(30,41,27)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #A5B990

#A5B990
(165,185,144)
#ADBF9A
(173,191,154)
#B5C5A4
(181,197,164)
#BDCBAE
(189,203,174)
#C5D1B8
(197,209,184)
#CDD7C2
(205,215,194)
#D5DDCC
(213,221,204)
#DDE3D6
(221,227,214)
#E5E9E0
(229,233,224)
#EDEFEA
(237,239,234)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B990 color. Also use rgb(165,185,144) instead hex code.

Text Font Color

.myTextColor { color: #A5B990; }

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

This text font color is #A5B990.


Background Color

.myBgColor { background-color: #A5B990; }

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

This div background color is #A5B990.


Border color

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

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

This div border color is #A5B990.


Opacity

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

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

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

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

This text has shadow with #A5B990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B990 on black background.


Color preview on white background

This text has color #A5B990 on white background.



Black color preview on #A5B990 background

This text has black color on #A5B990 background.


White color preview on #A5B990 background

This text has white color on #A5B990 background.