COLOR #AB9165

HEX: #AB9165 RGB: (171,145,101)

Color info

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

RGB color model

#AB9165 color RGB value is (171,145,101).

RGB: (171,145,101) (67%, 57%, 40%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 101 of 255 = 40%

171
145
101

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

Portions of RGB colors in percentages

R + G + B = 171 + 145 + 101 = 417 (100%)
R 171 of 417 ~ 41.01%
G 145 of 417 ~ 34.77%
B 101 of 417 ~ 24.22'%

%41.01
%34.77
%24.22

CMYK color model

#AB9165 color CMYK value is (0,15,41,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 40.94%
  • key color value is 32.94%
CMYK: (0,15,41,33) C0M15Y41K33 (0%,15%,41%,33%) (0.00/0.15/0.41/0.33) 

CMYK percentages

%0
%15.2
%40.94
%32.94

Codes

Color #AB9165 in popluar color models

AB 91 65
RGB 171 145 101
HSL 38° 29.41% 53.33%
HSB/HSV 38° 40.94% 67.06%
CMYK 0.00% 15.20% 40.94%
32.94%

Color #AB9165 in popluar number systems.

HEX AB 91 65
Decimal 171 145 101
Binary 10101011 10010001 1100101
Octal 253 221 145

Shades and tints

Shades of #AB9165

#AB9165
(171,145,101)
#9C845C
(156,132,92)
#8D7753
(141,119,83)
#7E6A4A
(126,106,74)
#6F5D41
(111,93,65)
#605038
(96,80,56)
#51432F
(81,67,47)
#423626
(66,54,38)
#33291D
(51,41,29)
#241C14
(36,28,20)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #AB9165

#AB9165
(171,145,101)
#B29B73
(178,155,115)
#B9A581
(185,165,129)
#C0AF8F
(192,175,143)
#C7B99D
(199,185,157)
#CEC3AB
(206,195,171)
#D5CDB9
(213,205,185)
#DCD7C7
(220,215,199)
#E3E1D5
(227,225,213)
#EAEBE3
(234,235,227)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9165 color. Also use rgb(171,145,101) instead hex code.

Text Font Color

.myTextColor { color: #AB9165; }

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

This text font color is #AB9165.

Background Color

.myBgColor { background-color: #AB9165; }

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

This div background color is #AB9165.

Border color

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

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

This div border color is #AB9165.

Opacity

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

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

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

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

This text has shadow with #AB9165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9165.

Preview

Color preview on black background

This text has color #AB9165 on black background.


Color preview on white background

This text has color #AB9165 on white background.


Black color preview on #AB9165 background

This text has black color on #AB9165 background.


White color preview on #AB9165 background

This text has white color on #AB9165 background.


Related colors

Complementary color

Complementary color for #hex is #546E9A.


I love getcolorcode.com

Triadic colors

1 #65AB91 and #9165AB with #AB9165 are triadic colors.

2 #6591AB and #91AB65 with #AB9165 are triadic colors.