Color Hex Logo

#a4aaab Color Hex

#A4AAAB
(164,170,171)
0 Favorites   0 Comments

Color spaces of #a4aaab

RGB 164170171
HSL0.520.040.66
HSV189°67°
CMYK 0.040.010.00   0.33
XYZ37.035339.582244.2162
Yxy39.58220.30650.3276
Hunter Lab62.9144-5.02402.3711
CIE-Lab69.1709-1.9174-1.2588

#a4aaab color RGB value is (164,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101010 10101011
Octal 244 252 253
Decimal 164 170 171
Hex A4 AA AB

RGB Percentages of Color #a4aaab

%32.48
%33.66
%33.86

CMYK Percentages of Color #a4aaab

%4
%1
%0
%33

Triadic Colors of #a4aaab

#a4aaab #aba4aa #aaaba4

Analogous Colors of #a4aaab

#a4aaab #a4a7ab #a4aba9

Monochromatic Colors of #a4aaab

#a4aaab

Complementary Color

#a4aaab #aba5a4

#a4aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aaab Color CSS Codes

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

#a4aaab Text Font Color

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

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


#a4aaab Background Color

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

This div background color is #a4aaab


#a4aaab Border Color

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

This div border color is #a4aaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,170,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aaab


Comments

No comments written yet.

Please login to write comment.