COLOR #ADA099

HEX: #ADA099 RGB: (173,160,153)

Renk bilgisi

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

RGB renk modeli

#ADA099 color RGB value is (173,160,153).

RGB: (173,160,153) (68%, 63%, 60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 160 of 255 = 63%
B 153 of 255 = 60%

173
160
153

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 160 + 153 = 486 (100%)
R 173 of 486 ~ 35.6%
G 160 of 486 ~ 32.92%
B 153 of 486 ~ 31.48'%

%35.6
%32.92
%31.48

CMYK RENK MODELİ

#ADA099 rengi CMYK tonu (0,8,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.51%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%

CMYK: (0,8,12,32)
C0M8Y12K32 (0%, 8%, 12%, 32%)
(0.00 / 0.08 / 0.12 / 0.32)

CMYK yüzdeleri

%0
%7.51
%11.56
%32.16

Codes

Color #ADA099 in popluar color models

AD A0 99
RGB 173 160 153
HSL 21° 10.87% 63.92%
HSB/HSV 21° 11.56% 67.84%
CMYK 0.00% 7.51% 11.56%
32.16%

Color #ADA099 in popluar number systems.

HEX AD A0 99
Decimal 173 160 153
Binary 10101101 10100000 10011001
Octal 255 240 231

Shades and tints

Shades of #ADA099

#ADA099
(173,160,153)
#9E928C
(158,146,140)
#8F847F
(143,132,127)
#807672
(128,118,114)
#716865
(113,104,101)
#625A58
(98,90,88)
#534C4B
(83,76,75)
#443E3E
(68,62,62)
#353031
(53,48,49)
#262224
(38,34,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADA099

#ADA099
(173,160,153)
#B4A8A2
(180,168,162)
#BBB0AB
(187,176,171)
#C2B8B4
(194,184,180)
#C9C0BD
(201,192,189)
#D0C8C6
(208,200,198)
#D7D0CF
(215,208,207)
#DED8D8
(222,216,216)
#E5E0E1
(229,224,225)
#ECE8EA
(236,232,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA099 color. Also use rgb(173,160,153) instead hex code.

Text Font Color

.myTextColor { color: #ADA099; }

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

This text font color is #ADA099.

Background Color

.myBgColor { background-color: #ADA099; }

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

This div background color is #ADA099.

Border color

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

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

This div border color is #ADA099.

Opacity

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

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

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

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

This text has shadow with #ADA099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA099.

Preview

Color preview on black background

This text has color #ADA099 on black background.


Color preview on white background

This text has color #ADA099 on white background.


Black color preview on #ADA099 background

This text has black color on #ADA099 background.


White color preview on #ADA099 background

This text has white color on #ADA099 background.


Related colors

Complementary color

Complementary color for #hex is #525F66.


I love getcolorcode.com

Triadic colors

1 #99ADA0 and #A099AD with #ADA099 are triadic colors.

2 #99A0AD and #A0AD99 with #ADA099 are triadic colors.