COLOR #A5B09D

HEX: #A5B09D
RGB: (165,176,157)

Renk bilgisi

#A5B09D contains red, green and blue colors in about the same proportion. #A5B09D ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A5B09D color RGB value is (165,176,157).

  • kırmız ton 165;
  • yeşil ton 176;
  • mavi ton 157.
RGB:
(165,176,157)
(65%,69%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 176 of 255 = 69%
B 157 of 255 = 62%

165
176
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 176 + 157 = 498 (100%)
R 165 of 498 ~ 33.13%
G 176 of 498 ~ 35.34%
B 157 of 498 ~ 31.53%

%33.13
%35.34
%31.53

CMYK RENK MODELİ

#A5B09D rengi CMYK tonu (6,0,11,31).

  • camgöbeği tonu 6.25%
  • eflatun tonu 0.00%
  • sarı tonu 10.80%
  • ana renk tonu 30.98%
CMYK:
(6,0,11,31)
C6M0Y11K31 
(6%,0%,11%,31%)
(0.06/0.00/0.11/0.31)	

CMYK yüzdeleri

%6.25
%0
%10.8
%30.98

Codes

Color #A5B09D in popluar color models

A5B09D
RGB165176157
HSL95°10.73%65.29%
HSB/HSV95°10.80%69.02%
CMYK6.25%0.00%10.80%
30.98%

Color #A5B09D in popluar number systems.

HEXA5B09D
Decimal165176157
Binary101001011011000010011101
Octal245260235

Shades and tints

Shades of #A5B09D

#A5B09D
(165,176,157)
#96A08F
(150,160,143)
#879081
(135,144,129)
#788073
(120,128,115)
#697065
(105,112,101)
#5A6057
(90,96,87)
#4B5049
(75,80,73)
#3C403B
(60,64,59)
#2D302D
(45,48,45)
#1E201F
(30,32,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A5B09D

#A5B09D
(165,176,157)
#ADB7A5
(173,183,165)
#B5BEAD
(181,190,173)
#BDC5B5
(189,197,181)
#C5CCBD
(197,204,189)
#CDD3C5
(205,211,197)
#D5DACD
(213,218,205)
#DDE1D5
(221,225,213)
#E5E8DD
(229,232,221)
#EDEFE5
(237,239,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B09D color. Also use rgb(165,176,157) instead hex code.

Text Font Color

.myTextColor { color: #A5B09D; }

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

This text font color is #A5B09D.


Background Color

.myBgColor { background-color: #A5B09D; }

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

This div background color is #A5B09D.


Border color

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

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

This div border color is #A5B09D.


Opacity

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

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

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

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

This text has shadow with #A5B09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B09D on black background.


Color preview on white background

This text has color #A5B09D on white background.



Black color preview on #A5B09D background

This text has black color on #A5B09D background.


White color preview on #A5B09D background

This text has white color on #A5B09D background.