Color Hex Logo

#a0aeaf Color Hex

#A0AEAF
(160,174,175)
0 Favorites   0 Comments

Color spaces of #a0aeaf

RGB 160174175
HSL0.510.090.66
HSV184°69°
CMYK 0.090.010.00   0.31
XYZ37.371140.840846.4708
Yxy40.84080.29970.3276
Hunter Lab63.9068-7.45461.6211
CIE-Lab70.0642-4.6675-2.1943

#a0aeaf color RGB value is (160,174,175).

#a0aeaf hex color red value is 160, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a0aeaf hue: 0.51 , saturation: 0.09 and the lightness value of a0aeaf is 0.66.

The process color (four color CMYK) of #a0aeaf color hex is 0.09, 0.01, 0.00, 0.31. Web safe color of #a0aeaf is #999999. Color #a0aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 10101111
Octal 240 256 257
Decimal 160 174 175
Hex A0 AE AF

RGB Percentages of Color #a0aeaf

%31.43
%34.18
%34.38

CMYK Percentages of Color #a0aeaf

%9
%1
%0
%31

Triadic Colors of #a0aeaf

#a0aeaf #afa0ae #aeafa0

Analogous Colors of #a0aeaf

#a0aeaf #a0a7af #a0afa9

Monochromatic Colors of #a0aeaf

#a0aeaf

Complementary Color

#a0aeaf #afa1a0

#a0aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aeaf Color CSS Codes

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

#a0aeaf Text Font Color

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

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


#a0aeaf Background Color

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

This div background color is #a0aeaf


#a0aeaf Border Color

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

This div border color is #a0aeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,174,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aeaf


Comments

No comments written yet.

Please login to write comment.