COLOR #AD998B

HEX: #AD998B RGB: (173,153,139)

Renk bilgisi

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

RGB renk modeli

#AD998B color RGB value is (173,153,139).

RGB: (173,153,139) (68%, 60%, 55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 139 of 255 = 55%

173
153
139

R + G + B ~ 61%. #AD998B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 153 + 139 = 465 (100%)
R 173 of 465 ~ 37.2%
G 153 of 465 ~ 32.9%
B 139 of 465 ~ 29.89'%

%37.2
%32.9
%29.89

CMYK RENK MODELİ

#AD998B rengi CMYK tonu (0,12,20,32).

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

CMYK: (0,12,20,32)
C0M12Y20K32 (0%, 12%, 20%, 32%)
(0.00 / 0.12 / 0.20 / 0.32)

CMYK yüzdeleri

%0
%11.56
%19.65
%32.16

Codes

Color #AD998B in popluar color models

AD 99 8B
RGB 173 153 139
HSL 25° 17.17% 61.18%
HSB/HSV 25° 19.65% 67.84%
CMYK 0.00% 11.56% 19.65%
32.16%

Color #AD998B in popluar number systems.

HEX AD 99 8B
Decimal 173 153 139
Binary 10101101 10011001 10001011
Octal 255 231 213

Shades and tints

Shades of #AD998B

#AD998B
(173,153,139)
#9E8C7F
(158,140,127)
#8F7F73
(143,127,115)
#807267
(128,114,103)
#71655B
(113,101,91)
#62584F
(98,88,79)
#534B43
(83,75,67)
#443E37
(68,62,55)
#35312B
(53,49,43)
#26241F
(38,36,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #AD998B

#AD998B
(173,153,139)
#B4A295
(180,162,149)
#BBAB9F
(187,171,159)
#C2B4A9
(194,180,169)
#C9BDB3
(201,189,179)
#D0C6BD
(208,198,189)
#D7CFC7
(215,207,199)
#DED8D1
(222,216,209)
#E5E1DB
(229,225,219)
#ECEAE5
(236,234,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD998B; }

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

This text font color is #AD998B.

Background Color

.myBgColor { background-color: #AD998B; }

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

This div background color is #AD998B.

Border color

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

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

This div border color is #AD998B.

Opacity

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

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

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

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

This text has shadow with #AD998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD998B.

Preview

Color preview on black background

This text has color #AD998B on black background.


Color preview on white background

This text has color #AD998B on white background.


Black color preview on #AD998B background

This text has black color on #AD998B background.


White color preview on #AD998B background

This text has white color on #AD998B background.


Related colors

Complementary color

Complementary color for #hex is #526674.


I love getcolorcode.com

Triadic colors

1 #8BAD99 and #998BAD with #AD998B are triadic colors.

2 #8B99AD and #99AD8B with #AD998B are triadic colors.