Color Hex Logo

#aba6aa Color Hex

#ABA6AA
(171,166,170)
0 Favorites   0 Comments

Color spaces of #aba6aa

RGB 171166170
HSL0.870.030.66
HSV312°67°
CMYK 0.000.030.01   0.33
XYZ37.686538.832643.5394
Yxy38.83260.31390.3234
Hunter Lab62.3158-1.10192.1958
CIE-Lab68.62982.5429-1.4322

#aba6aa color RGB value is (171,166,170).

#aba6aa hex color red value is 171, green value is 166 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aba6aa hue: 0.87 , saturation: 0.03 and the lightness value of aba6aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10101010
Octal 253 246 252
Decimal 171 166 170
Hex AB A6 AA

RGB Percentages of Color #aba6aa

%33.73
%32.74
%33.53

CMYK Percentages of Color #aba6aa

%0
%3
%1
%33

Triadic Colors of #aba6aa

#aba6aa #aaaba6 #a6aaab

Analogous Colors of #aba6aa

#aba6aa #aba6a8 #aaa6ab

Monochromatic Colors of #aba6aa

#aba6aa

Complementary Color

#aba6aa #a6aba7

#aba6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba6aa Color CSS Codes

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

#aba6aa Text Font Color

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

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


#aba6aa Background Color

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

This div background color is #aba6aa


#aba6aa Border Color

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

This div border color is #aba6aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,166,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 #aba6aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba6aa


Comments

No comments written yet.

Please login to write comment.