COLOR #ABA67D

HEX: #ABA67D RGB: (171,166,125)

Color info

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

RGB color model

#ABA67D color RGB value is (171,166,125).

RGB: (171,166,125) (67%, 65%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 125 of 255 = 49%

171
166
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 125 = 462 (100%)
R 171 of 462 ~ 37.01%
G 166 of 462 ~ 35.93%
B 125 of 462 ~ 27.06'%

%37.01
%35.93
%27.06

CMYK color model

#ABA67D color CMYK value is (0,3,27,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,3,27,33)
C0M3Y27K33 (0%, 3%, 27%, 33%)
(0.00 / 0.03 / 0.27 / 0.33)

CMYK percentages

%0
%2.92
%26.9
%32.94

Codes

Color #ABA67D in popluar color models

AB A6 7D
RGB 171 166 125
HSL 53° 21.50% 58.04%
HSB/HSV 53° 26.90% 67.06%
CMYK 0.00% 2.92% 26.90%
32.94%

Color #ABA67D in popluar number systems.

HEX AB A6 7D
Decimal 171 166 125
Binary 10101011 10100110 1111101
Octal 253 246 175

Shades and tints

Shades of #ABA67D

#ABA67D
(171,166,125)
#9C9772
(156,151,114)
#8D8867
(141,136,103)
#7E795C
(126,121,92)
#6F6A51
(111,106,81)
#605B46
(96,91,70)
#514C3B
(81,76,59)
#423D30
(66,61,48)
#332E25
(51,46,37)
#241F1A
(36,31,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #ABA67D

#ABA67D
(171,166,125)
#B2AE88
(178,174,136)
#B9B693
(185,182,147)
#C0BE9E
(192,190,158)
#C7C6A9
(199,198,169)
#CECEB4
(206,206,180)
#D5D6BF
(213,214,191)
#DCDECA
(220,222,202)
#E3E6D5
(227,230,213)
#EAEEE0
(234,238,224)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA67D color. Also use rgb(171,166,125) instead hex code.

Text Font Color

.myTextColor { color: #ABA67D; }

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

This text font color is #ABA67D.

Background Color

.myBgColor { background-color: #ABA67D; }

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

This div background color is #ABA67D.

Border color

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

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

This div border color is #ABA67D.

Opacity

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

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

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

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

This text has shadow with #ABA67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA67D.

Preview

Color preview on black background

This text has color #ABA67D on black background.


Color preview on white background

This text has color #ABA67D on white background.


Black color preview on #ABA67D background

This text has black color on #ABA67D background.


White color preview on #ABA67D background

This text has white color on #ABA67D background.


Related colors

Complementary color

Complementary color for #hex is #545982.


I love getcolorcode.com

Triadic colors

1 #7DABA6 and #A67DAB with #ABA67D are triadic colors.

2 #7DA6AB and #A6AB7D with #ABA67D are triadic colors.