Color Hex Logo

#a5afaf Color Hex

#A5AFAF
(165,175,175)
0 Favorites   0 Comments

Color spaces of #a5afaf

RGB 165175175
HSL0.500.060.67
HSV180°69°
CMYK 0.060.000.00   0.31
XYZ38.584941.754446.5832
Yxy41.75440.30400.3290
Hunter Lab64.6176-6.49382.4899
CIE-Lab70.7013-3.4897-1.2173

#a5afaf color RGB value is (165,175,175).

#a5afaf hex color red value is 165, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a5afaf hue: 0.50 , saturation: 0.06 and the lightness value of a5afaf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 10101111
Octal 245 257 257
Decimal 165 175 175
Hex A5 AF AF

RGB Percentages of Color #a5afaf

%32.04
%33.98
%33.98

CMYK Percentages of Color #a5afaf

%6
%0
%0
%31

Triadic Colors of #a5afaf

#a5afaf #afa5af #afafa5

Analogous Colors of #a5afaf

#a5afaf #a5aaaf #a5afaa

Monochromatic Colors of #a5afaf

#a5afaf

Complementary Color

#a5afaf #afa5a5

#a5afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afaf Color CSS Codes

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

#a5afaf Text Font Color

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

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


#a5afaf Background Color

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

This div background color is #a5afaf


#a5afaf Border Color

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

This div border color is #a5afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afaf


Comments

No comments written yet.

Please login to write comment.