Color Hex Logo

#a7aaab Color Hex

#A7AAAB
(167,170,171)
0 Favorites   0 Comments

Color spaces of #a7aaab

RGB 167170171
HSL0.540.020.66
HSV195°67°
CMYK 0.020.010.00   0.33
XYZ37.661839.905244.2456
Yxy39.90520.30920.3276
Hunter Lab63.1706-4.12822.6918
CIE-Lab69.4020-0.8655-0.8933

#a7aaab color RGB value is (167,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101010 10101011
Octal 247 252 253
Decimal 167 170 171
Hex A7 AA AB

RGB Percentages of Color #a7aaab

%32.87
%33.46
%33.66

CMYK Percentages of Color #a7aaab

%2
%1
%0
%33

Triadic Colors of #a7aaab

#a7aaab #aba7aa #aaaba7

Analogous Colors of #a7aaab

#a7aaab #a7a8ab #a7abaa

Monochromatic Colors of #a7aaab

#a7aaab

Complementary Color

#a7aaab #aba8a7

#a7aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aaab Color CSS Codes

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

#a7aaab Text Font Color

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

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


#a7aaab Background Color

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

This div background color is #a7aaab


#a7aaab Border Color

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

This div border color is #a7aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aaab

#a7aaab Color Palettes


Comments

No comments written yet.

Please login to write comment.