COLOR #AB975D

HEX: #AB975D
RGB: (171,151,93)

Color info

#AB975D contains mainly red and green colors. Web safe color of #AB975D is #999966 (or #996).

RGB color model

#AB975D color RGB value is (171,151,93).

  • red value is 171;
  • green value is 151;
  • blue value is 93.
RGB:
(171,151,93)
(67%,59%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 93 of 255 = 36%

171
151
93

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 93 = 415 (100%)
R 171 of 415 ~ 41.2%
G 151 of 415 ~ 36.39%
B 93 of 415 ~ 22.41%

%41.2
%36.39
%22.41

CMYK color model

#AB975D color CMYK value is (0,12,46,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 45.61%
  • key color value is 32.94%
CMYK:
(0,12,46,33)
C0M12Y46K33 
(0%,12%,46%,33%)
(0.00/0.12/0.46/0.33)	

CMYK percentages

%0
%11.7
%45.61
%32.94

Codes

Color #AB975D in popluar color models

AB975D
RGB17115193
HSL45°31.71%51.76%
HSB/HSV45°45.61%67.06%
CMYK0.00%11.70%45.61%
32.94%

Color #AB975D in popluar number systems.

HEXAB975D
Decimal17115193
Binary10101011100101111011101
Octal253227135

Shades and tints

Shades of #AB975D

#AB975D
(171,151,93)
#9C8A55
(156,138,85)
#8D7D4D
(141,125,77)
#7E7045
(126,112,69)
#6F633D
(111,99,61)
#605635
(96,86,53)
#51492D
(81,73,45)
#423C25
(66,60,37)
#332F1D
(51,47,29)
#242215
(36,34,21)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #AB975D

#AB975D
(171,151,93)
#B2A06B
(178,160,107)
#B9A979
(185,169,121)
#C0B287
(192,178,135)
#C7BB95
(199,187,149)
#CEC4A3
(206,196,163)
#D5CDB1
(213,205,177)
#DCD6BF
(220,214,191)
#E3DFCD
(227,223,205)
#EAE8DB
(234,232,219)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB975D color. Also use rgb(171,151,93) instead hex code.

Text Font Color

.myTextColor { color: #AB975D; }

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

This text font color is #AB975D.


Background Color

.myBgColor { background-color: #AB975D; }

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

This div background color is #AB975D.


Border color

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

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

This div border color is #AB975D.


Opacity

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

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

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

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

This text has shadow with #AB975D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB975D on black background.


Color preview on white background

This text has color #AB975D on white background.



Black color preview on #AB975D background

This text has black color on #AB975D background.


White color preview on #AB975D background

This text has white color on #AB975D background.