COLOR #A5AF96

HEX: #A5AF96
RGB: (165,175,150)

Renk bilgisi

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

RGB renk modeli

#A5AF96 color RGB value is (165,175,150).

  • kırmız ton 165;
  • yeşil ton 175;
  • mavi ton 150.
RGB:
(165,175,150)
(65%,69%,59%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 175 of 255 = 69%
B 150 of 255 = 59%

165
175
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 175 + 150 = 490 (100%)
R 165 of 490 ~ 33.67%
G 175 of 490 ~ 35.71%
B 150 of 490 ~ 30.61%

%33.67
%35.71
%30.61

CMYK RENK MODELİ

#A5AF96 rengi CMYK tonu (6,0,14,31).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 31.37%
CMYK:
(6,0,14,31)
C6M0Y14K31 
(6%,0%,14%,31%)
(0.06/0.00/0.14/0.31)	

CMYK yüzdeleri

%5.71
%0
%14.29
%31.37

Codes

Color #A5AF96 in popluar color models

A5AF96
RGB165175150
HSL84°13.51%63.73%
HSB/HSV84°14.29%68.63%
CMYK5.71%0.00%14.29%
31.37%

Color #A5AF96 in popluar number systems.

HEXA5AF96
Decimal165175150
Binary101001011010111110010110
Octal245257226

Shades and tints

Shades of #A5AF96

#A5AF96
(165,175,150)
#96A089
(150,160,137)
#87917C
(135,145,124)
#78826F
(120,130,111)
#697362
(105,115,98)
#5A6455
(90,100,85)
#4B5548
(75,85,72)
#3C463B
(60,70,59)
#2D372E
(45,55,46)
#1E2821
(30,40,33)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5AF96

#A5AF96
(165,175,150)
#ADB69F
(173,182,159)
#B5BDA8
(181,189,168)
#BDC4B1
(189,196,177)
#C5CBBA
(197,203,186)
#CDD2C3
(205,210,195)
#D5D9CC
(213,217,204)
#DDE0D5
(221,224,213)
#E5E7DE
(229,231,222)
#EDEEE7
(237,238,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AF96 color. Also use rgb(165,175,150) instead hex code.

Text Font Color

.myTextColor { color: #A5AF96; }

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

This text font color is #A5AF96.


Background Color

.myBgColor { background-color: #A5AF96; }

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

This div background color is #A5AF96.


Border color

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

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

This div border color is #A5AF96.


Opacity

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

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

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

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

This text has shadow with #A5AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF96 on black background.


Color preview on white background

This text has color #A5AF96 on white background.



Black color preview on #A5AF96 background

This text has black color on #A5AF96 background.


White color preview on #A5AF96 background

This text has white color on #A5AF96 background.