Color Hex Logo

#a0abaa Color Hex

#A0ABAA
(160,171,170)
0 Favorites   0 Comments

Color spaces of #a0abaa

RGB 160171170
HSL0.480.060.65
HSV175°67°
CMYK 0.060.000.01   0.33
XYZ36.315839.501743.7407
Yxy39.50170.30370.3304
Hunter Lab62.8504-6.84842.7324
CIE-Lab69.1131-4.0488-0.8256

#a0abaa color RGB value is (160,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 10101010
Octal 240 253 252
Decimal 160 171 170
Hex A0 AB AA

RGB Percentages of Color #a0abaa

%31.94
%34.13
%33.93

CMYK Percentages of Color #a0abaa

%6
%0
%1
%33

Triadic Colors of #a0abaa

#a0abaa #aaa0ab #abaaa0

Analogous Colors of #a0abaa

#a0abaa #a0a7ab #a0aba5

Monochromatic Colors of #a0abaa

#a0abaa

Complementary Color

#a0abaa #aba0a1

#a0abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abaa Color CSS Codes

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

#a0abaa Text Font Color

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

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


#a0abaa Background Color

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

This div background color is #a0abaa


#a0abaa Border Color

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

This div border color is #a0abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abaa


Comments

No comments written yet.

Please login to write comment.