Color Hex Logo

#aba99a Color Hex

#ABA99A
(171,169,154)
0 Favorites   0 Comments

Color spaces of #aba99a

RGB 171169154
HSL0.150.090.64
HSV53°10°67°
CMYK 0.000.010.10   0.33
XYZ36.815339.367036.2301
Yxy39.36700.32750.3502
Hunter Lab62.7431-5.06349.6840
CIE-Lab69.0163-1.97547.9894

#aba99a color RGB value is (171,169,154).

#aba99a hex color red value is 171, green value is 169 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aba99a hue: 0.15 , saturation: 0.09 and the lightness value of aba99a is 0.64.

The process color (four color CMYK) of #aba99a color hex is 0.00, 0.01, 0.10, 0.33. Web safe color of #aba99a is #999999. Color #aba99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10011010
Octal 253 251 232
Decimal 171 169 154
Hex AB A9 9A

RGB Percentages of Color #aba99a

%34.62
%34.21
%31.17

CMYK Percentages of Color #aba99a

%0
%1
%10
%33

Triadic Colors of #aba99a

#aba99a #9aaba9 #a99aab

Analogous Colors of #aba99a

#aba99a #a5ab9a #aba19a

Monochromatic Colors of #aba99a

#aba99a

Complementary Color

#aba99a #9a9cab

#aba99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba99a Color CSS Codes

.mybgcolor {background-color:#aba99a; } 
.myforecolor {color:#aba99a; }
.mybordercolor {border:3px solid #aba99a; }

#aba99a Text Font Color

<p style="color:#aba99a">Text here</p>

This sample text font color is #aba99a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aba99a Background Color

<div style="background-color:#aba99a">
Div content here</div>

This div background color is #aba99a


#aba99a Border Color

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

This div border color is #aba99a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,169,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aba99a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aba99a;
  -webkit-box-shadow: 1px 1px 3px 2px #aba99a;
  box-shadow:         1px 1px 3px 2px #aba99a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,169,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aba99a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aba99a;
  -webkit-box-shadow: 1px 1px 3px 2px #aba99a;
  box-shadow:         1px 1px 3px 2px #aba99a;">
Div content here</div>

This div box has shadow with color #aba99a

#aba99a Color Palettes


Comments

No comments written yet.

Please login to write comment.