COLOR #A5B999

HEX: #A5B999
RGB: (165,185,153)

Renk bilgisi

#A5B999 contains red, green and blue colors in about the same proportion. #A5B999 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5B999 color RGB value is (165,185,153).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 185 of 255 = 73%
B 153 of 255 = 60%

165
185
153

R + G + B ~ 66%. #A5B999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 185 + 153 = 503 (100%)
R 165 of 503 ~ 32.8%
G 185 of 503 ~ 36.78%
B 153 of 503 ~ 30.42%

%32.8
%36.78
%30.42

CMYK RENK MODELİ

#A5B999 rengi CMYK tonu (11,0,17,27).

  • camgöbeği tonu 10.81%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 27.45%
CMYK:
(11,0,17,27)
C11M0Y17K27 
(11%,0%,17%,27%)
(0.11/0.00/0.17/0.27)	

CMYK yüzdeleri

%10.81
%0
%17.3
%27.45

Codes

Color #A5B999 in popluar color models

A5B999
RGB165185153
HSL98°18.60%66.27%
HSB/HSV98°17.30%72.55%
CMYK10.81%0.00%17.30%
27.45%

Color #A5B999 in popluar number systems.

HEXA5B999
Decimal165185153
Binary101001011011100110011001
Octal245271231

Shades and tints

Shades of #A5B999

#A5B999
(165,185,153)
#96A98C
(150,169,140)
#87997F
(135,153,127)
#788972
(120,137,114)
#697965
(105,121,101)
#5A6958
(90,105,88)
#4B594B
(75,89,75)
#3C493E
(60,73,62)
#2D3931
(45,57,49)
#1E2924
(30,41,36)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5B999

#A5B999
(165,185,153)
#ADBFA2
(173,191,162)
#B5C5AB
(181,197,171)
#BDCBB4
(189,203,180)
#C5D1BD
(197,209,189)
#CDD7C6
(205,215,198)
#D5DDCF
(213,221,207)
#DDE3D8
(221,227,216)
#E5E9E1
(229,233,225)
#EDEFEA
(237,239,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B999; }

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

This text font color is #A5B999.


Background Color

.myBgColor { background-color: #A5B999; }

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

This div background color is #A5B999.


Border color

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

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

This div border color is #A5B999.


Opacity

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

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

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

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

This text has shadow with #A5B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B999 on black background.


Color preview on white background

This text has color #A5B999 on white background.



Black color preview on #A5B999 background

This text has black color on #A5B999 background.


White color preview on #A5B999 background

This text has white color on #A5B999 background.