COLOR #AB9B63

HEX: #AB9B63
RGB: (171,155,99)

Renk bilgisi

#AB9B63 contains mainly red and green colors. #AB9B63 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AB9B63 color RGB value is (171,155,99).

  • kırmız ton 171;
  • yeşil ton 155;
  • mavi ton 99.
RGB:
(171,155,99)
(67%,61%,39%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 155 of 255 = 61%
B 99 of 255 = 39%

171
155
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 155 + 99 = 425 (100%)
R 171 of 425 ~ 40.24%
G 155 of 425 ~ 36.47%
B 99 of 425 ~ 23.29%

%40.24
%36.47
%23.29

CMYK RENK MODELİ

#AB9B63 rengi CMYK tonu (0,9,42,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 42.11%
  • ana renk tonu 32.94%
CMYK:
(0,9,42,33)
C0M9Y42K33 
(0%,9%,42%,33%)
(0.00/0.09/0.42/0.33)	

CMYK yüzdeleri

%0
%9.36
%42.11
%32.94

Codes

Color #AB9B63 in popluar color models

AB9B63
RGB17115599
HSL47°30.00%52.94%
HSB/HSV47°42.11%67.06%
CMYK0.00%9.36%42.11%
32.94%

Color #AB9B63 in popluar number systems.

HEXAB9B63
Decimal17115599
Binary10101011100110111100011
Octal253233143

Shades and tints

Shades of #AB9B63

#AB9B63
(171,155,99)
#9C8D5A
(156,141,90)
#8D7F51
(141,127,81)
#7E7148
(126,113,72)
#6F633F
(111,99,63)
#605536
(96,85,54)
#51472D
(81,71,45)
#423924
(66,57,36)
#332B1B
(51,43,27)
#241D12
(36,29,18)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #AB9B63

#AB9B63
(171,155,99)
#B2A471
(178,164,113)
#B9AD7F
(185,173,127)
#C0B68D
(192,182,141)
#C7BF9B
(199,191,155)
#CEC8A9
(206,200,169)
#D5D1B7
(213,209,183)
#DCDAC5
(220,218,197)
#E3E3D3
(227,227,211)
#EAECE1
(234,236,225)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9B63 color. Also use rgb(171,155,99) instead hex code.

Text Font Color

.myTextColor { color: #AB9B63; }

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

This text font color is #AB9B63.


Background Color

.myBgColor { background-color: #AB9B63; }

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

This div background color is #AB9B63.


Border color

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

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

This div border color is #AB9B63.


Opacity

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

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

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

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

This text has shadow with #AB9B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9B63 on black background.


Color preview on white background

This text has color #AB9B63 on white background.



Black color preview on #AB9B63 background

This text has black color on #AB9B63 background.


White color preview on #AB9B63 background

This text has white color on #AB9B63 background.