COLOR #A5AB57

HEX: #A5AB57
RGB: (165,171,87)

Renk bilgisi

#A5AB57 contains mainly red and green colors. #A5AB57 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#A5AB57 color RGB value is (165,171,87).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 87 of 255 = 34%

165
171
87

R + G + B ~ 55%. #A5AB57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 87 = 423 (100%)
R 165 of 423 ~ 39.01%
G 171 of 423 ~ 40.43%
B 87 of 423 ~ 20.57%

%39.01
%40.43
%20.57

CMYK RENK MODELİ

#A5AB57 rengi CMYK tonu (4,0,49,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 0.00%
  • sarı tonu 49.12%
  • ana renk tonu 32.94%
CMYK:
(4,0,49,33)
C4M0Y49K33 
(4%,0%,49%,33%)
(0.04/0.00/0.49/0.33)	

CMYK yüzdeleri

%3.51
%0
%49.12
%32.94

Codes

Color #A5AB57 in popluar color models

A5AB57
RGB16517187
HSL64°33.33%50.59%
HSB/HSV64°49.12%67.06%
CMYK3.51%0.00%49.12%
32.94%

Color #A5AB57 in popluar number systems.

HEXA5AB57
Decimal16517187
Binary10100101101010111010111
Octal245253127

Shades and tints

Shades of #A5AB57

#A5AB57
(165,171,87)
#969C50
(150,156,80)
#878D49
(135,141,73)
#787E42
(120,126,66)
#696F3B
(105,111,59)
#5A6034
(90,96,52)
#4B512D
(75,81,45)
#3C4226
(60,66,38)
#2D331F
(45,51,31)
#1E2418
(30,36,24)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5AB57

#A5AB57
(165,171,87)
#ADB266
(173,178,102)
#B5B975
(181,185,117)
#BDC084
(189,192,132)
#C5C793
(197,199,147)
#CDCEA2
(205,206,162)
#D5D5B1
(213,213,177)
#DDDCC0
(221,220,192)
#E5E3CF
(229,227,207)
#EDEADE
(237,234,222)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB57; }

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

This text font color is #A5AB57.


Background Color

.myBgColor { background-color: #A5AB57; }

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

This div background color is #A5AB57.


Border color

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

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

This div border color is #A5AB57.


Opacity

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

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

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

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

This text has shadow with #A5AB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AB57 on black background.


Color preview on white background

This text has color #A5AB57 on white background.



Black color preview on #A5AB57 background

This text has black color on #A5AB57 background.


White color preview on #A5AB57 background

This text has white color on #A5AB57 background.