COLOR #AB966A

HEX: #AB966A
RGB: (171,150,106)

Renk bilgisi

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

RGB renk modeli

#AB966A color RGB value is (171,150,106).

  • kırmız ton 171;
  • yeşil ton 150;
  • mavi ton 106.
RGB:
(171,150,106)
(67%,59%,42%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 150 of 255 = 59%
B 106 of 255 = 42%

171
150
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 150 + 106 = 427 (100%)
R 171 of 427 ~ 40.05%
G 150 of 427 ~ 35.13%
B 106 of 427 ~ 24.82%

%40.05
%35.13
%24.82

CMYK RENK MODELİ

#AB966A rengi CMYK tonu (0,12,38,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.28%
  • sarı tonu 38.01%
  • ana renk tonu 32.94%
CMYK:
(0,12,38,33)
C0M12Y38K33 
(0%,12%,38%,33%)
(0.00/0.12/0.38/0.33)	

CMYK yüzdeleri

%0
%12.28
%38.01
%32.94

Codes

Color #AB966A in popluar color models

AB966A
RGB171150106
HSL41°27.90%54.31%
HSB/HSV41°38.01%67.06%
CMYK0.00%12.28%38.01%
32.94%

Color #AB966A in popluar number systems.

HEXAB966A
Decimal171150106
Binary10101011100101101101010
Octal253226152

Shades and tints

Shades of #AB966A

#AB966A
(171,150,106)
#9C8961
(156,137,97)
#8D7C58
(141,124,88)
#7E6F4F
(126,111,79)
#6F6246
(111,98,70)
#60553D
(96,85,61)
#514834
(81,72,52)
#423B2B
(66,59,43)
#332E22
(51,46,34)
#242119
(36,33,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB966A

#AB966A
(171,150,106)
#B29F77
(178,159,119)
#B9A884
(185,168,132)
#C0B191
(192,177,145)
#C7BA9E
(199,186,158)
#CEC3AB
(206,195,171)
#D5CCB8
(213,204,184)
#DCD5C5
(220,213,197)
#E3DED2
(227,222,210)
#EAE7DF
(234,231,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB966A color. Also use rgb(171,150,106) instead hex code.

Text Font Color

.myTextColor { color: #AB966A; }

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

This text font color is #AB966A.


Background Color

.myBgColor { background-color: #AB966A; }

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

This div background color is #AB966A.


Border color

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

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

This div border color is #AB966A.


Opacity

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

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

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

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

This text has shadow with #AB966A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB966A on black background.


Color preview on white background

This text has color #AB966A on white background.



Black color preview on #AB966A background

This text has black color on #AB966A background.


White color preview on #AB966A background

This text has white color on #AB966A background.