#AEA9A9

Color #AEA9A9 Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #AEA9A9

Tints of Dark Gray #AEA9A9

Color information

#AEA9A9 (or 0xAEA9A9) is unknown color: approx Dark Gray. HEX triplet: AE, A9 and A9. RGB value is (174,169,169). Sum of RGB (Red+Green+Blue) = 174+169+169=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA9A9 is #515656. Grayscale: #AAAAAA. Windows color (decimal): -5330519 or 11119022. OLE color: 11119022.

HSL color Cylindrical-coordinate representation of color #AEA9A9: hue angle of 0º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEA9A9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174169169-
CMYK00.030.030.32
HSL2.99%67.25%-
HSV(B)2.87%68.24%-
XYZ38.840.2443.26-
YUV170.49127.16130.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=33.98%
G=33.01%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416916900.030.030.3202.9967.25
HexAEA9A9033200343
Octal2562512510334003103
Binary101011101010100110101001011111000000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9A9; }

 p { color: rgb(174,169,169); }

 H1.HeaderClassName
 {
   color: #AEA9A9;
 }
 .AnyTagClassName
 {
   color: #AEA9A9;
 }
</style>
background-color css

<style>
 a { background-color: #AEA9A9; }

 a { background-color: rgb(174,169,169); }

 div.DivClassName
 {
   background-color: #AEA9A9;
 }
 .BgClassName
 {
   background-color: #AEA9A9;
 }
</style>
border-color css

<style>
 span { border-color: #AEA9A9; }

 span { border-color: rgb(174,169,169); }

 td.TdClassName
 {
   border-color: #AEA9A9;
 }
 .TagClassName
 {
   border-color: #AEA9A9;
 }
</style>