COLOR #AB9075

HEX: #AB9075
RGB: (171,144,117)

Color info

#AB9075 contains red, green and blue colors in about the same proportion. Web safe color of #AB9075 is #999966 (or #996).

RGB color model

#AB9075 color RGB value is (171,144,117).

  • red value is 171;
  • green value is 144;
  • blue value is 117.
RGB:
(171,144,117)
(67%,56%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 117 of 255 = 46%

171
144
117

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 117 = 432 (100%)
R 171 of 432 ~ 39.58%
G 144 of 432 ~ 33.33%
B 117 of 432 ~ 27.08%

%39.58
%33.33
%27.08

CMYK color model

#AB9075 color CMYK value is (0,16,32,33).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(0,16,32,33)
C0M16Y32K33 
(0%,16%,32%,33%)
(0.00/0.16/0.32/0.33)	

CMYK percentages

%0
%15.79
%31.58
%32.94

Codes

Color #AB9075 in popluar color models

AB9075
RGB171144117
HSL30°24.32%56.47%
HSB/HSV30°31.58%67.06%
CMYK0.00%15.79%31.58%
32.94%

Color #AB9075 in popluar number systems.

HEXAB9075
Decimal171144117
Binary10101011100100001110101
Octal253220165

Shades and tints

Shades of #AB9075

#AB9075
(171,144,117)
#9C836B
(156,131,107)
#8D7661
(141,118,97)
#7E6957
(126,105,87)
#6F5C4D
(111,92,77)
#604F43
(96,79,67)
#514239
(81,66,57)
#42352F
(66,53,47)
#332825
(51,40,37)
#241B1B
(36,27,27)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB9075

#AB9075
(171,144,117)
#B29A81
(178,154,129)
#B9A48D
(185,164,141)
#C0AE99
(192,174,153)
#C7B8A5
(199,184,165)
#CEC2B1
(206,194,177)
#D5CCBD
(213,204,189)
#DCD6C9
(220,214,201)
#E3E0D5
(227,224,213)
#EAEAE1
(234,234,225)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9075 color. Also use rgb(171,144,117) instead hex code.

Text Font Color

.myTextColor { color: #AB9075; }

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

This text font color is #AB9075.


Background Color

.myBgColor { background-color: #AB9075; }

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

This div background color is #AB9075.


Border color

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

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

This div border color is #AB9075.


Opacity

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

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

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

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

This text has shadow with #AB9075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9075 on black background.


Color preview on white background

This text has color #AB9075 on white background.



Black color preview on #AB9075 background

This text has black color on #AB9075 background.


White color preview on #AB9075 background

This text has white color on #AB9075 background.