Color Hex Logo

#aba1aa Color Hex

#ABA1AA
(171,161,170)
0 Favorites   0 Comments

Color spaces of #aba1aa

RGB 171161170
HSL0.850.060.65
HSV306°67°
CMYK 0.000.060.01   0.33
XYZ36.795237.049943.2423
Yxy37.04990.31430.3164
Hunter Lab60.86861.38350.4872
CIE-Lab67.31455.2937-3.3642

#aba1aa color RGB value is (171,161,170).

#aba1aa hex color red value is 171, green value is 161 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aba1aa hue: 0.85 , saturation: 0.06 and the lightness value of aba1aa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10101010
Octal 253 241 252
Decimal 171 161 170
Hex AB A1 AA

RGB Percentages of Color #aba1aa

%34.06
%32.07
%33.86

CMYK Percentages of Color #aba1aa

%0
%6
%1
%33

Triadic Colors of #aba1aa

#aba1aa #aaaba1 #a1aaab

Analogous Colors of #aba1aa

#aba1aa #aba1a5 #a7a1ab

Monochromatic Colors of #aba1aa

#aba1aa

Complementary Color

#aba1aa #a1aba2

#aba1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1aa Color CSS Codes

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

#aba1aa Text Font Color

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

This sample text font color is #aba1aa
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.


#aba1aa Background Color

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

This div background color is #aba1aa


#aba1aa Border Color

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

This div border color is #aba1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1aa


Comments

No comments written yet.

Please login to write comment.