COLOR #ADB962

HEX: #ADB962
RGB: (173,185,98)

Renk bilgisi

#ADB962 contains mainly red and green colors. #ADB962 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADB962 color RGB value is (173,185,98).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 98.
RGB:
(173,185,98)
(68%,73%,38%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 98 of 255 = 38%

173
185
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 98 = 456 (100%)
R 173 of 456 ~ 37.94%
G 185 of 456 ~ 40.57%
B 98 of 456 ~ 21.49%

%37.94
%40.57
%21.49

CMYK RENK MODELİ

#ADB962 rengi CMYK tonu (6,0,47,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 0.00%
  • sarı tonu 47.03%
  • ana renk tonu 27.45%
CMYK:
(6,0,47,27)
C6M0Y47K27 
(6%,0%,47%,27%)
(0.06/0.00/0.47/0.27)	

CMYK yüzdeleri

%6.49
%0
%47.03
%27.45

Codes

Color #ADB962 in popluar color models

ADB962
RGB17318598
HSL68°38.33%55.49%
HSB/HSV68°47.03%72.55%
CMYK6.49%0.00%47.03%
27.45%

Color #ADB962 in popluar number systems.

HEXADB962
Decimal17318598
Binary10101101101110011100010
Octal255271142

Shades and tints

Shades of #ADB962

#ADB962
(173,185,98)
#9EA95A
(158,169,90)
#8F9952
(143,153,82)
#80894A
(128,137,74)
#717942
(113,121,66)
#62693A
(98,105,58)
#535932
(83,89,50)
#44492A
(68,73,42)
#353922
(53,57,34)
#26291A
(38,41,26)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADB962

#ADB962
(173,185,98)
#B4BF70
(180,191,112)
#BBC57E
(187,197,126)
#C2CB8C
(194,203,140)
#C9D19A
(201,209,154)
#D0D7A8
(208,215,168)
#D7DDB6
(215,221,182)
#DEE3C4
(222,227,196)
#E5E9D2
(229,233,210)
#ECEFE0
(236,239,224)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB962 color. Also use rgb(173,185,98) instead hex code.

Text Font Color

.myTextColor { color: #ADB962; }

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

This text font color is #ADB962.


Background Color

.myBgColor { background-color: #ADB962; }

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

This div background color is #ADB962.


Border color

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

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

This div border color is #ADB962.


Opacity

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

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

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

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

This text has shadow with #ADB962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB962 on black background.


Color preview on white background

This text has color #ADB962 on white background.



Black color preview on #ADB962 background

This text has black color on #ADB962 background.


White color preview on #ADB962 background

This text has white color on #ADB962 background.