COLOR #ABAE79

HEX: #ABAE79 RGB: (171,174,121)

Color info

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

RGB color model

#ABAE79 color RGB value is (171,174,121).

RGB: (171,174,121) (67%, 68%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 121 of 255 = 47%

171
174
121

R + G + B ~ 61%. #ABAE79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 121 = 466 (100%)
R 171 of 466 ~ 36.7%
G 174 of 466 ~ 37.34%
B 121 of 466 ~ 25.97'%

%36.7
%37.34
%25.97

CMYK color model

#ABAE79 color CMYK value is (2,0,30,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 31.76%

CMYK: (2,0,30,32)
C2M0Y30K32 (2%, 0%, 30%, 32%)
(0.02 / 0.00 / 0.30 / 0.32)

CMYK percentages

%1.72
%0
%30.46
%31.76

Codes

Color #ABAE79 in popluar color models

AB AE 79
RGB 171 174 121
HSL 63° 24.65% 57.84%
HSB/HSV 63° 30.46% 68.24%
CMYK 1.72% 0.00% 30.46%
31.76%

Color #ABAE79 in popluar number systems.

HEX AB AE 79
Decimal 171 174 121
Binary 10101011 10101110 1111001
Octal 253 256 171

Shades and tints

Shades of #ABAE79

#ABAE79
(171,174,121)
#9C9F6E
(156,159,110)
#8D9063
(141,144,99)
#7E8158
(126,129,88)
#6F724D
(111,114,77)
#606342
(96,99,66)
#515437
(81,84,55)
#42452C
(66,69,44)
#333621
(51,54,33)
#242716
(36,39,22)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #ABAE79

#ABAE79
(171,174,121)
#B2B585
(178,181,133)
#B9BC91
(185,188,145)
#C0C39D
(192,195,157)
#C7CAA9
(199,202,169)
#CED1B5
(206,209,181)
#D5D8C1
(213,216,193)
#DCDFCD
(220,223,205)
#E3E6D9
(227,230,217)
#EAEDE5
(234,237,229)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAE79 color. Also use rgb(171,174,121) instead hex code.

Text Font Color

.myTextColor { color: #ABAE79; }

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

This text font color is #ABAE79.

Background Color

.myBgColor { background-color: #ABAE79; }

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

This div background color is #ABAE79.

Border color

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

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

This div border color is #ABAE79.

Opacity

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

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

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

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

This text has shadow with #ABAE79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAE79.

Preview

Color preview on black background

This text has color #ABAE79 on black background.


Color preview on white background

This text has color #ABAE79 on white background.


Black color preview on #ABAE79 background

This text has black color on #ABAE79 background.


White color preview on #ABAE79 background

This text has white color on #ABAE79 background.


Related colors

Complementary color

Complementary color for #hex is #545186.


I love getcolorcode.com

Triadic colors

1 #79ABAE and #AE79AB with #ABAE79 are triadic colors.

2 #79AEAB and #AEAB79 with #ABAE79 are triadic colors.