Color Hex Logo

#aaaaaa Color Hex

#AAAAAA
(170,170,170)
58 Favorites   4 Comments

Color spaces of #aaaaaa

RGB 170170170
HSL0.000.000.67
HSV67°
CMYK 0.000.000.00   0.33
XYZ38.208040.197843.7754
Yxy40.19780.31270.3290
Hunter Lab63.4017-3.38303.4447
CIE-Lab69.61020.0039-0.0077

#aaaaaa color RGB value is (170,170,170).

#aaaaaa hex color red value is 170, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aaaaaa hue: 0.00 , saturation: 0.00 and the lightness value of aaaaaa is 0.67.

The process color (four color CMYK) of #aaaaaa color hex is 0.00, 0.00, 0.00, 0.33. Web safe color of #aaaaaa is #999999. Color #aaaaaa rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10101010
Octal 252 252 252
Decimal 170 170 170
Hex AA AA AA

RGB Percentages of Color #aaaaaa

%33.33
%33.33
%33.33

CMYK Percentages of Color #aaaaaa

%0
%0
%0
%33

Monochromatic Colors of #aaaaaa

#aaaaaa

#aaaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaaa Color CSS Codes

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

#aaaaaa Text Font Color

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

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


#aaaaaa Background Color

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

This div background color is #aaaaaa


#aaaaaa Border Color

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

This div border color is #aaaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaaa


Comments

4 Jan 2023, 0:26 catqueenh_2

why did they name grey AAA hmmm...

17 Feb 2021, 15:09 ZozoRainbowColorGirl

This color can really scream. AAAAAA

8 Aug 2017, 3:06 nesspectre

current mood

28 Oct 2012, 17:16 (guest)

Can this be grey?

Please login to write comment.