COLOR #ABAF81

HEX: #ABAF81 RGB: (171,175,129)

Color info

#ABAF81 contains red, green and blue colors in about the same proportion. Web safe color of #ABAF81 is #999999 (or #999).

RGB color model

#ABAF81 color RGB value is (171,175,129).

RGB: (171,175,129) (67%, 69%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 129 of 255 = 51%

171
175
129

R + G + B ~ 62%. #ABAF81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 129 = 475 (100%)
R 171 of 475 ~ 36%
G 175 of 475 ~ 36.84%
B 129 of 475 ~ 27.16'%

%36
%36.84
%27.16

CMYK color model

#ABAF81 color CMYK value is (2,0,26,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 31.37%

CMYK: (2,0,26,31)
C2M0Y26K31 (2%, 0%, 26%, 31%)
(0.02 / 0.00 / 0.26 / 0.31)

CMYK percentages

%2.29
%0
%26.29
%31.37

Codes

Color #ABAF81 in popluar color models

AB AF 81
RGB 171 175 129
HSL 65° 22.33% 59.61%
HSB/HSV 65° 26.29% 68.63%
CMYK 2.29% 0.00% 26.29%
31.37%

Color #ABAF81 in popluar number systems.

HEX AB AF 81
Decimal 171 175 129
Binary 10101011 10101111 10000001
Octal 253 257 201

Shades and tints

Shades of #ABAF81

#ABAF81
(171,175,129)
#9CA076
(156,160,118)
#8D916B
(141,145,107)
#7E8260
(126,130,96)
#6F7355
(111,115,85)
#60644A
(96,100,74)
#51553F
(81,85,63)
#424634
(66,70,52)
#333729
(51,55,41)
#24281E
(36,40,30)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABAF81

#ABAF81
(171,175,129)
#B2B68C
(178,182,140)
#B9BD97
(185,189,151)
#C0C4A2
(192,196,162)
#C7CBAD
(199,203,173)
#CED2B8
(206,210,184)
#D5D9C3
(213,217,195)
#DCE0CE
(220,224,206)
#E3E7D9
(227,231,217)
#EAEEE4
(234,238,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAF81 color. Also use rgb(171,175,129) instead hex code.

Text Font Color

.myTextColor { color: #ABAF81; }

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

This text font color is #ABAF81.

Background Color

.myBgColor { background-color: #ABAF81; }

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

This div background color is #ABAF81.

Border color

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

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

This div border color is #ABAF81.

Opacity

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

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

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

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

This text has shadow with #ABAF81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAF81.

Preview

Color preview on black background

This text has color #ABAF81 on black background.


Color preview on white background

This text has color #ABAF81 on white background.


Black color preview on #ABAF81 background

This text has black color on #ABAF81 background.


White color preview on #ABAF81 background

This text has white color on #ABAF81 background.


Related colors

Complementary color

Complementary color for #hex is #54507E.


I love getcolorcode.com

Triadic colors

1 #81ABAF and #AF81AB with #ABAF81 are triadic colors.

2 #81AFAB and #AFAB81 with #ABAF81 are triadic colors.