Color Hex Logo

#a5acaa Color Hex

#A5ACAA
(165,172,170)
0 Favorites   0 Comments

Color spaces of #a5acaa

RGB 165172170
HSL0.450.040.66
HSV163°67°
CMYK 0.040.000.01   0.33
XYZ37.525340.406743.8517
Yxy40.40670.30810.3318
Hunter Lab63.5663-5.86643.5947
CIE-Lab69.7582-2.84530.1619

#a5acaa color RGB value is (165,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 10101010
Octal 245 254 252
Decimal 165 172 170
Hex A5 AC AA

RGB Percentages of Color #a5acaa

%32.54
%33.93
%33.53

CMYK Percentages of Color #a5acaa

%4
%0
%1
%33

Triadic Colors of #a5acaa

#a5acaa #aaa5ac #acaaa5

Analogous Colors of #a5acaa

#a5acaa #a5abac #a5aca7

Monochromatic Colors of #a5acaa

#a5acaa

Complementary Color

#a5acaa #aca5a7

#a5acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acaa Color CSS Codes

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

#a5acaa Text Font Color

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

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


#a5acaa Background Color

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

This div background color is #a5acaa


#a5acaa Border Color

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

This div border color is #a5acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acaa


Comments

No comments written yet.

Please login to write comment.