Color Hex Logo

#aba2aa Color Hex

#ABA2AA
(171,162,170)
0 Favorites   0 Comments

Color spaces of #aba2aa

RGB 171162170
HSL0.850.050.65
HSV307°67°
CMYK 0.000.050.01   0.33
XYZ36.970637.400943.3007
Yxy37.40090.31420.3178
Hunter Lab61.15630.88450.8301
CIE-Lab67.57674.7414-2.9781

#aba2aa color RGB value is (171,162,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 10101010
Octal 253 242 252
Decimal 171 162 170
Hex AB A2 AA

RGB Percentages of Color #aba2aa

%34.00
%32.21
%33.80

CMYK Percentages of Color #aba2aa

%0
%5
%1
%33

Triadic Colors of #aba2aa

#aba2aa #aaaba2 #a2aaab

Analogous Colors of #aba2aa

#aba2aa #aba2a6 #a8a2ab

Monochromatic Colors of #aba2aa

#aba2aa

Complementary Color

#aba2aa #a2aba3

#aba2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba2aa Color CSS Codes

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

#aba2aa Text Font Color

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

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


#aba2aa Background Color

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

This div background color is #aba2aa


#aba2aa Border Color

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

This div border color is #aba2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba2aa


Comments

No comments written yet.

Please login to write comment.