COLOR #A5ABA3

HEX: #A5ABA3
RGB: (165,171,163)

Renk bilgisi

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

RGB renk modeli

#A5ABA3 color RGB value is (165,171,163).

  • kırmız ton 165;
  • yeşil ton 171;
  • mavi ton 163.
RGB:
(165,171,163)
(65%,67%,64%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 163 of 255 = 64%

165
171
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 163 = 499 (100%)
R 165 of 499 ~ 33.07%
G 171 of 499 ~ 34.27%
B 163 of 499 ~ 32.67%

%33.07
%34.27
%32.67

CMYK RENK MODELİ

#A5ABA3 rengi CMYK tonu (4,0,5,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 0.00%
  • sarı tonu 4.68%
  • ana renk tonu 32.94%
CMYK:
(4,0,5,33)
C4M0Y5K33 
(4%,0%,5%,33%)
(0.04/0.00/0.05/0.33)	

CMYK yüzdeleri

%3.51
%0
%4.68
%32.94

Codes

Color #A5ABA3 in popluar color models

A5ABA3
RGB165171163
HSL105°4.55%65.49%
HSB/HSV105°4.68%67.06%
CMYK3.51%0.00%4.68%
32.94%

Color #A5ABA3 in popluar number systems.

HEXA5ABA3
Decimal165171163
Binary101001011010101110100011
Octal245253243

Shades and tints

Shades of #A5ABA3

#A5ABA3
(165,171,163)
#969C95
(150,156,149)
#878D87
(135,141,135)
#787E79
(120,126,121)
#696F6B
(105,111,107)
#5A605D
(90,96,93)
#4B514F
(75,81,79)
#3C4241
(60,66,65)
#2D3333
(45,51,51)
#1E2425
(30,36,37)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5ABA3

#A5ABA3
(165,171,163)
#ADB2AB
(173,178,171)
#B5B9B3
(181,185,179)
#BDC0BB
(189,192,187)
#C5C7C3
(197,199,195)
#CDCECB
(205,206,203)
#D5D5D3
(213,213,211)
#DDDCDB
(221,220,219)
#E5E3E3
(229,227,227)
#EDEAEB
(237,234,235)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ABA3 color. Also use rgb(165,171,163) instead hex code.

Text Font Color

.myTextColor { color: #A5ABA3; }

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

This text font color is #A5ABA3.


Background Color

.myBgColor { background-color: #A5ABA3; }

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

This div background color is #A5ABA3.


Border color

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

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

This div border color is #A5ABA3.


Opacity

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

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

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

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

This text has shadow with #A5ABA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABA3 on black background.


Color preview on white background

This text has color #A5ABA3 on white background.



Black color preview on #A5ABA3 background

This text has black color on #A5ABA3 background.


White color preview on #A5ABA3 background

This text has white color on #A5ABA3 background.