Color Hex Logo

#a5afac Color Hex

#A5AFAC
(165,175,172)
1 Favorites   0 Comments

Color spaces of #a5afac

RGB 165175172
HSL0.450.060.67
HSV162°69°
CMYK 0.060.000.02   0.31
XYZ38.293441.637845.0484
Yxy41.63780.30640.3332
Hunter Lab64.5274-6.99313.7771
CIE-Lab70.6205-4.07620.3170

#a5afac color RGB value is (165,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 10101100
Octal 245 257 254
Decimal 165 175 172
Hex A5 AF AC

RGB Percentages of Color #a5afac

%32.23
%34.18
%33.59

CMYK Percentages of Color #a5afac

%6
%0
%2
%31

Triadic Colors of #a5afac

#a5afac #aca5af #afaca5

Analogous Colors of #a5afac

#a5afac #a5adaf #a5afa7

Monochromatic Colors of #a5afac

#a5afac

Complementary Color

#a5afac #afa5a8

#a5afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afac Color CSS Codes

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

#a5afac Text Font Color

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

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


#a5afac Background Color

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

This div background color is #a5afac


#a5afac Border Color

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

This div border color is #a5afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afac


Comments

No comments written yet.

Please login to write comment.