Color Hex Logo

#a1abaa Color Hex

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

Color spaces of #a1abaa

RGB 161171170
HSL0.480.060.65
HSV174°67°
CMYK 0.060.000.01   0.33
XYZ36.516639.605243.7501
Yxy39.60520.30460.3304
Hunter Lab62.9327-6.55782.8351
CIE-Lab69.1874-3.7014-0.7082

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

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

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

Base Numbers

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

RGB Percentages of Color #a1abaa

%32.07
%34.06
%33.86

CMYK Percentages of Color #a1abaa

%6
%0
%1
%33

Triadic Colors of #a1abaa

#a1abaa #aaa1ab #abaaa1

Analogous Colors of #a1abaa

#a1abaa #a1a7ab #a1aba5

Monochromatic Colors of #a1abaa

#a1abaa

Complementary Color

#a1abaa #aba1a2

#a1abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abaa Color CSS Codes

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

#a1abaa Text Font Color

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

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


#a1abaa Background Color

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

This div background color is #a1abaa


#a1abaa Border Color

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

This div border color is #a1abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abaa


Comments

No comments written yet.

Please login to write comment.