COLOR #ABAF5C

HEX: #ABAF5C RGB: (171,175,92)

Color info

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

RGB color model

#ABAF5C color RGB value is (171,175,92).

RGB: (171,175,92) (67%, 69%, 36%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 92 of 255 = 36%

171
175
92

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

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 92 = 438 (100%)
R 171 of 438 ~ 39.04%
G 175 of 438 ~ 39.95%
B 92 of 438 ~ 21'%

%39.04
%39.95
%21

CMYK color model

#ABAF5C color CMYK value is (2,0,47,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK: (2,0,47,31) C2M0Y47K31 (2%,0%,47%,31%) (0.02/0.00/0.47/0.31) 

CMYK percentages

%2.29
%0
%47.43
%31.37

Codes

Color #ABAF5C in popluar color models

AB AF 5C
RGB 171 175 92
HSL 63° 34.16% 52.35%
HSB/HSV 63° 47.43% 68.63%
CMYK 2.29% 0.00% 47.43%
31.37%

Color #ABAF5C in popluar number systems.

HEX AB AF 5C
Decimal 171 175 92
Binary 10101011 10101111 1011100
Octal 253 257 134

Shades and tints

Shades of #ABAF5C

#ABAF5C
(171,175,92)
#9CA054
(156,160,84)
#8D914C
(141,145,76)
#7E8244
(126,130,68)
#6F733C
(111,115,60)
#606434
(96,100,52)
#51552C
(81,85,44)
#424624
(66,70,36)
#33371C
(51,55,28)
#242814
(36,40,20)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #ABAF5C

#ABAF5C
(171,175,92)
#B2B66A
(178,182,106)
#B9BD78
(185,189,120)
#C0C486
(192,196,134)
#C7CB94
(199,203,148)
#CED2A2
(206,210,162)
#D5D9B0
(213,217,176)
#DCE0BE
(220,224,190)
#E3E7CC
(227,231,204)
#EAEEDA
(234,238,218)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAF5C; }

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

This text font color is #ABAF5C.

Background Color

.myBgColor { background-color: #ABAF5C; }

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

This div background color is #ABAF5C.

Border color

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

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

This div border color is #ABAF5C.

Opacity

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

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

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

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

This text has shadow with #ABAF5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAF5C.

Preview

Color preview on black background

This text has color #ABAF5C on black background.


Color preview on white background

This text has color #ABAF5C on white background.


Black color preview on #ABAF5C background

This text has black color on #ABAF5C background.


White color preview on #ABAF5C background

This text has white color on #ABAF5C background.


Related colors

Complementary color

Complementary color for #hex is #5450A3.


I love getcolorcode.com

Triadic colors

1 #5CABAF and #AF5CAB with #ABAF5C are triadic colors.

2 #5CAFAB and #AFAB5C with #ABAF5C are triadic colors.