COLOR #A5ABA6

HEX: #A5ABA6
RGB: (165,171,166)

Renk bilgisi

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

RGB renk modeli

#A5ABA6 color RGB value is (165,171,166).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 166 of 255 = 65%

165
171
166

R + G + B ~ 66%. #A5ABA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 166 = 502 (100%)
R 165 of 502 ~ 32.87%
G 171 of 502 ~ 34.06%
B 166 of 502 ~ 33.07%

%32.87
%34.06
%33.07

CMYK RENK MODELİ

#A5ABA6 rengi CMYK tonu (4,0,3,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 0.00%
  • sarı tonu 2.92%
  • ana renk tonu 32.94%
CMYK:
(4,0,3,33)
C4M0Y3K33 
(4%,0%,3%,33%)
(0.04/0.00/0.03/0.33)	

CMYK yüzdeleri

%3.51
%0
%2.92
%32.94

Codes

Color #A5ABA6 in popluar color models

A5ABA6
RGB165171166
HSL130°3.45%65.88%
HSB/HSV130°3.51%67.06%
CMYK3.51%0.00%2.92%
32.94%

Color #A5ABA6 in popluar number systems.

HEXA5ABA6
Decimal165171166
Binary101001011010101110100110
Octal245253246

Shades and tints

Shades of #A5ABA6

#A5ABA6
(165,171,166)
#969C97
(150,156,151)
#878D88
(135,141,136)
#787E79
(120,126,121)
#696F6A
(105,111,106)
#5A605B
(90,96,91)
#4B514C
(75,81,76)
#3C423D
(60,66,61)
#2D332E
(45,51,46)
#1E241F
(30,36,31)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5ABA6

#A5ABA6
(165,171,166)
#ADB2AE
(173,178,174)
#B5B9B6
(181,185,182)
#BDC0BE
(189,192,190)
#C5C7C6
(197,199,198)
#CDCECE
(205,206,206)
#D5D5D6
(213,213,214)
#DDDCDE
(221,220,222)
#E5E3E6
(229,227,230)
#EDEAEE
(237,234,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABA6; }

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

This text font color is #A5ABA6.


Background Color

.myBgColor { background-color: #A5ABA6; }

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

This div background color is #A5ABA6.


Border color

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

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

This div border color is #A5ABA6.


Opacity

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

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

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

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

This text has shadow with #A5ABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABA6 on black background.


Color preview on white background

This text has color #A5ABA6 on white background.



Black color preview on #A5ABA6 background

This text has black color on #A5ABA6 background.


White color preview on #A5ABA6 background

This text has white color on #A5ABA6 background.