COLOR #A5AB99

HEX: #A5AB99
RGB: (165,171,153)

Renk bilgisi

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

RGB renk modeli

#A5AB99 color RGB value is (165,171,153).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 153 of 255 = 60%

165
171
153

R + G + B ~ 64%. #A5AB99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 153 = 489 (100%)
R 165 of 489 ~ 33.74%
G 171 of 489 ~ 34.97%
B 153 of 489 ~ 31.29%

%33.74
%34.97
%31.29

CMYK RENK MODELİ

#A5AB99 rengi CMYK tonu (4,0,11,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 0.00%
  • sarı tonu 10.53%
  • ana renk tonu 32.94%
CMYK:
(4,0,11,33)
C4M0Y11K33 
(4%,0%,11%,33%)
(0.04/0.00/0.11/0.33)	

CMYK yüzdeleri

%3.51
%0
%10.53
%32.94

Codes

Color #A5AB99 in popluar color models

A5AB99
RGB165171153
HSL80°9.68%63.53%
HSB/HSV80°10.53%67.06%
CMYK3.51%0.00%10.53%
32.94%

Color #A5AB99 in popluar number systems.

HEXA5AB99
Decimal165171153
Binary101001011010101110011001
Octal245253231

Shades and tints

Shades of #A5AB99

#A5AB99
(165,171,153)
#969C8C
(150,156,140)
#878D7F
(135,141,127)
#787E72
(120,126,114)
#696F65
(105,111,101)
#5A6058
(90,96,88)
#4B514B
(75,81,75)
#3C423E
(60,66,62)
#2D3331
(45,51,49)
#1E2424
(30,36,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5AB99

#A5AB99
(165,171,153)
#ADB2A2
(173,178,162)
#B5B9AB
(181,185,171)
#BDC0B4
(189,192,180)
#C5C7BD
(197,199,189)
#CDCEC6
(205,206,198)
#D5D5CF
(213,213,207)
#DDDCD8
(221,220,216)
#E5E3E1
(229,227,225)
#EDEAEA
(237,234,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB99; }

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

This text font color is #A5AB99.


Background Color

.myBgColor { background-color: #A5AB99; }

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

This div background color is #A5AB99.


Border color

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

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

This div border color is #A5AB99.


Opacity

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

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

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

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

This text has shadow with #A5AB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AB99 on black background.


Color preview on white background

This text has color #A5AB99 on white background.



Black color preview on #A5AB99 background

This text has black color on #A5AB99 background.


White color preview on #A5AB99 background

This text has white color on #A5AB99 background.