COLOR #A5AD5E

HEX: #A5AD5E
RGB: (165,173,94)

Renk bilgisi

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

RGB renk modeli

#A5AD5E color RGB value is (165,173,94).

  • kırmız ton 165;
  • yeşil ton 173;
  • mavi ton 94.
RGB:
(165,173,94)
(65%,68%,37%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 94 of 255 = 37%

165
173
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 94 = 432 (100%)
R 165 of 432 ~ 38.19%
G 173 of 432 ~ 40.05%
B 94 of 432 ~ 21.76%

%38.19
%40.05
%21.76

CMYK RENK MODELİ

#A5AD5E rengi CMYK tonu (5,0,46,32).

  • camgöbeği tonu 4.62%
  • eflatun tonu 0.00%
  • sarı tonu 45.66%
  • ana renk tonu 32.16%
CMYK:
(5,0,46,32)
C5M0Y46K32 
(5%,0%,46%,32%)
(0.05/0.00/0.46/0.32)	

CMYK yüzdeleri

%4.62
%0
%45.66
%32.16

Codes

Color #A5AD5E in popluar color models

A5AD5E
RGB16517394
HSL66°32.51%52.35%
HSB/HSV66°45.66%67.84%
CMYK4.62%0.00%45.66%
32.16%

Color #A5AD5E in popluar number systems.

HEXA5AD5E
Decimal16517394
Binary10100101101011011011110
Octal245255136

Shades and tints

Shades of #A5AD5E

#A5AD5E
(165,173,94)
#969E56
(150,158,86)
#878F4E
(135,143,78)
#788046
(120,128,70)
#69713E
(105,113,62)
#5A6236
(90,98,54)
#4B532E
(75,83,46)
#3C4426
(60,68,38)
#2D351E
(45,53,30)
#1E2616
(30,38,22)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #A5AD5E

#A5AD5E
(165,173,94)
#ADB46C
(173,180,108)
#B5BB7A
(181,187,122)
#BDC288
(189,194,136)
#C5C996
(197,201,150)
#CDD0A4
(205,208,164)
#D5D7B2
(213,215,178)
#DDDEC0
(221,222,192)
#E5E5CE
(229,229,206)
#EDECDC
(237,236,220)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AD5E color. Also use rgb(165,173,94) instead hex code.

Text Font Color

.myTextColor { color: #A5AD5E; }

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

This text font color is #A5AD5E.


Background Color

.myBgColor { background-color: #A5AD5E; }

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

This div background color is #A5AD5E.


Border color

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

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

This div border color is #A5AD5E.


Opacity

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

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

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

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

This text has shadow with #A5AD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD5E on black background.


Color preview on white background

This text has color #A5AD5E on white background.



Black color preview on #A5AD5E background

This text has black color on #A5AD5E background.


White color preview on #A5AD5E background

This text has white color on #A5AD5E background.